summaryrefslogtreecommitdiffhomepage
path: root/client/certutil.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20Add a config option to dump retrieved certificates on errorSamuel Lidén Borell1-0/+29
2014-08-19Show an error message when certificate retreival failsSamuel Lidén Borell1-0/+4
2014-08-04Rewrite most initializers to not require relocationsSamuel Lidén Borell1-1/+1
2014-02-08Change unspecified argument lists "()" into "(void)"Samuel Lidén Borell1-3/+3
2014-02-08More security precautions (length checks, null checks, etc)Samuel Lidén Borell1-5/+20
2012-06-05Fix compilation error when building without PKCS#11 supportSamuel Lidén Borell1-1/+1
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-20Fix compilation with --disable-pkcs11Samuel Lidén Borell1-1/+1
2012-04-20Use non-BIO functions in OpenSSL (workaround for potential security hole)Samuel Lidén Borell1-4/+2
2012-04-06Print and display error messages from OpenSSL and libp11Samuel Lidén Borell1-0/+25
2012-04-03Display first+last name if the name attribute is missingSamuel Lidén Borell1-0/+26
2012-01-16Remove useless const qualifiersSamuel Lidén Borell1-2/+2
2011-09-05Handle ; as a separator in SubjectDNSamuel Lidén Borell1-3/+3
2011-09-05Ignore leading/trailing whitespace in SubjectDNSamuel Lidén Borell1-1/+8
2011-08-04Refactoring of pkcs{11,12}.getBase64Chain and malloc checksSamuel Lidén Borell1-0/+35
2011-08-04Check for memory allocation failure in certutil_getNamePropertyByNIDSamuel Lidén Borell1-2/+4
2011-08-04Fix incorrect handling of unknown subject DN fieldsSamuel Lidén Borell1-1/+1
2011-08-04Fix NULL dereference in certutil.cSamuel Lidén Borell1-2/+4
2011-06-08Implement OID.x.x.x syntax in the subject DNSamuel Lidén Borell1-5/+21
2011-04-29Remove unused variable/parameterSamuel Lidén Borell1-4/+3
2011-04-24Fix null dereference with certs without a serial numberSamuel Lidén Borell1-1/+1
2011-04-23Implement same-origin check for CreateRequest/StoreCertificatesSamuel Lidén Borell1-0/+29
2011-04-21Store the X509 name attributes in reverse orderSamuel Lidén Borell1-18/+14
2011-04-21Add more subject DN fieldsSamuel Lidén Borell1-7/+15
2011-04-21Clean up output to stderrSamuel Lidén Borell1-1/+2
2011-04-18Remove NULL checks before free()Samuel Lidén Borell1-1/+1
2011-04-15Determine cert filenames from the name attributeSamuel Lidén Borell1-0/+16
2011-04-15Require at least one cert in each call to StoreCertificatesSamuel Lidén Borell1-2/+3
2011-04-14Move parseP7SignedData to certutil.cSamuel Lidén Borell1-0/+18
2011-04-14Move common functions in pkcs11 and pkcs12.c to certutil.cSamuel Lidén Borell1-0/+117
2011-04-14Move the DN parsing to a separate fileSamuel Lidén Borell1-0/+141