summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* serv: set a timeout value in handshakeNikos Mavrogiannopoulos2016-10-131-0/+3
* 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-112-18/+37
* certtool: lift any limits in print_raw()Nikos Mavrogiannopoulos2016-10-071-6/+5
* certtool: added safety net when generating a certificate requestNikos Mavrogiannopoulos2016-10-071-1/+5
* certtool: include arpa/inet.h unconditionallyNikos Mavrogiannopoulos2016-10-051-1/+3
* gnutls-cli: fix compilation warning in win32Nikos Mavrogiannopoulos2016-10-051-1/+1
* tools: clarify errors when reading filesNikos Mavrogiannopoulos2016-09-302-8/+8
* p11tool: doc update [ci skip]Nikos Mavrogiannopoulos2016-09-281-16/+23
* certtool: print correct size of EC keysDaiki Ueno2016-09-271-5/+18
* p11tool: documented the p11-kit relevancy of distrust and stapledNikos Mavrogiannopoulos2016-09-271-2/+6
* p11tool: introduced the --mark-distrusted and --distrusted optionsNikos Mavrogiannopoulos2016-09-262-2/+20
* p11tool: allow to export a certificate with its stapled extensionsNikos Mavrogiannopoulos2016-09-262-0/+20
* certtool: do not require a certificate to generate a PKCS#12 fileNikos Mavrogiannopoulos2016-09-222-1/+5
* Typo fixes found by lintian.Andreas Metzler2016-09-121-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-1110-179/+179
* avoid the usage of strncpyNikos Mavrogiannopoulos2016-09-111-2/+8
* removed signal.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* doc updateNikos Mavrogiannopoulos2016-09-111-3/+3
* tests/tools: avoid non-null check before free()Nikos Mavrogiannopoulos2016-09-111-2/+1
* gnutls-cli: use gnutls_set_default_priority if no priorities are givenNikos Mavrogiannopoulos2016-09-091-8/+17
* gnutls-serv: removed '...' from documentationNikos Mavrogiannopoulos2016-09-091-6/+1
* p11tool: eliminated memory leak in --list optionsNikos Mavrogiannopoulos2016-09-061-0/+2
* p11tool: do not mark written objects as private by defaultNikos Mavrogiannopoulos2016-09-062-5/+10
* tools: Use correct include dir with minitasnJussi Kukkonen2016-08-311-0/+1
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-263-2/+5
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-266-15/+17
* fix memleak in pkcs11_get_randomraspa02016-08-251-0/+1
* ocsptool: reduce memory leaks on executionocsp-fixNikos Mavrogiannopoulos2016-08-252-1/+18
* ocsptool: corrected bug in session establishmentNikos Mavrogiannopoulos2016-08-241-3/+10
* src/pkcs11.c: fix mech_list out-of-bounds checkraspa02016-08-241-1/+1
* gnutls-cli: do not exit if fast open is not supportedstarttls-fixNikos Mavrogiannopoulos2016-08-221-2/+1
* gnutls-cli: added bufferring in starttls read of packetsNikos Mavrogiannopoulos2016-08-221-12/+29
* gnutls-cli: exit with error code 2 on starttls errorsNikos Mavrogiannopoulos2016-08-221-2/+2