summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* certtool: introduced the email_protection_key optionNikos Mavrogiannopoulos2017-05-053-0/+40
* gnutls-cli: Use CRLF with --starttls-proto=smtp.Andreas Metzler2017-05-021-2/+2
* 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
* certtool: fixed newline skip code in smime-to-p7 codegnutls_3_5_x-backport-coverity-fixesNikos Mavrogiannopoulos2017-04-051-1/+2
* certtool: guard the value of tl before gnutls_pkcs7_verifyNikos Mavrogiannopoulos2017-04-051-1/+5
* 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-204-3/+41
* tools: depend on gnutls_idna_map() instead of using directly libidn/libidn2Nikos Mavrogiannopoulos2017-01-261-30/+10
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-261-2/+23
* p11tool: re-use ID from corresponding objects when writing certificatesNikos Mavrogiannopoulos2017-01-251-3/+284
* 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
* Do not add cli-args.h to cli-args.stamp Makefile targettmp-src-fix-3.5.xAlexander Kanavin2016-12-151-1/+1
* doc: updated to documentation of certtool [ci skip]Nikos Mavrogiannopoulos2016-12-091-5/+5
* Added autogen pre-generated files into repositoryNikos Mavrogiannopoulos2016-12-0822-0/+23394
* Don't trash DER CRQ output with text dataDmitry Eremin-Solenikov2016-12-071-2/+2
* src: clean all stamp files on 'make clean'Nikos Mavrogiannopoulos2016-12-051-0/+3
* src gl: updatedtmp-remove-iconvNikos Mavrogiannopoulos2016-12-04233-1656/+5456
* certtool: prevent-null termination of buffers allocated with fread_file()Nikos Mavrogiannopoulos2016-12-011-5/+0
* tools: use stamp files to allow parallel build of autogen filesNikos Mavrogiannopoulos2016-11-291-22/+53
* certtool: One if check is enoughAndreas Schneider2016-11-241-6/+4
* Print a key's or certificate's key ID with SHA256 in addition to SHA1Nikos Mavrogiannopoulos2016-11-221-4/+14
* certtool: address compiler warningsNikos Mavrogiannopoulos2016-11-221-1/+1
* certtool: use the new APIs for DN extractionNikos Mavrogiannopoulos2016-11-141-35/+31
* tools: added explicit socket flag to skip TLS initializationtmp-tools-updateNikos Mavrogiannopoulos2016-11-133-7/+10
* gnutls-cli-debug: terminate sessions which cannot be re-usedNikos Mavrogiannopoulos2016-11-133-6/+6
* sockets: only use gnutls_bye on a valid socket sessionNikos Mavrogiannopoulos2016-11-131-1/+2
* p11tool: --initialize will no longer reset user PINNikos Mavrogiannopoulos2016-11-131-23/+1
* p11tool: added options to initialize a user and admin's PINNikos Mavrogiannopoulos2016-11-134-3/+70
* Fix autoconf warnings in libopts.m4Dmitry Eremin-Solenikov2016-10-271-12/+12
* gnutls-cli-debug: corrected TLS1.2 detectionNikos Mavrogiannopoulos2016-10-251-1/+1
* 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
* gnutls-serv: use the included known DH parameters by defaulttmp-dh-params-ffdheNikos Mavrogiannopoulos2016-10-171-41/+30
* certtool: manpage updateNikos Mavrogiannopoulos2016-10-141-3/+7
* certtool: --get-dh-params will output the FFDHE primes instead of the SRP primesNikos Mavrogiannopoulos2016-10-141-2/+30
* certtool: --p7-info will include the PKCS#7 encoded data in PEM formatNikos Mavrogiannopoulos2016-10-141-1/+12
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-141-1/+5
* 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
* tools: removed redudant messages on PIN re-useNikos Mavrogiannopoulos2016-10-131-3/+5
* p11tool: avoid asking the security officer PIN twice on initializationNikos Mavrogiannopoulos2016-10-131-0/+3
* p11tool: improved messages on token initializationNikos Mavrogiannopoulos2016-10-131-7/+15
* p11tool: corrected check of PIN existance in token initializationNikos Mavrogiannopoulos2016-10-131-2/+2