summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added reproducer for OCSP response found test casestmp-ocsp-status-fixNikos Mavrogiannopoulos2017-06-154-4/+115
* fuzz: documented location for OCSP-related reproducersNikos Mavrogiannopoulos2017-06-151-6/+7
* ocsp: added sanity check in returned lengthNikos Mavrogiannopoulos2017-06-151-1/+4
* doc: added/modernized text on AEAD ciphers [ci skip]Nikos Mavrogiannopoulos2017-06-151-18/+31
* doc updateNikos Mavrogiannopoulos2017-06-151-1/+1
* tests: improved duplicate extension testNikos Mavrogiannopoulos2017-06-151-4/+4
* tests: verify that duplicate extensions are rejectedNikos Mavrogiannopoulos2017-06-142-1/+220
* TLS extensions: added duplicate extension check on server sideNikos Mavrogiannopoulos2017-06-141-5/+18
* gnutls_init: better naming for internal functionNikos Mavrogiannopoulos2017-06-141-7/+9
* tests: added unit test for overriding TLS extensionsNikos Mavrogiannopoulos2017-06-142-1/+316
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-1417-29/+37
* TLS extensions: combined the extension data and resumed data structuresNikos Mavrogiannopoulos2017-06-142-112/+80
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-1413-103/+101
* gnutls_int.h: groupped extension structures togetherNikos Mavrogiannopoulos2017-06-141-11/+13
* TLS extensions: several simplificationsNikos Mavrogiannopoulos2017-06-146-144/+133
* .gitlab-ci.yml: FreeBSD system is no longer available; disabling for CI [ci s...Nikos Mavrogiannopoulos2017-06-141-21/+21
* doc updatetmp-pkcs11-no-leading-zerosNikos Mavrogiannopoulos2017-06-121-0/+7
* updated auto-generated filesNikos Mavrogiannopoulos2017-06-123-0/+25
* doc: added reference to privkey export functionsNikos Mavrogiannopoulos2017-06-121-1/+6
* tests: added basic unit tests for the export_*_raw2() functionsNikos Mavrogiannopoulos2017-06-121-6/+121
* corrected typo in x962 functionsNikos Mavrogiannopoulos2017-06-127-13/+13
* pkcs11: do not set leading zeros on integersNikos Mavrogiannopoulos2017-06-121-13/+14
* Introduced functions to export integers with no leading zeroNikos Mavrogiannopoulos2017-06-128-41/+291
* nettle: use older GMP macros for mpz_mod_2exp and mpz_div_2expNikos Mavrogiannopoulos2017-06-082-3/+3
* _gnutls_ucs2_to_utf8: use void* as pointer type to avoid compiler assumptions...Nikos Mavrogiannopoulos2017-06-081-1/+1
* ciphersuites: removed unused functionNikos Mavrogiannopoulos2017-06-081-15/+0
* nettle/cipher: document that ctx_ptr is 16-byte aligned, and use void* to avo...Nikos Mavrogiannopoulos2017-06-081-4/+6
* certtool: corrected typo in strcmp() useNikos Mavrogiannopoulos2017-06-081-2/+2
* _gnutls_x509_privkey_reinit: ensure fields will not be re-usedNikos Mavrogiannopoulos2017-06-081-0/+2
* certtool: improved error message when public key cannot be figured [ci skip]Nikos Mavrogiannopoulos2017-06-081-1/+1
* updated auto-generated files for new signing APItmp-enhance-signing-apisNikos Mavrogiannopoulos2017-06-074-2/+8
* handshake: simplify handshake by using the new signing APINikos Mavrogiannopoulos2017-06-071-37/+8
* tests: introduced unit tests of the new signing APINikos Mavrogiannopoulos2017-06-072-0/+431
* abstract API: introduced new signing functionsNikos Mavrogiannopoulos2017-06-075-24/+166
* pkix: removed unused definitionNikos Mavrogiannopoulos2017-06-071-2/+0
* gnutls_privkey_st: removed unused elementtmp-multi-updatesNikos Mavrogiannopoulos2017-06-072-2/+1
* gnutls_session_get_desc: improved ciphersuite descriptionNikos Mavrogiannopoulos2017-06-071-13/+34
* tests: key-import-export: use cert-common.hNikos Mavrogiannopoulos2017-06-071-33/+7
* tests: simplified CPPFLAGS of tests using internal gnutls funcsNikos Mavrogiannopoulos2017-06-071-25/+5
* tests: key-exchange: added error checking in gnutls_certificate_set_x509_key_memtmp-more-rsa-pss-related-changesNikos Mavrogiannopoulos2017-06-061-3/+12
* _gnutls_check_key_cert_match: account for RSA and RSA-PSS mismatchesNikos Mavrogiannopoulos2017-06-061-2/+13
* certtool: fix DER export with --p7-infoNikos Mavrogiannopoulos2017-06-061-8/+10
* updated auto-generated filestmp-psktool-updatesNikos Mavrogiannopoulos2017-06-052-63/+109
* doc updateNikos Mavrogiannopoulos2017-06-051-3/+5
* psktool: minor documentation updatesNikos Mavrogiannopoulos2017-06-051-2/+2
* tests: added basic functionality check for psktoolNikos Mavrogiannopoulos2017-06-052-1/+88
* psktool: increased default key size to 256-bitsNikos Mavrogiannopoulos2017-06-051-1/+1
* psktool: do not assume any default key fileNikos Mavrogiannopoulos2017-06-051-4/+4
* clarify documentation and arguments for psktoolDaniel Kahn Gillmor2017-06-052-11/+18
* tests: added unit test to verify that certificates with non-DER strict time f...tmp-tolerate-certs-with-invalid-timeNikos Mavrogiannopoulos2017-06-055-117/+72