summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-151-12/+14
* certtool: introduced the --p7-show-data optionNikos Mavrogiannopoulos2015-12-171-6/+42
* certtool: warn if an ECDSA key is marked for encryptionNikos Mavrogiannopoulos2015-12-151-4/+10
* certtool: corrected invalid freeNikos Mavrogiannopoulos2015-12-151-2/+2
* certtool: the --p7-include-cert option is enabled by defaultNikos Mavrogiannopoulos2015-12-131-1/+1
* #56 Feature: certtool --p7-sign support GNUTLS_PKCS7_INCLUDE_CERTsskaje2015-12-131-0/+3
* certtool: check fread_file() for errors in all situationsNikos Mavrogiannopoulos2015-11-201-0/+55
* certtool: Allow writing unique IDs in generated certificatesNikos Mavrogiannopoulos2015-11-121-0/+2
* certtool: eliminate leaks in _verify_x509_mem()Nikos Mavrogiannopoulos2015-11-091-1/+3
* certtool: eliminate memory leaks in certificate generationNikos Mavrogiannopoulos2015-11-091-0/+2
* certtool: make sure that pkcs12 structures are deinitializedNikos Mavrogiannopoulos2015-11-091-1/+13
* certtool: allow exporting very long CRLsNikos Mavrogiannopoulos2015-08-211-5/+4
* certtool: Allow specifying CRL dates as fixed datesNikos Mavrogiannopoulos2015-08-131-3/+7
* certtool: allow appending certificates to a CRLNikos Mavrogiannopoulos2015-08-131-5/+16
* certtool: removed limit on maximum imported certificates in the -i optionNikos Mavrogiannopoulos2015-08-121-17/+8
* certtool: eliminated memory leaks due to new cert loading codeNikos Mavrogiannopoulos2015-08-121-1/+6
* certtool --outder should not emit signature verification statusDaniel Kahn Gillmor2015-07-021-4/+6
* certtool: made explicit the inclusion of time in PKCS #7 signaturesNikos Mavrogiannopoulos2015-06-161-1/+4
* certtool: include the signature time in PKCS #7 signaturesNikos Mavrogiannopoulos2015-06-161-1/+1
* certtool: rely on gnutls_pkcs7_print() even moreNikos Mavrogiannopoulos2015-06-161-80/+2
* certtool: use gnutls_pkcs7_print() - partiallyNikos Mavrogiannopoulos2015-06-161-14/+9
* certtool: print signed and unsigned PKCS #7 attributesNikos Mavrogiannopoulos2015-06-031-14/+69
* certtool: added --p7-generate, --p7-sign and --p7-detached-signNikos Mavrogiannopoulos2015-06-021-0/+106
* certtool: print the signing time when availableNikos Mavrogiannopoulos2015-06-021-0/+3
* certtool: print more info about the PKCS #7 structNikos Mavrogiannopoulos2015-06-021-0/+22
* certtool: allow verification against a direct PKCS #7 signerNikos Mavrogiannopoulos2015-06-021-6/+17
* certtool: allow verifying PKCS #7 with detached dataNikos Mavrogiannopoulos2015-06-021-7/+34
* certtool: improved PKCS #7 verification outputNikos Mavrogiannopoulos2015-06-021-6/+6
* certtool: allow verification of PKCS #7 structuresNikos Mavrogiannopoulos2015-06-021-0/+191
* certtool: deinitialize PKCS #7 resourcesNikos Mavrogiannopoulos2015-05-311-0/+1
* certtool: when generating an ECDSA key use the curve name in random artNikos Mavrogiannopoulos2015-04-141-0/+3
* certtool: modified to allow different key ID algorithmsNikos Mavrogiannopoulos2015-04-081-8/+18
* certtool: corrected import of pubkey in DER formatNikos Mavrogiannopoulos2015-04-011-10/+10
* certtool: --purpose, --hostname were renamed to --verify-purpose, --verify-ho...Nikos Mavrogiannopoulos2015-03-271-2/+4
* certtool: eliminated memory leaks on verificationNikos Mavrogiannopoulos2015-03-251-2/+5
* certtool: added the --email option, to use in verificationNikos Mavrogiannopoulos2015-03-251-4/+9
* certtool/p11tool: avoid cast to function callNikos Mavrogiannopoulos2015-02-201-1/+2
* certtool: allow specifying a purpose and a hostname for chain verificationNikos Mavrogiannopoulos2015-02-201-10/+38
* certtool: warn when setting a certificate's expiration longer than the CA's e...Nikos Mavrogiannopoulos2015-01-051-2/+14
* certtool: Added --fingerprint and --key-id optionsNikos Mavrogiannopoulos2014-12-311-10/+171
* certtool: --pubkey-info will load a public key from stdinNikos Mavrogiannopoulos2014-12-311-1/+25
* certtool: Allow to set the nonRepudiation, keyAgreement and dataEncipherment ...Nikos Mavrogiannopoulos2014-11-171-0/+11
* certtool: print message when the system trust is usedNikos Mavrogiannopoulos2014-11-141-0/+1
* certtool: make sure that GNUTLS_PKCS_PLAIN is set when no password should be ...Nikos Mavrogiannopoulos2014-11-131-1/+1
* certtool: only set the authority key identifier, if there is a corresponding ...Nikos Mavrogiannopoulos2014-10-071-13/+0
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-4/+4
* certtool: corrected typo in printing errorNikos Mavrogiannopoulos2014-09-171-1/+1
* certtool: --p12-info will provide information on the MAC algorithmNikos Mavrogiannopoulos2014-08-101-0/+33
* certtool: free unused variablesNikos Mavrogiannopoulos2014-08-051-0/+4
* certtool: print more information on PKCS #12 structures.Nikos Mavrogiannopoulos2014-08-051-17/+74