summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gnutls_x509_ext_import_proxy: corrected memory leakNikos Mavrogiannopoulos2017-11-151-8/+8
* pkcs11: refuse to load modules with duplicate informationNikos Mavrogiannopoulos2017-11-031-1/+2
* tests: added PKCS#11 module loading testNikos Mavrogiannopoulos2017-11-032-5/+37
* pkcs11: allow loading trusted modules when pkcs11 was initialized in manual modeNikos Mavrogiannopoulos2017-11-033-28/+26
* pkcs11: introduce multiple levels of loadingNikos Mavrogiannopoulos2017-11-034-15/+50
* pkcs11: forward token flags to applicationsNikos Mavrogiannopoulos2017-10-212-1/+58
* gnutls_server_name_set: Clarify meaning of the name_length parameter [ci skip]Thomas Klute2017-10-191-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2017-10-162-8/+16
* cmp_hsk_types: fixed check for SSLv2 helloNikos Mavrogiannopoulos2017-10-151-4/+4
* doc: improve documentation on provable private keysNikos Mavrogiannopoulos2017-10-093-17/+55
* _gnutls_get_key_id: introduce flag GNUTLS_KEYID_USE_SHA512Nikos Mavrogiannopoulos2017-10-012-1/+5
* signature: on client side, refuse to negotiate non-enabled signature schemesNikos Mavrogiannopoulos2017-09-251-1/+9
* _gnutls_epoch_gc: ensure there are no stray epochs after gcNikos Mavrogiannopoulos2017-09-251-3/+7
* constate: simplified allocation of epochsNikos Mavrogiannopoulos2017-09-254-53/+30
* _gnutls_epoch_get(): simplified useNikos Mavrogiannopoulos2017-09-253-5/+4
* gnutls_x509_crt/q_set_spki: always initialize the spki structureNikos Mavrogiannopoulos2017-09-242-2/+4
* server name: refuse to resume a session which server name doesn't matchNikos Mavrogiannopoulos2017-09-233-0/+46
* Ensure the SNI extension is parsed during cache-based resumptionThomas Klute2017-09-231-1/+1
* parse_handshake_header: removed duplicate checkNikos Mavrogiannopoulos2017-09-191-5/+0
* ecdh: return more appropriate error code on empty packetNikos Mavrogiannopoulos2017-09-191-0/+5
* parse_handshake_header: allow 1-byte sized fragmentsNikos Mavrogiannopoulos2017-09-191-2/+3
* gnutls.h: Remove redundant function declarationsTim Rühsen2017-09-181-14/+0
* x509: removed debugging code [ci skip]Nikos Mavrogiannopoulos2017-09-161-1/+0
* algorithms/sign: removed TLS identifiers for legacy algorithmsNikos Mavrogiannopoulos2017-09-131-6/+5
* algorithms/sign: legacy signature algorithms were moved toward the end of the...Nikos Mavrogiannopoulos2017-09-131-168/+183
* algorithms/sign: no longer enable SHA224 hash in signaturesNikos Mavrogiannopoulos2017-09-131-3/+4
* crq: doc updatetmp-sign-with-default-algoNikos Mavrogiannopoulos2017-09-081-2/+16
* gnutls_x509_crl_verify: check next update field for presenceNikos Mavrogiannopoulos2017-09-081-1/+3
* gnutls_x509_crq_sign: undeprecateNikos Mavrogiannopoulos2017-09-083-8/+2
* gnutls_x509_crl_sign: undeprecateNikos Mavrogiannopoulos2017-09-083-9/+4
* gnutls_x509_crq_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-081-1/+28
* gnutls_x509_*_sign: no longer sign with SHA1Nikos Mavrogiannopoulos2017-09-083-7/+35
* handshake: check SCSVs prior to resuming a sessionNikos Mavrogiannopoulos2017-09-073-7/+22
* gnutls_pkcs11_privkey_generate3: doc update [ci skip]Nikos Mavrogiannopoulos2017-08-281-0/+3
* Fix some typos [ci skip]Andreas Metzler2017-08-271-3/+3
* Fixed segmentation faults caused by accessing NULL pointers during mutex oper...Tom Vrancken2017-08-261-6/+6
* dh params: document DH param setting functions as deprecatedNikos Mavrogiannopoulos2017-08-224-0/+50
* pull/push backends: ECONNRESET is translated to GNUTLS_E_PREMATURE_TERMINATIONNikos Mavrogiannopoulos2017-08-201-0/+2
* sed: use it in a portable way in makefilesNikos Mavrogiannopoulos2017-08-202-4/+6
* create_tls_random: avoid warning in fuzzying modeNikos Mavrogiannopoulos2017-08-191-2/+3
* rnd-fuzzer: use ifdef instead of conditional compilationNikos Mavrogiannopoulos2017-08-192-5/+3
* gnutls_x509_privkey_export: use _gnutls_copy_string on PEM datatmp-check-for-rfc7919Nikos Mavrogiannopoulos2017-08-181-1/+4
* Corrected argument names of functions to correspond to declarationNikos Mavrogiannopoulos2017-08-183-7/+7
* lib: use casts and be explicit on intentional enumeration useNikos Mavrogiannopoulos2017-08-183-8/+12
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_RFC7919Nikos Mavrogiannopoulos2017-08-185-6/+14
* gnutls_auth_*: check cs parameter for validity prior to useNikos Mavrogiannopoulos2017-08-181-1/+16
* lib: removed legacy debugging codetmp-remove-debugging-codeNikos Mavrogiannopoulos2017-08-182-41/+0
* gnutls_x509_crl_get_issuer_dn: removed unnecessary constNikos Mavrogiannopoulos2017-08-181-1/+1
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-179-41/+94
* _gnutls_recv_server_certificate_status: use the same type in subtracted valuesNikos Mavrogiannopoulos2017-08-161-2/+2