summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* TLS 1.3: ignore "early_data" extensiontmp-skip-zero-rttDaiki Ueno2018-07-241-0/+2
* 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
* gnutls_session_ticket_send: new functionNikos Mavrogiannopoulos2018-05-261-0/+2
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-1/+3
* gnutls_pkcs11_token_get_ptr, gnutls_pkcs11_obj_get_ptr: introducedNikos Mavrogiannopoulos2018-05-212-0/+12
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-1/+5
* gnutls_ext_raw_parse: introduced GNUTLS_EXT_RAW_FLAG_DTLS_CLIENT_HELLONikos Mavrogiannopoulos2018-05-171-1/+2
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-122-0/+16
* cxx: bring few modern functions, and allow to get the raw sessionNikos Mavrogiannopoulos2018-05-121-0/+3
* New constructors for classes client_session() and server_session() provide pa...Philippe Widmer2018-05-101-0/+2
* pkcs11: mark private key objects as sensitive by defaulttmp-pkcs11-sensitive-fixNikos Mavrogiannopoulos2018-05-031-1/+3
* gnutls.h.in: corrected typo [ci skip]Nikos Mavrogiannopoulos2018-04-221-3/+3
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-2/+4
* gnutls_record_can_use_length_hiding: corrected return typeNikos Mavrogiannopoulos2018-04-041-1/+1
* Hello retry request matches server helloNikos Mavrogiannopoulos2018-03-091-2/+2
* signatures: distinguish RSA-PSS signatures with RSA PKCS#1 1.5 certificates f...Nikos Mavrogiannopoulos2018-03-091-4/+20
* Server hello format follows TLS1.2 formatNikos Mavrogiannopoulos2018-03-081-11/+10
* gnutls_privkey_import_ext4: enhanced with GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS flagNikos Mavrogiannopoulos2018-03-021-0/+3
* gnutls_ext_raw_parse: introduced functionNikos Mavrogiannopoulos2018-02-261-0/+4
* record: new gnutls_record_send2 functionDaiki Ueno2018-02-191-0/+2
* check_ocsp_response: print OCSP response actual error on debug logNikos Mavrogiannopoulos2018-02-191-0/+3
* ocsp: introduced gnutls_certificate_get_ocsp_expiration()Nikos Mavrogiannopoulos2018-02-191-0/+6
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-192-2/+19
* cert: introduced flag GNUTLS_CERTIFICATE_SKIP_OCSP_RESPONSE_CHECKNikos Mavrogiannopoulos2018-02-191-1/+4
* gnutls_certificate_set_ocsp_status_request_file: match input response to cert...Nikos Mavrogiannopoulos2018-02-191-0/+1
* introduced gnutls_certificate_retrieve_function3Nikos Mavrogiannopoulos2018-02-191-1/+32
* gnutls_ocsp_resp_list_import2: introducedNikos Mavrogiannopoulos2018-02-191-0/+7
* ocsp: introduced gnutls_ocsp_resp_import2 and gnutls_ocsp_resp_export2Nikos Mavrogiannopoulos2018-02-191-0/+6
* gnutls_ocsp_status_request_get2: added functionNikos Mavrogiannopoulos2018-02-191-0/+5
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-1/+8
* gnutls_record_set_state: use const for seq_numberNikos Mavrogiannopoulos2018-02-191-1/+1
* Introduce key usage limits under TLS1.3Nikos Mavrogiannopoulos2018-02-191-1/+4
* handshake: introduced gnutls_session_key_update()Nikos Mavrogiannopoulos2018-02-191-1/+4