summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* handshake: set a maximum number of warning messages that can be received per ...tmp-multi-alertNikos Mavrogiannopoulos2016-10-141-3/+3
* Added session-specific supplemental data handlingNikos Mavrogiannopoulos2016-10-061-0/+3
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-061-0/+2
* Increased the maximum size allowed for handshake messages to 128kbNikos Mavrogiannopoulos2016-09-191-1/+1
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-0/+2
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-7/+7
* Import DTLS sliding window validation from OpenConnect ESP codeDavid Woodhouse2016-09-021-1/+1
* Added support for decrypting PKCS#8 files which use HMAC-SHA256 as PRFNikos Mavrogiannopoulos2016-08-241-0/+1
* Support TCP Fast OpenTim Ruehsen2016-07-261-0/+12
* dtls: imported Fridolin's DTLS sliding window implementationNikos Mavrogiannopoulos2016-07-131-7/+6
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-1/+4
* priorities: when without AES acceleration prefer stream ciphers (i.e., CHACHA20)Nikos Mavrogiannopoulos2016-05-061-0/+1
* handshake: enhance same certificate checks to apply to PSK/SRP usernameNikos Mavrogiannopoulos2016-04-291-0/+4
* instead of assigning a variable per flag use the init flags directlyNikos Mavrogiannopoulos2016-04-281-8/+2
* added flag in session to force sending a client certificateNikos Mavrogiannopoulos2016-04-281-0/+1
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-1/+3
* session: removed unused parameters from RSA-EXPORT eraNikos Mavrogiannopoulos2016-04-231-3/+0
* gnutls_int.h: allow compiling with system (gnutls) headersNikos Mavrogiannopoulos2016-04-201-11/+6
* Updated false start support to be transparent to applications.Nikos Mavrogiannopoulos2016-04-151-5/+12
* session resumption: lift the limitation of calling gnutls_session_get_data*()...Nikos Mavrogiannopoulos2016-03-311-0/+1
* session tickets: avoid GCM for session tickets and rely on CBC and HMACNikos Mavrogiannopoulos2016-03-231-3/+0
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-1/+6
* gnutls_int.h: increased MAX_SERVER_NAME_SIZE to 256 bytesNikos Mavrogiannopoulos2016-01-141-1/+1
* respect the max-record extension under DTLSNikos Mavrogiannopoulos2015-12-241-4/+4
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-081-0/+5
* MAX_PK_PARAM_SIZE was moved to gnutls_int.hNikos Mavrogiannopoulos2015-12-061-1/+3
* Modified the CHACHA20 cipher to conform to draft-ietf-tls-chacha20-poly1305-02Nikos Mavrogiannopoulos2015-11-071-7/+1
* Tolerate priority strings with names of legacy ciphers and key exchangesNikos Mavrogiannopoulos2015-10-151-0/+2
* use time_t for internal type to avoid warnings on signed/unsigned comparisonNikos Mavrogiannopoulos2015-09-191-1/+1
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-121-0/+3
* Allow overriding the verification flags from the auto-verification functionsNikos Mavrogiannopoulos2015-08-241-1/+3
* Added simpler verification functions for clientsNikos Mavrogiannopoulos2015-08-241-0/+4
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-08-241-0/+4
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-6/+6
* priorities: Added internal option to allow key usage violations in server sideNikos Mavrogiannopoulos2015-08-141-0/+1
* Re-enable the certificate key usage checks for compliance with ciphersuiteNikos Mavrogiannopoulos2015-08-141-0/+2
* handshake: add FALLBACK_SCSV priority optionAlessandro Ghedini2015-08-011-0/+3
* As server don't try to send extensions we didn't receive.Nikos Mavrogiannopoulos2015-07-311-2/+2
* Always align in 16-byte boundary our input to cryptoNikos Mavrogiannopoulos2015-06-181-3/+1
* handshake_start_time was moved out of the DTLS-specific variablesNikos Mavrogiannopoulos2015-05-061-3/+3
* dtls: combined the total timeouts of DTLS and TLS handshakeNikos Mavrogiannopoulos2015-05-051-2/+0
* use macro for DTLS default timeoutNikos Mavrogiannopoulos2015-04-301-0/+1
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-2/+3
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-011-0/+1
* Added the CHACHA20-POLY1305 ciphersuites (with random IDs)Nikos Mavrogiannopoulos2015-03-281-0/+20
* do not penalize CBC ciphers with the maximum send data sizeNikos Mavrogiannopoulos2015-03-281-6/+0
* gnutls_record_set_max_empty_records: removedNikos Mavrogiannopoulos2015-03-281-1/+0
* drop support for gnulib's u64Nikos Mavrogiannopoulos2015-03-241-1/+0
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-2/+2
* Added a way to add custom extensions from public API.Thierry Quemerais2015-03-191-28/+0