summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* certtool: do not ask for password when exporting to PKCS#8 implicitlytmp-rsa-pss-additionNikos Mavrogiannopoulos2017-05-291-1/+6
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-292-168/+233
* certtool: replaced rsa-pss-sign with sign-params optionNikos Mavrogiannopoulos2017-05-292-8/+22
* certtool: better documentation on rsa-pss-signNikos Mavrogiannopoulos2017-05-291-1/+2
* certtool: use PKCS#8 format for generated RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-0/+5
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-294-10/+99
* updated auto-generated filestmp-minor-updatesNikos Mavrogiannopoulos2017-05-261-286/+286
* certtool: avoid printing legacy options in --helpNikos Mavrogiannopoulos2017-05-261-0/+4
* gnutls-cli: use 16k buffers in --benchmark-tls-ciphersNikos Mavrogiannopoulos2017-05-201-1/+1
* gnutls-cli: cleaned up --benchmark-ciphers outputNikos Mavrogiannopoulos2017-05-201-2/+3
* gnutls-cli: no longer include arcfour in benchmarksNikos Mavrogiannopoulos2017-05-202-8/+0
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-202-194/+247
* p11tool: mark provider opts as deprecatedNikos Mavrogiannopoulos2017-05-201-0/+1
* gnutls-serv: allow user to specify multiple x509certile/x509keyfileDmitry Eremin-Solenikov2017-05-202-67/+50
* Fix two memory leaks in debug output of gnutls toolsDmitry Eremin-Solenikov2017-05-192-1/+3
* certtool: allow multiple certificates in --p7-signKarl Tarbe2017-05-142-6/+20
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-102-62/+95
* p11tool: added the --provider-opts optionNikos Mavrogiannopoulos2017-05-102-1/+14
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-105-1043/+1076
* gnutls-cli: introduced --sni-hostname optionNikos Mavrogiannopoulos2017-05-102-1/+11
* certtool: introduced the email_protection_key optionNikos Mavrogiannopoulos2017-05-053-0/+40
* gnutls-cli: Use CRLF with --starttls-proto=smtp.Andreas Metzler2017-05-011-2/+2
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-011-7/+0
* 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
* systemkey: improved error message on unsupported systemsNikos Mavrogiannopoulos2017-04-071-2/+5
* certtool: improved printing of the key PIN and key IDNikos Mavrogiannopoulos2017-04-073-3/+24
* certtool: print the key PIN on private and public keysNikos Mavrogiannopoulos2017-04-074-22/+23
* serv: fixed carriage return stripping in strip()Nikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-068-15/+15
* gnutls-cli: fixed minor coverity identified issuesNikos Mavrogiannopoulos2017-04-062-9/+41
* 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-063-7/+17
* gnutls-cli: better resource management in benchmark cmdNikos Mavrogiannopoulos2017-04-061-5/+7
* certtool: guard the value of tl before gnutls_pkcs7_verifyNikos Mavrogiannopoulos2017-04-061-1/+5
* certtool: added template option inhibit_anypolicy_skip_certsNikos Mavrogiannopoulos2017-04-062-0/+17
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-058-375/+439
* certtool: added examples on verifying certificatesNikos Mavrogiannopoulos2017-04-051-3/+17
* certtool: improved documentationNikos Mavrogiannopoulos2017-04-053-30/+66
* gnutls-cli: eliminate leak on --list optionNikos Mavrogiannopoulos2017-04-011-0/+1
* p11tool: test-sign operation using SHA256 instead of SHA1Nikos Mavrogiannopoulos2017-03-161-3/+3
* certtool: enhance to allow writing CRLs in PKCS#12 filesNikos Mavrogiannopoulos2017-03-082-2/+43
* gnutls-cli: print the ciphers, MACs and KXs when priority string is givenNikos Mavrogiannopoulos2017-03-011-0/+48
* certtool: removed limits in interactive inputNikos Mavrogiannopoulos2017-02-281-17/+60
* certtool: increased buffer for reading from userNikos Mavrogiannopoulos2017-02-281-5/+6
* certtool: store critical extensions even if no other extension are presentNikos Mavrogiannopoulos2017-02-271-1/+2
* gnutls-cli-debug: fixed protocol to port discoveryNikos Mavrogiannopoulos2017-02-231-1/+2
* certtool: don't warn when 'uri' is specified on templateNikos Mavrogiannopoulos2017-02-231-0/+1
* Add LMTP, POP3, NNTP, Sieve and PostgreSQL support to gnutls-cliRobert Scheck2017-02-194-3/+41
* tools: depend on gnutls_idna_map() instead of using directly libidn/libidn2Nikos Mavrogiannopoulos2017-01-261-30/+10