summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* handshake: check TLS version against modified server prioritiestmp-tls12-version-checksDaiki Ueno2020-08-172-12/+39
* Merge branch 'mcatanzaro/test-missingissuer' into 'master'Daiki Ueno2020-08-081-1/+0
|\
| * Fix invalid free in missing issuer test case error pathMichael Catanzaro2020-08-071-1/+0
* | Merge branch 'mcatanzaro/typo' into 'master'Daiki Ueno2020-08-071-1/+1
|\ \ | |/ |/|
| * Fix typo in API docsMichael Catanzaro2020-08-071-1/+1
|/
* Merge branch 'sign-spurious-message' into 'master'Daiki Ueno2020-07-271-4/+7
|\
| * pubkey: avoid spurious audit messages from _gnutls_pubkey_compatible_with_sig()Petr Pavlu2020-07-271-4/+7
* | Merge branch 'tmp-dh-z' into 'master'Daiki Ueno2020-07-234-37/+338
|\ \ | |/ |/|
| * ecdh: perform SP800-56A rev3 full pubkey validation on keygentmp-dh-zDaiki Ueno2020-07-201-2/+180
| * dh: perform SP800-56A rev3 full pubkey validation on keygenDaiki Ueno2020-07-181-0/+90
| * dh-primes: make the FIPS approved check return Q valueDaiki Ueno2020-07-183-20/+30
| * ecdh: check validity of P before exportDaiki Ueno2020-07-181-6/+21
| * dh: check validity of Z before exportDaiki Ueno2020-07-101-9/+17
|/
* Merge branch 'tmp-doc-fixes' into 'master'Dmitry Baryshkov2020-07-043-28/+28
|\
| * RELEASES.md: move the release steps to devel/ [ci skip]tmp-doc-fixesDaiki Ueno2020-06-072-26/+24
| * RELEASES.md: mention 3.7.x releasesDaiki Ueno2020-06-071-2/+2
| * RELEASES.md: fix typo in scp command lineDaiki Ueno2020-06-071-1/+1
| * NEWS: add missing API modifications to 3.6.14 entryDaiki Ueno2020-06-071-0/+2
* | Merge branch 'tmp-pthread' into 'master'Dmitry Baryshkov2020-07-042-3/+9
|\ \
| * | build: use $(LIBPTHREAD) rather than non-existent $(LTLIBPTHREAD)tmp-pthreadJames Bottomley2020-06-292-3/+9
* | | Merge branch 'tmp-nettle-master' into 'master'Dmitry Baryshkov2020-07-041-2/+2
|\ \ \
| * | | .gitlab-ci: disable config.cache for nettle-master buildsDmitry Baryshkov2020-06-141-2/+2
* | | | Merge branch 'split-up-tests-s-o-sig-hash' into 'master'Daiki Ueno2020-07-033-20/+46
|\ \ \ \
| * | | | tests: split up system-override-sig-hash.shAlexander Sosedkin2020-07-033-20/+46
* | | | | Merge branch 'macos-connectx' into 'master'Daiki Ueno2020-07-021-3/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix connectx not available on older macOS SDKSteve Lhomme2020-07-021-3/+11
|/ / / /
* | | | Merge branch 'tmp-safe-memcmp' into 'master'Daiki Ueno2020-06-296-17/+9
|\ \ \ \
| * | | | safe_memcmp: remove in favor of gnutls_memcmptmp-safe-memcmpDaiki Ueno2020-06-296-17/+9
|/ / / /
* | | | Merge branch 'tmp-sp800-56ar3' into 'master'Daiki Ueno2020-06-2931-32/+1483
|\ \ \ \ | |_|/ / |/| | |
| * | | dhe: check if DH params in SKE match the FIPS approved algorithmstmp-sp800-56ar3Daiki Ueno2020-06-2731-32/+521
| * | | dh-primes: add MODP primes from RFC 3526Daiki Ueno2020-06-262-0/+962
|/ / /
* | | Merge branch 'tmp-clear-session-ticket-keys' into 'master'Daiki Ueno2020-06-211-0/+8
|\ \ \
| * | | Wipe session ticket keys before releasing the session structureFiona Klute2020-06-141-0/+8
| |/ /
* | | Merge branch 'master' into 'master'Daiki Ueno2020-06-182-18/+22
|\ \ \
| * | | Modied the license to GPLv2.1+ to keep with LICENSE file.Lei Maohui2020-06-082-18/+22
* | | | Merge branch 'tmp-detect-python' into 'master'Dmitry Baryshkov2020-06-175-6/+18
|\ \ \ \
| * | | | Update tlsfuzzer to get Python interpreter detectionFiona Klute2020-06-161-0/+0
| * | | | Detect Python interpreter instead of assuming "python"Fiona Klute2020-06-164-6/+18
|/ / / /
* | | | Merge branch 'tmp-mark-gost94-as-broken' into 'master'Dmitry Baryshkov2020-06-1610-12/+56
|\ \ \ \
| * \ \ \ Merge branch 'master' into 'tmp-mark-gost94-as-broken'Dmitry Baryshkov2020-06-15335-21462/+28303
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge branch 'tmp-enum' into 'master'Dmitry Baryshkov2020-06-1514-22/+61
|\ \ \ \ \
| * | | | | .gitlab-ci.yml: bump configure cache versiontmp-enumDaiki Ueno2020-06-151-1/+1
| * | | | | .gitignore: ignore more filesDaiki Ueno2020-06-151-1/+27
| * | | | | build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-06-1512-20/+33
| | |_|/ / | |/| | |
* | | | | Merge branch 'better_SSL3.0_tests' into 'master'Dmitry Baryshkov2020-06-142-5/+24
|\ \ \ \ \
| * | | | | refine tests for ancient servers which support both SSL 3.0 and TLS 1.0, but ...Daniel Lenski2020-05-172-5/+24
* | | | | | Merge branch 'tmp-skip-datefudge' into 'master'Dmitry Baryshkov2020-06-1449-66/+78
|\ \ \ \ \ \
| * | | | | | tests/cert-test/invalid-sig: use datefudge to test expired certstmp-skip-datefudgeDaiki Ueno2020-06-121-18/+25
| * | | | | | tests: check_for_datefudge: don't exit the test programsDaiki Ueno2020-06-1248-48/+53
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'tmp-gettext' into 'master'Dmitry Baryshkov2020-06-141-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |