summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-1319-19/+19
* tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-051-0/+1
* alert: recognize "certificate_required"Daiki Ueno2019-03-041-0/+2
* pkcs11: clarify GNUTLS_PKCS11_TOKEN_MODNAME presence [ci skip]tmp-token-modname-clarificationsNikos Mavrogiannopoulos2019-02-261-1/+2
* Automatically NULLify after gnutls_free()Tim Rühsen2019-02-221-0/+4
* Remove typedef'ing ssize_t in gnutls.htmp-ssize-tTim Rühsen2019-02-121-7/+4
* Add GNUTLS_E_RECEIVED_DISALLOWED_NAME for illegal SNI namesTim Rühsen2019-01-311-0/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-042-2/+2
* GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-211-0/+1
* doc: minor fixes [ci skip]Nikos Mavrogiannopoulos2018-12-151-1/+0
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-152-11/+47
* GNUTLS_PCERT_NO_CERT: marked as unused/ignoredtmp-fix-GNUTLS_PCERT_NO_CERTNikos Mavrogiannopoulos2018-12-121-2/+1
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-1/+12
* update documentation on GNUTLS_AUTO_REAUTH and gnutls_record_get_direction [c...Nikos Mavrogiannopoulos2018-11-171-3/+5
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-4/+9
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-0/+12
* db: introduce gnutls_db_set_add_functionDaiki Ueno2018-11-121-0/+5
* db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-121-0/+1
* record: introduce new API functions for early dataDaiki Ueno2018-11-111-0/+7
* handshake: handle early dataDaiki Ueno2018-11-111-2/+6
* Add CMAC SupportSimo Sorce2018-10-281-0/+4
* Add AES-CFB8 SupportSimo Sorce2018-10-241-0/+6
* fips140: aligned code with documentationtmp-fix-fips-modeNikos Mavrogiannopoulos2018-10-231-0/+10
* handshake: send missing extension alertNikos Mavrogiannopoulos2018-10-161-3/+6
* gnutls_init: added flag for automatic re-authenticationNikos Mavrogiannopoulos2018-10-161-1/+8
* doc: fixed missing function and enumeration parametersNikos Mavrogiannopoulos2018-09-262-1/+6
* trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-212-2/+10
* gnutls.h: correct GOST R number references [ci skip]Dmitry Eremin-Solenikov2018-09-181-8/+8
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-3/+30
* algorithms: add support for FFDHE6144Daiki Ueno2018-08-081-1/+7
* TLS 1.3: ignore "early_data" extensionDaiki Ueno2018-08-061-0/+2
* tls1.3: server returns early on handshake when no cert is provided by clientNikos Mavrogiannopoulos2018-08-031-3/+10
* gnutls.h: corrected typotmp-tls13-fixesNikos Mavrogiannopoulos2018-07-251-1/+1
* doc: minor text updatesNikos Mavrogiannopoulos2018-07-131-1/+1
* gnutls_session_ticket_send: allow sending multiple tickets in one goNikos Mavrogiannopoulos2018-07-121-1/+1
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-091-4/+8
* configure: added option --enable-tls13-supportNikos Mavrogiannopoulos2018-07-071-1/+1
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_POST_HANDSHAKE_AUTHNikos Mavrogiannopoulos2018-07-021-1/+3
* tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default modeNikos Mavrogiannopoulos2018-06-291-1/+2
* Add support for PBES2/PBKDF2 using GOST algorithmsDmitry Eremin-Solenikov2018-06-231-1/+16
* Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-232-0/+33
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-232-0/+20
* Add few functions to support basic operations with GOST public keysDmitry Eremin-Solenikov2018-06-232-0/+10
* Add declarations for GOST R 34.10 signaturesDmitry Eremin-Solenikov2018-06-231-1/+8
* Define GOST R 34.10 curvesDmitry Eremin-Solenikov2018-06-231-1/+15
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-231-1/+26
* Add declarations for GOST 28147-89 cipher in CFB modeDmitry Eremin-Solenikov2018-06-231-1/+11
* Add declarations for GOST R 34.11 (-94 and -2012) digest algorithmsDmitry Eremin-Solenikov2018-06-231-1/+13
* cipher: made TLS1.3 safe padding check optionalNikos Mavrogiannopoulos2018-06-201-1/+7
* gnutls_aead_cipher_encryptv: introducedNikos Mavrogiannopoulos2018-06-141-0/+8