summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* certtool: introduced --to-rsa optionNikos Mavrogiannopoulos2017-08-151-1/+68
* p11tool: --generate-xxx options were replaced by generate-privkeyNikos Mavrogiannopoulos2017-08-091-20/+5
* certtool: create mapping between --load-x and --info optionsNikos Mavrogiannopoulos2017-08-071-12/+31
* certtool: removed definitions of non-existing functionsNikos Mavrogiannopoulos2017-08-071-3/+0
* gnutls_x509_privkey_verify_seed: improved error on missing validation parametersNikos Mavrogiannopoulos2017-08-071-1/+4
* certtool: provable private keys are always exported in PKCS#8 formNikos Mavrogiannopoulos2017-08-071-2/+2
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-041-9/+13
* certtool: set RSA-PSS parameters using GNUTLS_KEYGEN_SPKI kdata typeNikos Mavrogiannopoulos2017-08-041-4/+19
* certtool: print signature algorithm in cert verification outputNikos Mavrogiannopoulos2017-08-041-0/+19
* certtool: sign_params_to_flags: use strtok to parse inputNikos Mavrogiannopoulos2017-08-041-5/+20
* certtool: copy SPKI information from private key when availableNikos Mavrogiannopoulos2017-08-041-15/+14
* certtool: allow specifying RSA-PSS parameters for key generationNikos Mavrogiannopoulos2017-08-041-13/+20
* x509.h: Renamed SPKI related functionsNikos Mavrogiannopoulos2017-08-031-1/+1
* tests: replaced rsa-pss/eddsa certtool options with --key-typeNikos Mavrogiannopoulos2017-07-171-5/+5
* certtool: introduced the --key-type optionNikos Mavrogiannopoulos2017-07-171-9/+26
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-14/+12
* tools: removed options for openpgp supportNikos Mavrogiannopoulos2017-06-161-319/+1
* certtool: fix DER export with --p7-infoNikos Mavrogiannopoulos2017-06-061-8/+10
* certtool: do not ask for password when exporting to PKCS#8 implicitlytmp-rsa-pss-additionNikos Mavrogiannopoulos2017-05-291-1/+6
* certtool: replaced rsa-pss-sign with sign-params optionNikos Mavrogiannopoulos2017-05-291-4/+16
* certtool: use PKCS#8 format for generated RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-0/+5
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-8/+59
* certtool: allow multiple certificates in --p7-signKarl Tarbe2017-05-141-4/+18
* certtool: introduced the email_protection_key optionNikos Mavrogiannopoulos2017-05-051-0/+24
* certtool: ensure no leaks on pkcs12_info() error pathsNikos Mavrogiannopoulos2017-04-251-0/+4
* certtool: added newline in error messageNikos Mavrogiannopoulos2017-04-071-2/+2
* certtool: print the key PIN on private and public keysNikos Mavrogiannopoulos2017-04-071-11/+0
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-1/+1
* certtool: fixed newline skip code in smime-to-p7 codeNikos Mavrogiannopoulos2017-04-061-1/+2
* certtool: fixed minor issues pointed out by coverityNikos Mavrogiannopoulos2017-04-061-2/+6
* certtool: guard the value of tl before gnutls_pkcs7_verifyNikos Mavrogiannopoulos2017-04-061-1/+5
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-051-216/+230
* certtool: enhance to allow writing CRLs in PKCS#12 filesNikos Mavrogiannopoulos2017-03-081-2/+40
* 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