summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: enabled X25519 interop tests with openssl 1.1.0tmp-enable-x25519Nikos Mavrogiannopoulos2017-06-182-15/+31
* NORMAL priority: no longer enable the smaller curves by defaultNikos Mavrogiannopoulos2017-06-181-4/+0
* NORMAL priority: enable X25519 curveNikos Mavrogiannopoulos2017-06-181-0/+2
* pkcs11: cleanups in pkcs11_login()tmp-safenet-updates-v2Nikos Mavrogiannopoulos2017-06-171-12/+21
* tests: pkcs11-mock: reset state when requesting reauthNikos Mavrogiannopoulos2017-06-171-1/+4
* pkcs11: improved handling of HSMs without CKU_CONTEXT_SPECIFIC supportNikos Mavrogiannopoulos2017-06-172-34/+28
* tests: added unit test for safenet protectserver HSM's PKCS#11 supporttmp-handle-safenet-hsmsNikos Mavrogiannopoulos2017-06-164-11/+224
* pkcs11: simplified pkcs11_login()Nikos Mavrogiannopoulos2017-06-163-21/+19
* pkcs11: the GNUTLS_PKCS11_OBJ_FLAG_LOGIN will force a loginNikos Mavrogiannopoulos2017-06-163-25/+36
* Handle specially safenet HSMs which cannot handle CKU_CONTEXT_SPECIFICNikos Mavrogiannopoulos2017-06-162-5/+26
* Added documentation to legacy openpgp functionsNikos Mavrogiannopoulos2017-06-161-0/+143
* Removed unnecessary certificate type functionalityNikos Mavrogiannopoulos2017-06-163-97/+6
* NEWS: doc updateNikos Mavrogiannopoulos2017-06-161-4/+3
* updated auto-generated filesNikos Mavrogiannopoulos2017-06-166-1439/+954
* doc: removed references to openpgpNikos Mavrogiannopoulos2017-06-165-17/+14
* po: removed openpgp/output.cNikos Mavrogiannopoulos2017-06-161-1/+0
* guile: removed openpgp related testsNikos Mavrogiannopoulos2017-06-1610-415/+0
* fuzz: removed the openpgp certificate fuzzerNikos Mavrogiannopoulos2017-06-163-51/+2
* tools: removed options for openpgp supportNikos Mavrogiannopoulos2017-06-167-753/+11
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-1677-18765/+28
* tests: removed openpgp related testsNikos Mavrogiannopoulos2017-06-1617-1998/+0
* tests: added reproducer for assertion triggerNikos Mavrogiannopoulos2017-06-161-0/+0
* nettle: ported fix for assertion failure in pss_verify_mgf1Daiki Ueno2017-06-161-4/+8
* .gitlab-ci.yml: keep logs of tests in abi buildNikos Mavrogiannopoulos2017-06-161-0/+3
* doc: simplified the default client exampleNikos Mavrogiannopoulos2017-06-161-19/+2
* 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