summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* certtool: pkcs8_info_int: fix memory leakNikos Mavrogiannopoulos2017-01-021-5/+7
* certtool: don't print PKCS#8 information when outputting DER dataNikos Mavrogiannopoulos2017-01-021-2/+8
* certtool: improved error reporting on file errorNikos Mavrogiannopoulos2016-12-311-2/+2
* certtool: properly report unencrypted PKCS#8 keys in --p8-infoNikos Mavrogiannopoulos2016-12-301-0/+4
* certtool: unified the CA certificate loading processNikos Mavrogiannopoulos2016-12-191-183/+103
* Don't trash DER CRQ output with text dataDmitry Eremin-Solenikov2016-12-071-2/+2
* certtool: prevent-null termination of buffers allocated with fread_file()Nikos Mavrogiannopoulos2016-12-011-5/+0
* certtool: One if check is enoughAndreas Schneider2016-11-241-6/+4
* certtool: use the new APIs for DN extractionNikos Mavrogiannopoulos2016-11-141-35/+31
* certtool: allow setting key purposes for non-CA certificatesNikos Mavrogiannopoulos2016-10-181-66/+69
* certtool: introduce key purpose checks in p7 direct verificationNikos Mavrogiannopoulos2016-10-181-2/+9
* certtool: --p7-info will include the PKCS#7 encoded data in PEM formatNikos Mavrogiannopoulos2016-10-141-1/+12
* Revert "certtool: improve text on missing options for cert generation"Nikos Mavrogiannopoulos2016-10-141-5/+1
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-131-1/+5
* certtool: corrected use of gnutls_pkcs7_get_embedded_data()Nikos Mavrogiannopoulos2016-10-111-28/+10
* certtool: print the enacapsulated content OID on verificationNikos Mavrogiannopoulos2016-10-111-1/+3
* certtool: --p7-info can be combined with --p7-show-data to display embedded dataNikos Mavrogiannopoulos2016-10-111-17/+36
* certtool: lift any limits in print_raw()Nikos Mavrogiannopoulos2016-10-071-6/+5
* certtool: added safety net when generating a certificate requestNikos Mavrogiannopoulos2016-10-071-1/+5
* certtool: print correct size of EC keysDaiki Ueno2016-09-271-5/+18
* certtool: do not require a certificate to generate a PKCS#12 fileNikos Mavrogiannopoulos2016-09-221-0/+5
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-13/+13
* certtool: added options to set arbitrary extensions to certificates and requestsNikos Mavrogiannopoulos2016-07-131-0/+2
* certtool: allow copying specific certificate request extensions to certificateNikos Mavrogiannopoulos2016-06-141-0/+2
* Implement setting the TLS features extension on certificates via certtool's t...Tim Kosse2016-05-301-0/+4
* certtool: handle empty CNs on verificationNikos Mavrogiannopoulos2016-05-101-3/+8
* certtool: eliminated memory leaks in DH parameter printing/generation.Nikos Mavrogiannopoulos2016-04-281-0/+2
* certtool: combined all the seed decoding methods to a single oneNikos Mavrogiannopoulos2016-04-281-27/+13
* certtool: allow specifying seed size when generating provable DH parametersNikos Mavrogiannopoulos2016-04-281-11/+18
* 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