summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: backported --sni-hostname optionAnderson Toshiyuki Sasaki2018-04-232-1/+11
* gnutls-serv: send alert for unrecognized nameAnderson Toshiyuki Sasaki2018-04-231-2/+11
* gnutls-serv: backported sni-hostname optionsAnderson Toshiyuki Sasaki2018-04-232-0/+104
* p11tool: corrected issue preventing the deletion of objects in batch modeNikos Mavrogiannopoulos2018-01-231-0/+2
* p11tool: explicitly mark generated keys as sensitiveNikos Mavrogiannopoulos2017-08-251-1/+1
* certtool: improved error message when public key cannot be figured [ci skip]Nikos Mavrogiannopoulos2017-06-081-1/+1
* certtool: increased buffer for reading from userNikos Mavrogiannopoulos2017-02-281-5/+6
* tools: use stamp files to allow parallel build of autogen filesNikos Mavrogiannopoulos2017-01-091-20/+52
* certtool: improved error reporting on file errorNikos Mavrogiannopoulos2016-12-311-2/+2
* tpmtool: Added --test-sign parameterNikos Mavrogiannopoulos2016-12-132-2/+83
* compiler warnings elimination and other bug fixesNikos Mavrogiannopoulos2016-12-131-11/+11
* tpmtool: added newline in error messagesNikos Mavrogiannopoulos2016-12-131-8/+8
* doc: updated to documentation of certtool [ci skip]Nikos Mavrogiannopoulos2016-12-091-3/+3
* Don't trash DER CRQ output with text dataNikos Mavrogiannopoulos2016-12-071-2/+2
* p11tool: added --set-id and --set-label optionsNikos Mavrogiannopoulos2016-11-294-0/+79
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2016-11-294-15/+54
* certtool: allow setting key purposes for non-CA certificatesNikos Mavrogiannopoulos2016-10-181-66/+69
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-141-1/+5
* p11tool: avoid asking the security officer PIN twice on initializationNikos Mavrogiannopoulos2016-10-141-0/+3
* p11tool: improved messages on token initializationNikos Mavrogiannopoulos2016-10-141-7/+15
* p11tool: corrected check of PIN existance in token initializationNikos Mavrogiannopoulos2016-10-141-2/+2
* certtool: added safety net when generating a certificate requestNikos Mavrogiannopoulos2016-10-071-1/+5
* ocsptool: do not enter a spurious newline to responses.Nikos Mavrogiannopoulos2016-09-061-1/+0
* certtool: Allow writing unique IDs in generated certificatesNikos Mavrogiannopoulos2016-09-054-0/+66
* gnutls-cli: allow operation with stdin inputNikos Mavrogiannopoulos2016-05-193-3/+50
* gnutls-cli: corrected check for OCSP verification successNikos Mavrogiannopoulos2016-05-171-1/+1
* ocsptool: use HTTP/1.0 for requestsNikos Mavrogiannopoulos2016-04-021-1/+1
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-211-12/+14
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* p11tool: avoid warning with castNikos Mavrogiannopoulos2016-03-011-1/+2
* certtool: eliminated memory leaks on cert verificationNikos Mavrogiannopoulos2016-03-011-2/+2
* certtool: backported memory leak fixes in PKCS#12 handlingNikos Mavrogiannopoulos2016-03-011-1/+12
* certtool: eliminate leaks in _verify_x509_mem()Nikos Mavrogiannopoulos2016-03-011-3/+7
* certtool: eliminate memory leaks in certificate generationNikos Mavrogiannopoulos2016-03-011-0/+2
* certtool: avoid warning with castNikos Mavrogiannopoulos2016-02-291-1/+2
* libopts: use the O_BINARY flag in windows for filesNikos Mavrogiannopoulos2016-01-071-1/+3
* libopts: updated to 5.18.6Nikos Mavrogiannopoulos2016-01-0757-714/+763
* certtool: allow exporting very long CRLsNikos Mavrogiannopoulos2015-08-211-5/+4
* certtool: removed limit on maximum imported certificates in the -i optionNikos Mavrogiannopoulos2015-08-191-17/+8
* certtool: eliminated memory leaks due to new cert loading codeNikos Mavrogiannopoulos2015-08-192-5/+14
* certtool: lifted limits on file size to loadNikos Mavrogiannopoulos2015-08-192-56/+38
* p11tool: fix documentation for --generate-ecc and generate-dsaNikos Mavrogiannopoulos2015-07-201-4/+4
* certtool --outder should not emit signature verification statusDaniel Kahn Gillmor2015-07-061-4/+6
* tools: added ftp as a starttls protocolNikos Mavrogiannopoulos2015-03-094-4/+12
* gnutls-cli: starttls and starttls-proto can't mixNikos Mavrogiannopoulos2015-03-091-0/+1
* gnutls-cli-debug: corrected check of certificate chain orderNikos Mavrogiannopoulos2015-03-061-0/+1
* gnutls-cli-debug: disable unsupported TLS protocols as soonNikos Mavrogiannopoulos2015-03-062-34/+10
* cli sockets: check for a digit prior using atoiNikos Mavrogiannopoulos2015-03-061-1/+4
* gnutls-cli-debug: a cert list of size 1 is always sortedNikos Mavrogiannopoulos2015-03-061-0/+3
* gnutls-cli-debug: do not warn multiple times about unknown protocolsNikos Mavrogiannopoulos2015-03-061-2/+8