summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sysrng-linux: improved detection of getrandom()tmp-remove-arcfour-from-benchmarksNikos Mavrogiannopoulos2017-05-202-4/+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
* documented the make files-update make optionNikos Mavrogiannopoulos2017-05-201-0/+8
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-202-194/+247
* tests: added TLS server test for multi-key usageNikos Mavrogiannopoulos2017-05-202-1/+78
* 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
* Don't let GnuTLS headers in NETTLE_CFLAGS override local headersDmitry Eremin-Solenikov2017-05-191-10/+10
* find_signer: eliminate memory leakNikos Mavrogiannopoulos2017-05-151-1/+4
* tests: add test for signing with certificate listKarl Tarbe2017-05-155-2/+361
* certtool: allow multiple certificates in --p7-signKarl Tarbe2017-05-142-6/+20
* Fix autoconf progress message concerning heartbeat [ci skip]Andreas Metzler2017-05-141-1/+1
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-05-111-1/+1
* test: corrected typo preventing the run of openpgp test [ci skip]Nikos Mavrogiannopoulos2017-05-111-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-102-62/+95
* pkcs11_override_cert_exts: do not use CKA_X_DISTRUSTED flag when retrievingNikos Mavrogiannopoulos2017-05-101-7/+2
* tests: added unit test for p11-kit trust storeNikos Mavrogiannopoulos2017-05-104-2/+166
* p11tool: added the --provider-opts optionNikos Mavrogiannopoulos2017-05-102-1/+14
* pkcs11_add_provider: allow passing parameters to p11-kit trust moduleNikos Mavrogiannopoulos2017-05-101-8/+36
* tests: introduced checks in alternative chain discoveryNikos Mavrogiannopoulos2017-05-105-2/+185
* tests: modified pkcs1-pad to account for alt path searchNikos Mavrogiannopoulos2017-05-101-1/+1
* gnutls_x509_trust_list_verify_crt2: treat signers with insecure algorithms as...Nikos Mavrogiannopoulos2017-05-101-6/+24
* updated auto-generated filesNikos Mavrogiannopoulos2017-05-105-1043/+1076
* Makefile: files-update directive will update the auto-generated files in src/Nikos Mavrogiannopoulos2017-05-102-8/+17
* tests: added check for gnutls-cli's sni-hostname optionNikos Mavrogiannopoulos2017-05-102-1/+67
* gnutls-cli: introduced --sni-hostname optionNikos Mavrogiannopoulos2017-05-102-1/+11
* Makefile: added phony targets to .PHONY [ci skip]Nikos Mavrogiannopoulos2017-05-101-1/+1
* fuzz: doc update [ci skip]Nikos Mavrogiannopoulos2017-05-091-4/+4
* errors.h: _gnutls_cert_log will only print on non-null certificatesNikos Mavrogiannopoulos2017-05-081-1/+1
* rsa-psk: Use the correct username datumtmp-fix-rsa-psk-cbNicolas Dufresne2017-05-061-2/+2
* tests: added check for PSK client callback in RSA-PSKNikos Mavrogiannopoulos2017-05-062-1/+319
* tests: simplified name of mini-rsa-psk checkNikos Mavrogiannopoulos2017-05-062-48/+14
* tests: utilize the email_protection_key template optiontmp-certtool-updateNikos Mavrogiannopoulos2017-05-055-19/+21
* 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
* doc: remove libidn from instructions and add libidn2tmp-remove-idna2003Nikos Mavrogiannopoulos2017-05-011-3/+2
* doc: updateNikos Mavrogiannopoulos2017-05-011-0/+3
* added newline in debug messages [ci skip]Nikos Mavrogiannopoulos2017-05-012-4/+4
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-0114-170/+61
* updated minitasn1Nikos Mavrogiannopoulos2017-05-013-3/+5
* gnutls.h: introduced GNUTLS_E_ASN1_TIME_ERRORNikos Mavrogiannopoulos2017-05-012-0/+7
* gnutls_pkcs12_simple_parse: set to null vars after deinitializationtmp-fix-pkcs12-crash2Nikos Mavrogiannopoulos2017-04-301-0/+4
* tests: enhance with checks to verify that textual IPs are not matchedtmp-hostname-verif-updatesNikos Mavrogiannopoulos2017-04-301-0/+85
* gnutls_x509_crt_check_hostname2: no match dns fields against IPsNikos Mavrogiannopoulos2017-04-301-9/+11
* tests: check against symbols present only in IDNA2003Nikos Mavrogiannopoulos2017-04-301-1/+9
* gnutls_idna_map: fallback to IDNA2008 transitional encoding on failureNikos Mavrogiannopoulos2017-04-301-1/+7
* fuzz: fix leaks in PKCS#12 fuzzerNikos Mavrogiannopoulos2017-04-281-4/+10