summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_record_set_max_size: make it work on server sidetmp-fix-record-size-limit-resumptionDaiki Ueno2019-02-142-79/+153
* tlsfuzzer: update to the latest upstream for record_size_limit testDaiki Ueno2019-02-143-12/+46
* ext/record_size_limit: account for content type octet in TLS 1.3Daiki Ueno2019-02-142-7/+34
* decrypt_packet_tls13: add check for max plaintext sizeDaiki Ueno2019-02-141-0/+9
* record: reject too large plaintext after decryptionDaiki Ueno2019-02-141-0/+9
* constate: reset max_record_recv_size upon renegotiationDaiki Ueno2019-02-141-0/+9
* session_pack: reset max_record_recv_size when packingDaiki Ueno2019-02-141-3/+12
* ext/record_size_limit: don't confuse with negotiated/user-supplied maximumDaiki Ueno2019-02-142-14/+35
* ext/max_record: server shouldn't send it with record_size_limitDaiki Ueno2019-02-144-8/+11
* _gnutls_hello_ext_is_present: don't ignore max_fragment_lengthDaiki Ueno2019-02-141-1/+1
* .dir-locals.el: disable indent-tabs-mode in js-modeDaiki Ueno2019-02-141-1/+2
* Merge branch 'tmp-fix-cert-params-checks' into 'master'Nikos Mavrogiannopoulos2019-02-147-62/+136
|\
| * x509: corrected issue in the algorithm parameters comparisonNikos Mavrogiannopoulos2019-02-147-62/+136
* | Merge branch 'tmp-fix-uninitialized2' into 'master'Tim Rühsen2019-02-142-26/+53
|\ \
| * | tests: added further checks for gnutls_pkcs11_token_get_infotmp-fix-uninitialized2Nikos Mavrogiannopoulos2019-02-141-2/+9
| * | Fix uninitialized warning in pkcs11.cTim Rühsen2019-02-142-26/+46
|/ /
* | Merge branch 'tmp-serv-args' into 'master'Tim Rühsen2019-02-121-1/+1
|\ \
| * | Fix 32bit overflow issue in src/serv-args.defTim Rühsen2019-02-121-1/+1
| |/
* | Merge branch 'tmp-ssize-t' into 'master'Tim Rühsen2019-02-122-19/+4
|\ \ | |/ |/|
| * Remove typedef'ing ssize_t in gnutls.htmp-ssize-tTim Rühsen2019-02-122-19/+4
|/
* Merge branch 'tmp-gnulib-pton' into 'master'Tim Rühsen2019-02-1012-300/+20
|\
| * Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-1012-300/+20
* | Merge branch 'tmp-gitlab-triage' into 'master'Tim Rühsen2019-02-101-0/+71
|\ \
| * | .triage-policies.yml: added [ci skip]tmp-gitlab-triageNikos Mavrogiannopoulos2019-02-041-0/+71
* | | Merge branch 'tmp-enforce-gnulib-rules-for-lib' into 'master'Tim Rühsen2019-02-091-1/+11
|\ \ \
| * | | bootstrap: refuse to bootstrap if any dependencies bring gnulib's network stacktmp-enforce-gnulib-rules-for-libNikos Mavrogiannopoulos2019-02-091-1/+11
|/ / /
* | | Merge branch 'tmp-key-usage' into 'master'Nikos Mavrogiannopoulos2019-02-0815-59/+320
|\ \ \ | |_|/ |/| |
| * | _gnutls_gen_rawpk_crt: corrected the use of asserttmp-key-usageNikos Mavrogiannopoulos2019-02-061-9/+10
| * | raw public keys: apply the key usage bits the same way as X.509Nikos Mavrogiannopoulos2019-02-065-6/+142
| * | Fallback to TLS 1.2 when incompatible with signature certs are providedNikos Mavrogiannopoulos2019-02-067-34/+70
| * | Enforce the certificate key usage restrictions on all casesNikos Mavrogiannopoulos2019-02-0610-16/+104
| |/
* | Merge branch 'tmp-gnulib-ntop' into 'master'Tim Rühsen2019-02-086-264/+4
|\ \ | |/ |/|
| * Use inet_ntop() from gnulibtmp-gnulib-ntopTim Rühsen2019-02-076-264/+4
|/
* Merge branch 'fix-nettle-check' into 'master'Nikos Mavrogiannopoulos2019-02-041-2/+2
|\
| * build: pass NETTLE_LIBS together with HOGWEED_LIBSDmitry Eremin-Solenikov2019-02-021-2/+2
* | Merge branch 'fix-pkcs11-mechs' into 'master'Nikos Mavrogiannopoulos2019-02-041-2/+3
|\ \
| * | build: do not generate mech-list.h if p11-kit is not availableDmitry Eremin-Solenikov2019-02-021-2/+3
| |/
* | Merge branch 'tmp-fix-sni-error' into 'master'Tim Rühsen2019-01-318-10/+18
|\ \
| * | Add GNUTLS_E_RECEIVED_DISALLOWED_NAME for illegal SNI namesTim Rühsen2019-01-318-10/+18
|/ /
* | Merge branch 'nettle-stdint' into 'master'Tim Rühsen2019-01-301-1/+1
|\ \
| * | lib/nettle: replace nettle-stdint.h with just stdint.hDmitry Eremin-Solenikov2019-01-301-1/+1
| |/
* | Merge branch 'tmp-update-glimport-and-docs' into 'master'Tim Rühsen2019-01-302-21/+10
|\ \ | |/ |/|
| * Fix 'make glimport' and update CONTRIBUTING.mdtmp-update-glimport-and-docsTim Rühsen2019-01-282-21/+10
|/
* Merge branch 'tmp-fix-guile-unused-var' into 'master'Dmitry Eremin-Solenikov2019-01-281-4/+4
|\
| * Fix unused var warning in guile/src/core.ctmp-fix-guile-unused-varTim Rühsen2019-01-251-4/+4
* | Merge branch 'guile' into 'master'Tim Rühsen2019-01-271-0/+1
|\ \
| * | build: detect previous supported guileAlon Bar-Lev2019-01-271-0/+1
| |/
* | Merge branch 'gitignore' into 'master'Tim Rühsen2019-01-271-2/+5
|\ \ | |/ |/|
| * .gitignore: add test filesAlon Bar-Lev2019-01-271-2/+5
|/
* Merge branch 'tmp-fix-abi-check' into 'master'Nikos Mavrogiannopoulos2019-01-251-1/+1
|\