summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* KTLS: APIFrantisek Krenzelok2021-12-151-5/+2
* priority: support allowlisting in configuration fileDaiki Ueno2021-11-291-0/+3
* ktls: basic implementation of SW modeHedgehog50402021-10-191-0/+8
* priority: add option to disable TLS 1.3 middlebox compatibility modeDaiki Ueno2021-04-171-0/+1
* Fix test error with nettle in non-default locationAndreas Metzler2021-02-131-2/+0
* handshake: replace RESUME_TRUE and RESUME_FALSE with <stdbool.h>Daiki Ueno2021-02-041-6/+3
* alert: add callback to intercept alert messagesDaiki Ueno2020-11-191-0/+1
* handshake: add callback to get notified with traffic secret changeDaiki Ueno2020-11-191-0/+1
* handshake: add functions to read/write handshake messages directlyDaiki Ueno2020-11-191-0/+2
* Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-101-0/+5
* handshake: reject no_renegotiation alert if handshake is incompletetmp-renegotiationDaiki Ueno2020-09-031-0/+1
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-121-1/+1
* gnulib: update git submoduleDaiki Ueno2020-05-291-20/+2
* _gnutls_check_id_for_change: ensure that we check the username lengthajuaristi-issue-586Nikos Mavrogiannopoulos2020-03-231-1/+1
* lib: use static assertion to check enum valuestmp-static-assertDaiki Ueno2020-03-101-10/+12
* hello_ext: use 64-bit integer to track extensionsDaiki Ueno2020-03-101-3/+3
* keylogfile: simplify the callback mechanismtmp-keylog-funcDaiki Ueno2020-02-221-1/+1
* keylogfile: generalize with a callbacktmp-keylog-hookDaiki Ueno2020-02-071-0/+2
* tls13: do not send OCSP responses as client without server requestingNikos Mavrogiannopoulos2020-01-151-0/+1
* Provide flag to identify sessions that an OCSP response was requestedNikos Mavrogiannopoulos2019-12-151-0/+2
* lib: simplify uint24 handlingDmitry Eremin-Solenikov2019-10-241-4/+0
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-241-10/+2
* Support GOST cipher suite MAC calculationDmitry Eremin-Solenikov2019-10-211-0/+1
* mac: change preimage_insecure to be a flagDmitry Eremin-Solenikov2019-10-211-1/+2
* cipher: replace several bools with single flags instanceDmitry Eremin-Solenikov2019-10-211-3/+5
* gnutls_int.h: make DECR_LEN neutral to signednessDaiki Ueno2019-09-121-5/+6
* Prefix gcc attributes with 'attr_'tmp-fix-travis2Tim Rühsen2019-06-041-7/+7
* Fix warn_unused_result for clang < 4tmp-fix-travisTim Rühsen2019-06-021-1/+3
* Add nonnull, nonnull_all and warn_unusd_result attributes in lib/gnutls_int.hTim Rühsen2019-05-281-11/+27
* tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-241-0/+2
* Always pass in and check Q in TLS 1.3Simo Sorce2019-05-231-0/+1
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-231-2/+2
* Merge branch 'tmp-keyupdate-fixes' into 'master'Nikos Mavrogiannopoulos2019-05-231-1/+2
|\
| * tls13/key_update: increase handling limit from 1 to 8Daiki Ueno2019-05-221-1/+2
* | priority: add new option to allow small records (>= 64)Daiki Ueno2019-05-221-0/+5
|/
* ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-141-7/+13
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* handshake: generate early exporter secretDaiki Ueno2019-04-191-1/+1
* handshake: remove unnecessary HSK_CRT_SENT flagDaiki Ueno2019-04-031-1/+0
* Merge branch 'tmp-increase-nr-of-tickets' into 'master'Nikos Mavrogiannopoulos2019-03-261-7/+0
|\
| * handshake: increase the default number of tickets we send to 2tmp-increase-nr-of-ticketsNikos Mavrogiannopoulos2019-03-201-7/+0
* | Improved estimation of wait in gnutls_session_get_data2tmp-improve-session-resumptionNikos Mavrogiannopoulos2019-03-191-2/+6
|/
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Protected _gnutls_epoch_get from _gnutls_epoch_gc on false startNikos Mavrogiannopoulos2019-03-021-0/+4
* gnutls_record_send2: try to ensure integrity of operations on false and early...Nikos Mavrogiannopoulos2019-03-021-0/+3
* ext/record_size_limit: don't confuse with negotiated/user-supplied maximumDaiki Ueno2019-02-141-5/+9
* ext/max_record: server shouldn't send it with record_size_limitDaiki Ueno2019-02-141-2/+3
* Enforce the certificate key usage restrictions on all casesNikos Mavrogiannopoulos2019-02-061-2/+2
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-2/+2
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-2/+32