summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-211-9/+11
* modified certtool order of DN elements.Nikos Mavrogiannopoulos2013-01-171-11/+12
* Added functions to directly set the DN in a certificate or request from an RF...Nikos Mavrogiannopoulos2013-01-151-4/+10
* updated parametersNikos Mavrogiannopoulos2012-11-211-2/+2
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-5/+22
* certtool is able to set certificate policies via a templateNikos Mavrogiannopoulos2012-11-201-0/+1
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-1/+1
* The pubkey-info option can be combined with the load-privkey to extract the p...Nikos Mavrogiannopoulos2012-11-111-5/+17
* Check the key usage bits during certificate verification.Nikos Mavrogiannopoulos2012-11-021-7/+5
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-021-78/+20
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-121-115/+0
* dane-rr -> dane-tlsa-rrNikos Mavrogiannopoulos2012-10-091-2/+2
* Certtool updates.Nikos Mavrogiannopoulos2012-10-091-9/+35
* use hex for single byte entriesNikos Mavrogiannopoulos2012-10-081-1/+1
* Certtool generates DANE entries with selector 0 (X.509 certificate).Nikos Mavrogiannopoulos2012-10-081-21/+24
* Certtool can generate a DANE RR entry.Nikos Mavrogiannopoulos2012-10-081-0/+90
* corrected signNikos Mavrogiannopoulos2012-09-161-1/+2
* Do not ask unnecessary questions when signing a certificate (request).Nikos Mavrogiannopoulos2012-09-151-11/+19
* Added gnutls_x509_privkey_get_pk_algorithm2(). Certtool prints the number of ...Nikos Mavrogiannopoulos2012-09-151-6/+3
* Changes in password handling of certtool.Nikos Mavrogiannopoulos2012-08-251-23/+8
* No need to require the private key to be present when generating a certificate.Nikos Mavrogiannopoulos2012-08-151-2/+2
* confirm password on key generation.Nikos Mavrogiannopoulos2012-08-041-7/+12
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-42/+38
* Exit with an error code if a PKCS #12 structure cannot be decrypted.Nikos Mavrogiannopoulos2012-08-041-2/+9
* Respect certtool --hash when signing request and CRLPetr Písař2012-08-021-15/+24
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-1/+1
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-081-244/+6
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-281-11/+4
* Certtool exports multiple keys in PKCS12 fileLucas Fisher2012-06-241-7/+8
* When generating a pkcs12 structure with multiple certificates set a friendly ...Nikos Mavrogiannopoulos2012-06-091-4/+7
* removed unused functions.Nikos Mavrogiannopoulos2012-06-071-10/+0
* GNUTLS_E_ENCRYPTED_STRUCTURE is no more.Nikos Mavrogiannopoulos2012-06-071-1/+1
* Introduced GNUTLS_E_ENCRYPTED_STRUCTURE error code.Nikos Mavrogiannopoulos2012-06-031-5/+12
* Added support for the URI type of subject alternative name in certtool.Nikos Mavrogiannopoulos2012-05-141-5/+5
* do not print Key ID in a pkcs12 structure if it is null.Nikos Mavrogiannopoulos2012-04-061-1/+2
* Applied patch to cast days to (time_t) before converting it toNikos Mavrogiannopoulos2012-03-171-2/+2
* Added gnutls_x509_crt_set_authority_info_access.Nikos Mavrogiannopoulos2012-03-161-0/+2
* certtool may explicitly set the domain component (DC) field of a DN.Nikos Mavrogiannopoulos2012-03-061-0/+2
* The default cipher when encrypting with PKCS12 is AES.Nikos Mavrogiannopoulos2012-03-061-1/+5
* check for --inraw and --outraw.Nikos Mavrogiannopoulos2012-01-221-2/+2
* certtool uses libopts for command line parsing.Nikos Mavrogiannopoulos2012-01-221-251/+230
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-14/+14
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* --outder option works for public keys.Nikos Mavrogiannopoulos2012-01-081-8/+26
* certtool --outder option now works for private keys as well.Nikos Mavrogiannopoulos2012-01-081-4/+6
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-3/+3
* correctly report 0 keys on a keyringNikos Mavrogiannopoulos2011-12-311-1/+1
* Print the fingerprint of PGP keys and not only the key ID.Nikos Mavrogiannopoulos2011-12-281-2/+18
* updated random art's messages.Nikos Mavrogiannopoulos2011-12-281-3/+3
* Print the pgp key's randomart as well.Nikos Mavrogiannopoulos2011-12-281-3/+14