summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix a common typo of gnutls_priority_t.Sadie Powell2020-12-292-14/+14
|/ /
* | Merge branch 'wip/dueno/test-fixes' into 'master'Daiki Ueno2020-12-293-12/+39
|\ \
| * | testcompat-openssl: specify -sigalgs on s_client command lineDaiki Ueno2020-12-291-1/+1
| * | testpkcs11: use datefudge to trick certificate expiryDaiki Ueno2020-12-291-1/+11
| * | tests: Fix tpmtool_test due to changes in trousersStefan Berger2020-12-291-10/+27
|/ /
* | Merge branch '#1074' into 'master'Daiki Ueno2020-12-084-13/+22
|\ \
| * | Fix non-empty session id (TLS13_APPENDIX_D4)Norbert Pocs2020-12-084-13/+22
* | | Release 3.7.03.7.0Daiki Ueno2020-12-022-3/+3
* | | NEWS: update for 3.7.0 releaseDaiki Ueno2020-12-021-6/+50
* | | Merge branch 'ihsinme-master-patch-42280' into 'master'Daiki Ueno2020-12-011-1/+1
|\ \ \
| * | | fix invalid unsigned arithmetic.ihsinme2020-12-011-1/+1
| | |/ | |/|
* | | Merge branch 'wip/dueno/fuzzer-fixes' into 'master'Daiki Ueno2020-12-016-2/+24
|\ \ \
| * | | fuzz: limit the retry count in handshake fuzzerDaiki Ueno2020-11-295-0/+18
| * | | gnutls_handshake_write: don't enqueue empty Handshake messageDaiki Ueno2020-11-291-0/+4
| * | | fuzz: fix undefined behavior on left shiftDaiki Ueno2020-11-291-2/+2
* | | | Merge branch 'mcatanzaro/getissuer_func_docs' into 'master'Daiki Ueno2020-12-011-10/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | x509: Improve documentation of new set_getissuer_functionMichael Catanzaro2020-11-301-10/+8
|/ / /
* | | Merge branch 'wip/dueno/verify-tofu-cstore' into 'master'Daiki Ueno2020-11-261-3/+10
|\ \ \
| * | | verify-tofu: return errors from store functions if callback failsDaiki Ueno2020-11-241-3/+10
| |/ /
* | | Merge branch 'update_openssl' into 'master'Daiki Ueno2020-11-2524-42/+220
|\ \ \ | |/ / |/| |
| * | accelerated: Re-generate assembly sourcesAnderson Toshiyuki Sasaki2020-11-2423-42/+220
| * | devel: Update openssl submoduleAnderson Toshiyuki Sasaki2020-11-241-0/+0
|/ /
* | Merge branch 'wip/dueno/aia-api' into 'master'Daiki Ueno2020-11-2115-387/+759
|\ \
| * | x509: rework issuer callbackDaiki Ueno2020-11-199-326/+689
| * | _gnutls_cert_log: assume that 'cert' is nonnullDaiki Ueno2020-11-192-2/+2
| * | _gnutls_sort_clist: simplify the calling conventionDaiki Ueno2020-11-195-65/+74
* | | Merge branch 'wip/dueno/disable-cipher-override' into 'master'Daiki Ueno2020-11-2012-734/+62
|\ \ \
| * | | crypto-backend: remove ability of overriding ciphersDaiki Ueno2020-11-2012-734/+62
|/ / /
* | | Merge branch 'wip/dueno/quic' into 'master'Daiki Ueno2020-11-1921-5/+851
|\ \ \
| * | | NEWS: add entry for QUIC related API functionsDaiki Ueno2020-11-191-0/+10
| * | | fuzz: fuzz gnutls_handshake_writeDaiki Ueno2020-11-196-1/+313
| * | | alert: add callback to intercept alert messagesDaiki Ueno2020-11-199-0/+62
| * | | handshake: add callback to get notified with traffic secret changeDaiki Ueno2020-11-198-0/+121
| * | | handshake: add functions to read/write handshake messages directlyDaiki Ueno2020-11-1913-4/+345
|/ / /
* | | Merge branch 'wip/dueno/ocsp-oid' into 'master'Daiki Ueno2020-11-195-14/+32
|\ \ \
| * | | _gnutls_x509_read_value: don't count terminating null byte for OIDsNikos Mavrogiannopoulos2020-11-125-14/+32
| |/ /
* | | Merge branch 'wip/dueno/max-pin-len' into 'master'Daiki Ueno2020-11-132-3/+10
|\ \ \
| * | | pkcs11: increase the maximum PIN length from 31 to 255Daiki Ueno2020-11-132-3/+10
* | | | Merge branch 'client-hello-version' into 'master'Daiki Ueno2020-11-131-0/+1
|\ \ \ \
| * | | | Use proper record version in client hello after hello retry requestTomas Mraz2020-11-131-0/+1
|/ / / /
* | | | Merge branch 'wip/dueno/doc-fixes' into 'master'Daiki Ueno2020-11-133-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | x509: clarify how to release memory allocated for DNDaiki Ueno2020-11-123-8/+8
|/ / /
* | | Merge branch 'wip/dueno/revert-allow-broken-sig' into 'master'Daiki Ueno2020-11-122-10/+3
|\ \ \ | |/ / |/| |
| * | tls-sig: defer allowed sigalg check to gnutls_pubkey_verify_data2Daiki Ueno2020-11-062-10/+3
* | | Merge branch 'mcatanzaro/close-session' into 'master'Daiki Ueno2020-11-121-1/+2
|\ \ \
| * | | pkcs11: fix session leak in error pathMichael Catanzaro2020-11-111-1/+2
|/ / /
* | | Merge branch 'cert_validation' into 'master'Daiki Ueno2020-11-1011-10/+212
|\ \ \
| * | | Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-1011-10/+212
* | | | Merge branch 'tmp-nettle-3.6' into 'master'Daiki Ueno2020-11-1025-1165/+88
|\ \ \ \ | |/ / / |/| | |
| * | | .gitlab-ci.yml: temporarily allow failures on Debian.cross.aarch64tmp-nettle-3.6Daiki Ueno2020-11-091-0/+1