summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: save OCSP response at the time certificate is savedNikos Mavrogiannopoulos2017-06-291-8/+17
* gnutls-cli: be less verbose in OCSP error messagestmp-ocsptool-updatesNikos Mavrogiannopoulos2017-06-201-1/+2
* gnutls-cli: improved error message of OCSP failureNikos Mavrogiannopoulos2017-06-201-2/+2
* updated auto-generated filesNikos Mavrogiannopoulos2017-06-202-151/+238
* ocsptool: verify_response will print information on the responseNikos Mavrogiannopoulos2017-06-201-0/+12
* ocsptool: doc updateNikos Mavrogiannopoulos2017-06-201-21/+41
* ocsptool: allow combining --load-trust with --verify-responseNikos Mavrogiannopoulos2017-06-201-7/+9
* ocsptool: --load-chain will sort the input chainNikos Mavrogiannopoulos2017-06-203-1/+7
* ocsptool: introduced --verify-allow-broken optionNikos Mavrogiannopoulos2017-06-192-2/+12
* ocsptool: the --verify-response can be combined with --load-chainNikos Mavrogiannopoulos2017-06-191-39/+53
* ocsptool: added --load-chain optionNikos Mavrogiannopoulos2017-06-194-197/+224
* updated auto-generated filesNikos Mavrogiannopoulos2017-06-166-1439/+954
* tools: removed options for openpgp supportNikos Mavrogiannopoulos2017-06-167-753/+11
* certtool: corrected typo in strcmp() useNikos Mavrogiannopoulos2017-06-081-2/+2
* certtool: improved error message when public key cannot be figured [ci skip]Nikos Mavrogiannopoulos2017-06-081-1/+1
* certtool: fix DER export with --p7-infoNikos Mavrogiannopoulos2017-06-061-8/+10
* updated auto-generated filestmp-psktool-updatesNikos Mavrogiannopoulos2017-06-052-63/+109
* psktool: minor documentation updatesNikos Mavrogiannopoulos2017-06-051-2/+2
* psktool: increased default key size to 256-bitsNikos Mavrogiannopoulos2017-06-051-1/+1
* psktool: do not assume any default key fileNikos Mavrogiannopoulos2017-06-051-4/+4
* clarify documentation and arguments for psktoolDaniel Kahn Gillmor2017-06-052-11/+18
* 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