summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for generating and reading EdDSA/Ed25519 keyseddsa2Nikos Mavrogiannopoulos2016-04-271-3/+7
* certtool: do not allow combining --provable with --ecc in key generationNikos Mavrogiannopoulos2016-04-141-0/+6
* certtool: added flag to allow verification using broken algorithmsNikos Mavrogiannopoulos2016-03-311-4/+15
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-151-12/+14
* certtool: eliminated memory leaksNikos Mavrogiannopoulos2016-02-181-2/+11
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-2/+5
* certtool: the --generate-dh-params option can be combined with --provableNikos Mavrogiannopoulos2016-02-111-219/+3
* certtool: added ability to generate othernames via template filesNikos Mavrogiannopoulos2016-01-081-0/+2
* certtool: eliminated various memory leaksNikos Mavrogiannopoulos2015-12-201-0/+5
* certtool: prevented memory leak in pkcs8-info cmdNikos Mavrogiannopoulos2015-12-201-0/+1
* certtool: do not use signal() under win32Nikos Mavrogiannopoulos2015-12-191-1/+5
* certtool: ignore sigpipeNikos Mavrogiannopoulos2015-12-181-0/+2
* certtool: don't close stdout on exitNikos Mavrogiannopoulos2015-12-181-1/+2
* certtool: introduced the --p7-show-data optionNikos Mavrogiannopoulos2015-12-171-6/+42
* certtool: corrected invalid freeNikos Mavrogiannopoulos2015-12-151-2/+2
* certtool: warn if an ECDSA key is marked for encryptionNikos Mavrogiannopoulos2015-12-151-4/+10
* certtool: the --p7-time option was made an enable/disable optionNikos Mavrogiannopoulos2015-12-151-1/+1
* 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: added more friendly error on seed_size mismatchNikos Mavrogiannopoulos2015-09-191-0/+10
* certtool: increased seed size to allow for DSA seedsNikos Mavrogiannopoulos2015-09-141-2/+2
* certtool: don't output PKCS #8 on key-info optionNikos Mavrogiannopoulos2015-09-131-0/+3
* certtool: on provable keys always print the legacy formatNikos Mavrogiannopoulos2015-09-131-14/+19
* certtool: provable key generation was moved to a separate flag that can be co...Nikos Mavrogiannopoulos2015-09-131-9/+11
* certtool: added provable key verificationNikos Mavrogiannopoulos2015-09-131-2/+46
* certtool: allow the generation of "provable" private keysNikos Mavrogiannopoulos2015-09-121-8/+32
* certtool: added support for sha3Nikos Mavrogiannopoulos2015-08-261-0/+8
* 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