summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-244-1/+7
* Pass down Q for FFDHE in al pre TLS1.3 as wellSimo Sorce2019-05-232-6/+38
* Always pass in and check Q in TLS 1.3Simo Sorce2019-05-234-2/+23
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-236-25/+540
* Add Full Public Key Check for DHSimo Sorce2019-05-231-3/+20
* Fix Copy&Paste errorSimo Sorce2019-05-231-1/+1
* Merge branch 'tmp-keyupdate-fixes' into 'master'Nikos Mavrogiannopoulos2019-05-233-9/+23
|\
| * tls13/key_update: increase handling limit from 1 to 8Daiki Ueno2019-05-222-8/+20
| * record_add_to_buffers: check if there is an incomplete handshake headerDaiki Ueno2019-05-221-1/+3
* | Merge branch 'tmp-small-records' into 'master'Daiki Ueno2019-05-235-2/+18
|\ \
| * | priority: add new option to allow small records (>= 64)Daiki Ueno2019-05-225-2/+18
| |/
* | Merge branch 'tmp-remove-unused-flag' into 'master'Nikos Mavrogiannopoulos2019-05-231-4/+2
|\ \
| * | pubkey: remove deprecated TLS1_RSA flag checkKenneth J. Miller2019-05-211-4/+2
* | | Merge branch 'tmp-privkey-tls13' into 'master'Daiki Ueno2019-05-226-13/+28
|\ \ \ | |_|/ |/| |
| * | algorithms: eliminate the FFDHE alert desc requirementDaiki Ueno2019-05-221-13/+1
| * | server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-205-0/+27
* | | Merge branch 'mark_const' into 'master'Tim Rühsen2019-05-212-2/+2
|\ \ \ | |_|/ |/| |
| * | Mark second argument of function gnutls_x509_crt_equals2 as constAleksei Nikiforov2019-05-212-2/+2
* | | x509.h: corrected typo in newly introduced definitionNikos Mavrogiannopoulos2019-05-211-1/+1
* | | Merge branch 'tmp-minor-fixes' into 'master'Nikos Mavrogiannopoulos2019-05-2110-33/+150
|\ \ \ | |_|/ |/| |
| * | x509.h: removed stray '%'Nikos Mavrogiannopoulos2019-05-201-1/+1
| * | Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-207-29/+140
| * | tests: added unit tests of utc and generalTime convertorNikos Mavrogiannopoulos2019-05-202-2/+7
| * | algorithms/secparams.c: fixed indentationNikos Mavrogiannopoulos2019-05-201-1/+2
* | | Apply STD3 ASCII rules in gnutls_idna_map()tmp-fix-evil-idnaTim Rühsen2019-05-201-3/+7
|/ /
* | Fix _Thread_local for C99 installed in C11 environmentstmp-fix-gcc4.4Tim Rühsen2019-05-171-2/+4
* | Remove redundant typedef of Tspi_Context_GetTpmObject_func()Tim Rühsen2019-05-171-1/+0
|/
* Merge branch 'tmp-record-sizes' into 'master'Daiki Ueno2019-05-1411-47/+116
|\
| * ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-1411-47/+116
* | lib/nettle: fix carry flag in Streebog codeDmitry Eremin-Solenikov2019-05-132-5/+23
* | Merge branch 'tmp-lgtm-suppress-ctime' into 'master'Nikos Mavrogiannopoulos2019-05-1011-18/+41
|\ \
| * | accelerated: added header guardsNikos Mavrogiannopoulos2019-05-0811-18/+41
| |/
* | _gnutls_srp_entry_free: follow consistent behavior in freeing datatmp-fix-srpNikos Mavrogiannopoulos2019-05-101-4/+8
|/
* Add or clean header guards in lib/nettletmp-header-guardsTim Rühsen2019-05-0725-58/+88
* Add or clean header guards in lib/x509/Tim Rühsen2019-05-0712-21/+46
* Add or clean header guards in lib/tls13/Tim Rühsen2019-05-0711-3/+54
* Add or clean header guards in lib/extras/Tim Rühsen2019-05-072-3/+12
* Add or clean header guards in lib/ext/Tim Rühsen2019-05-0726-72/+90
* Add or clean header guards in lib/auth/Tim Rühsen2019-05-079-18/+34
* Add or clean header guards in lib/Tim Rühsen2019-05-0758-133/+206
* gnutls_sign_list: document the non-thread-safenessNikos Mavrogiannopoulos2019-05-031-0/+1
* crypto: add private API to retrieve internal IVDaiki Ueno2019-05-039-0/+94
* tls13/session_ticket: use the same ticket_age_add regardless of endiannessDaiki Ueno2019-04-191-1/+5
* tls13/session_ticket: avoid UB regarding 64-bit time encodingtmp-early-exporterDaiki Ueno2019-04-191-4/+4
* prf: add function to retrieve early keying materialDaiki Ueno2019-04-193-26/+95
* handshake: generate early exporter secretDaiki Ueno2019-04-192-1/+13
* handshake: move early secrets calculation to pre_shared_keyDaiki Ueno2019-04-194-124/+109
* prf: centrally define "exporter" label in handshake.hDaiki Ueno2019-04-192-3/+2
* Merge branch 'tmp-abigail' into 'master'Nikos Mavrogiannopoulos2019-04-181-0/+2
|\
| * gnutls.h: re-define GNUTLS_CRT_RAWPKNikos Mavrogiannopoulos2019-04-161-0/+2