summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: enable CRL validation on startupNikos Mavrogiannopoulos2018-09-211-3/+11
* Remove auto-generated src/mech-list.h from repoTim Rühsen2018-09-201-232/+0
* certtool: print GOST public key with MSB firstDmitry Eremin-Solenikov2018-09-181-0/+15
* certtool: updates in documentation in messages for CRL generationNikos Mavrogiannopoulos2018-09-173-9/+13
* gnutls-cli-debug: mention RFC8446 for TLS1.3 and RFC8422 for X25519Nikos Mavrogiannopoulos2018-08-222-3/+2
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-202-2/+4
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-136-14/+58
* algorithms: add support for FFDHE6144Daiki Ueno2018-08-081-0/+4
* gnutls-serv: re-introduce the session identifier messageNikos Mavrogiannopoulos2018-08-071-11/+9
* p11tool: print expiration time on certificatesNikos Mavrogiannopoulos2018-08-031-2/+17
* gnutls-serv: don't close connection properly when handshake is not yet completeNikos Mavrogiannopoulos2018-08-031-6/+9
* gnutls-cli: corrected input buffer null-terminationtmp-cli-buffer-termNikos Mavrogiannopoulos2018-08-021-1/+0
* certtool: added example of converting to DER in manpageNikos Mavrogiannopoulos2018-07-311-1/+7
* gnutls-serv: improve output under TLS1.3Nikos Mavrogiannopoulos2018-07-272-62/+90
* certtool: eliminated limits in certificate export sizeNikos Mavrogiannopoulos2018-07-261-20/+20
* certtool: eliminate maximum limit in fields read with READ_MULTI_LINE_TOKENIZ...Nikos Mavrogiannopoulos2018-07-261-10/+4
* Remove trailing dot from hostname inputTim Rühsen2018-07-222-12/+20
* certtool: use gnutls_gost_paramset_get_nameDmitry Eremin-Solenikov2018-07-191-21/+2
* gnutls-cli: do not fail if CKA_ID is too longNikos Mavrogiannopoulos2018-07-191-5/+10
* gnutls-cli: mark legacy options as deprecatedNikos Mavrogiannopoulos2018-07-152-145/+147
* gnutls-cli: improve error reporting with -l --priority optionNikos Mavrogiannopoulos2018-07-131-1/+4
* gnutls-cli-debug: do not attempt SSL3.0 negotiation when not enabledNikos Mavrogiannopoulos2018-07-132-3/+9
* gnutls-cli-debug: fix EtM and extended master secret discoveryNikos Mavrogiannopoulos2018-07-132-3/+2
* gnutls-cli-debug: generalized cipher testsNikos Mavrogiannopoulos2018-07-122-9/+9
* gnutls-cli-debug: removed legacy tests no longer applicableNikos Mavrogiannopoulos2018-07-123-109/+59
* gnutls-cli-debug: detect TLS1.3 supportNikos Mavrogiannopoulos2018-07-123-8/+50
* gnutls-cli-debug: when testing servers enable all ciphersNikos Mavrogiannopoulos2018-07-121-8/+8
* certtool: properly print an int64_t valueNikos Mavrogiannopoulos2018-07-021-4/+1
* certtool: print information on time_t restrictions on failureNikos Mavrogiannopoulos2018-07-021-0/+6
* gnutls-serv: make --disable-client-cert and --require-client-cert options inc...Nikos Mavrogiannopoulos2018-07-022-2/+7
* p11tool: remove duplicate branchNikos Mavrogiannopoulos2018-06-271-3/+1
* gnutls-serv: when post-handshake auth is asked; require a certificateNikos Mavrogiannopoulos2018-06-274-7/+21
* gnutls-cli: wait for all server data prior to closing connectionNikos Mavrogiannopoulos2018-06-271-54/+30
* src: fix regenerating autogen files if builddir = srcdirDmitry Eremin-Solenikov2018-06-271-1/+7
* convert from milliseconds to timespec without loopRolf Eike Beer2018-06-262-13/+4
* use timespec_sub_ms() instead of open coding itRolf Eike Beer2018-06-261-3/+1
* avoid rounding errors and overflows when substracting timespecsRolf Eike Beer2018-06-261-2/+1
* certtool: honour --hash option when generating PKCS#12 filesDmitry Eremin-Solenikov2018-06-231-1/+7
* certtool: ask if certificate will be used for data encryptionDmitry Eremin-Solenikov2018-06-231-2/+1
* certtool: support generating GOST-encrypted PKCS#8/12 filesDmitry Eremin-Solenikov2018-06-231-0/+10
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-233-4/+20
* certtool: support dumping GOST private key informationDmitry Eremin-Solenikov2018-06-232-0/+86
* certool: export GOST privkeys only in PKCS#8 formatDmitry Eremin-Solenikov2018-06-231-1/+3
* gnutls-cli: introduce the rekey1 inline commandNikos Mavrogiannopoulos2018-06-203-8/+13
* gnutls-cli: added CCM run under TLS1.2 in benchmark modeNikos Mavrogiannopoulos2018-06-201-0/+3
* Makefile.am: move autogen files update to src/Makefile.amDmitry Eremin-Solenikov2018-06-191-0/+8
* gnutls-cli: benchmark for TLS1.3 and TLS1.2Nikos Mavrogiannopoulos2018-06-141-14/+20
* Add DISTCLEANFILES to src/Makefile.am to fix 'make distcheck'Tim Rühsen2018-06-141-0/+5
* Fix gcc 8 warningsTim Rühsen2018-06-142-4/+10
* Add bootstrap + bootstrap.confTim Rühsen2018-06-14238-47074/+0