summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Documented use gnutls_priority_set2().Nikos Mavrogiannopoulos2017-07-071-0/+2
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-0722-97/+184
* set_client_ciphersuite: use the new internal APIsNikos Mavrogiannopoulos2017-07-071-10/+6
* doc: corrected typoNikos Mavrogiannopoulos2017-07-071-4/+4
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-076-53/+50
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-077-66/+56
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-079-195/+126
* handshake: simplified the client-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-073-258/+100
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-0711-428/+287
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-074-4/+43
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-074-64/+23
* algorithm/kx: sorted key exchange algorithms based on current trendsNikos Mavrogiannopoulos2017-07-071-19/+19
* Removed unused functionsNikos Mavrogiannopoulos2017-07-078-139/+0
* priority_options.gperf: modified for gperf 3.1Nikos Mavrogiannopoulos2017-07-062-2/+1
* ext/alpn: added stricter checks on field lengthsNikos Mavrogiannopoulos2017-07-041-6/+10
* OCSP: find_signercert: improved DER length calculationtmp-ocsp-improvementsNikos Mavrogiannopoulos2017-07-011-7/+30
* OCSP: check the subject public key identifier field to figure issuerNikos Mavrogiannopoulos2017-07-011-2/+16
* OCSP: added more verbose debug logging on verificationNikos Mavrogiannopoulos2017-07-011-0/+10
* moved compression-related APIs to compat.htmp-remove-support-for-compressionNikos Mavrogiannopoulos2017-06-222-11/+17
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-2216-870/+112
* ocsp: print response's signature algorithm in compact listingNikos Mavrogiannopoulos2017-06-201-16/+18
* gnutls_certificate_verification_status_print: mention OCSP in error messagesNikos Mavrogiannopoulos2017-06-191-2/+2
* NORMAL priority: no longer enable the smaller curves by defaultNikos Mavrogiannopoulos2017-06-191-4/+0
* NORMAL priority: enable X25519 curveNikos Mavrogiannopoulos2017-06-191-0/+2
* pkcs11: cleanups in pkcs11_login()tmp-safenet-updates-v2Nikos Mavrogiannopoulos2017-06-171-12/+21
* pkcs11: improved handling of HSMs without CKU_CONTEXT_SPECIFIC supportNikos Mavrogiannopoulos2017-06-172-34/+28
* 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
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-1660-18486/+22
* nettle: ported fix for assertion failure in pss_verify_mgf1Daiki Ueno2017-06-161-4/+8
* ocsp: added sanity check in returned lengthNikos Mavrogiannopoulos2017-06-151-1/+4
* 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
* 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
* 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
* _gnutls_x509_privkey_reinit: ensure fields will not be re-usedNikos Mavrogiannopoulos2017-06-081-0/+2
* updated auto-generated files for new signing APItmp-enhance-signing-apisNikos Mavrogiannopoulos2017-06-071-2/+0