summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* session state: use the right type for send_cert_req variableNikos Mavrogiannopoulos2017-11-241-1/+1
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_RFC7919Nikos Mavrogiannopoulos2017-08-181-0/+1
* gnutls_int.h: reduce memory occupied by ext_dataNikos Mavrogiannopoulos2017-08-111-2/+2
* gnutls_int.h: reduced the maximum number of epoch states we keepNikos Mavrogiannopoulos2017-08-111-1/+1
* gnutls_int.h: removed unused variable from stateNikos Mavrogiannopoulos2017-08-111-5/+0
* sign/digest: separate "brokenness" of signatures and hash algorithmsNikos Mavrogiannopoulos2017-08-041-7/+1
* handshake: select a signature algorithm earlyNikos Mavrogiannopoulos2017-08-041-1/+5
* Set a default supported curveNikos Mavrogiannopoulos2017-08-021-4/+7
* _gnutls_figure_dh_params: do not use have_ffdhe flagNikos Mavrogiannopoulos2017-08-021-0/+1
* handshake: moved group negotiation after ciphersuite selectionNikos Mavrogiannopoulos2017-08-021-1/+6
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-1/+1
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-2/+4
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-14/+26
* gnutls_priority_set: use reference countingNikos Mavrogiannopoulos2017-07-251-3/+3
* _gnutls_digest_is_secure_for_certs: introducedNikos Mavrogiannopoulos2017-07-211-1/+8
* Use gcc's attribute to mark fallthrough statementsNikos Mavrogiannopoulos2017-07-171-0/+7
* record: more precise calculation of max recv sizeNikos Mavrogiannopoulos2017-07-131-0/+4
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-10/+38
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-101-2/+1
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-101-3/+9
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-101-3/+7
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-101-0/+10
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-9/+1
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-10/+0
* TLS extensions: combined the extension data and resumed data structuresNikos Mavrogiannopoulos2017-06-141-7/+3
* gnutls_int.h: groupped extension structures togetherNikos Mavrogiannopoulos2017-06-141-11/+13
* TLS extensions: several simplificationsNikos Mavrogiannopoulos2017-06-141-5/+7
* replaced MAX_SIGNATURE_ALGORITHMS macro with MAX_ALGOSNikos Mavrogiannopoulos2017-05-291-2/+1
* Increased the maximum number of signature algorithmsNikos Mavrogiannopoulos2017-05-291-1/+1
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-0/+2
* crypto-api: refuse to run gnutls_cipher_init() in full AEAD modesNikos Mavrogiannopoulos2017-05-221-1/+2
* Rename uint64 to gnutls_uint64 to avoid conflict with macOSDavid Caldwell2017-04-061-3/+3
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-211-9/+5
* eliminated various clang warnings with non-null argumentsNikos Mavrogiannopoulos2017-02-201-0/+1
* priorities: reset the profile flags when appending new flagsNikos Mavrogiannopoulos2016-12-201-0/+10
* Cache MAC algorithm used for PRF functionDmitry Eremin-Solenikov2016-12-141-0/+1
* Reverted the behavior of sending a status request extension even without a re...Nikos Mavrogiannopoulos2016-10-271-0/+5
* handshake: set a maximum number of warning messages that can be received per ...Nikos 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