summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* handshake: added TLS1.3 passive key updateNikos Mavrogiannopoulos2018-02-191-0/+2
* key share: added flags to gnutls_init() to modify its default behaviorNikos Mavrogiannopoulos2018-02-191-1/+17
* extensions: allow receiving and sending extensions which were not advertised ...Nikos Mavrogiannopoulos2018-02-191-1/+3
* extensions: introduced functions to obtain currently parsed messageNikos Mavrogiannopoulos2018-02-191-0/+2
* handshake: introduced TLS 1.3 handshake client state machine outlineNikos Mavrogiannopoulos2018-02-191-0/+5
* extensions: separate the hello extensions from othersNikos Mavrogiannopoulos2018-02-191-7/+1
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-5/+22
* Added support for key share extensionNikos Mavrogiannopoulos2018-02-191-0/+2
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2018-02-191-1/+8
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2018-02-191-0/+2
* fips140: added function for applications to switch the FIPS140-2 modeNikos Mavrogiannopoulos2018-02-191-0/+28
* doc: updated text on gnutls_handshake_set_hook_functionNikos Mavrogiannopoulos2018-02-131-3/+3
* srp: added the 8192-bit primeNikos Mavrogiannopoulos2017-11-211-0/+3
* pkcs11: introduce multiple levels of loadingNikos Mavrogiannopoulos2017-11-031-0/+1
* pkcs11: forward token flags to applicationsNikos Mavrogiannopoulos2017-10-211-0/+13
* doc: improve documentation on provable private keysNikos Mavrogiannopoulos2017-10-091-1/+1
* _gnutls_get_key_id: introduce flag GNUTLS_KEYID_USE_SHA512Nikos Mavrogiannopoulos2017-10-011-0/+2
* gnutls.h: Remove redundant function declarationsTim Rühsen2017-09-181-14/+0