summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gnutls_hash/hmac_copy: check its usability in all casesNikos Mavrogiannopoulos2019-06-266-0/+10
* config: added ability to override and mark algorithms as disabledNikos Mavrogiannopoulos2019-06-2016-9/+820
* Merge branch 'tmp-small-records-tests' into 'master'Daiki Ueno2019-06-2011-23/+199
|\
| * gnutls-cli-debug.sh: sanity check of %ALLOW_SMALL_RECORDS testtmp-small-records-testsNikos Mavrogiannopoulos2019-06-191-0/+3
| * tlsfuzzer: test both with and without %ALLOW_SMALL_RECORDSDaiki Ueno2019-06-199-3/+148
| * tlsfuzzer: use fixed HTTP response for record_size_limit testsDaiki Ueno2019-06-193-20/+27
| * gnutls-cli-debug: check if %ALLOW_SMALL_RECORDS is requiredDaiki Ueno2019-06-191-0/+21
* | gnutls_privkey_sign_hash2: accept the GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA flagtmp-fix-raw-flag-in-newapiNikos Mavrogiannopoulos2019-06-102-8/+3
* | tests: removed debugging output from GETPORTNikos Mavrogiannopoulos2019-06-101-1/+0
|/
* tls13/key_update: ignore multiple key updates instead of errortmp-keyupdate-fixesDaiki Ueno2019-06-052-0/+234
* tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-241-0/+3
* tests: prf-early.sh: use the static flag of datefudgeNikos Mavrogiannopoulos2019-05-231-1/+1
* tlsfuzzer: reverted accidental move to incorrect versionNikos Mavrogiannopoulos2019-05-231-0/+0
* Check Q for FFDHE primes in prime-checkSimo Sorce2019-05-231-13/+23
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-231-22/+38
* Add test to ensure ECDH exchange behaves correctlySimo Sorce2019-05-233-1/+210
* Add test to ensure DH exchange behaves correctlySimo Sorce2019-05-232-1/+156
* Merge branch 'tmp-small-records' into 'master'Daiki Ueno2019-05-234-6/+3
|\
| * tlsfuzzer: use %ALLOW_SMALL_RECORDS for testingtmp-small-recordsDaiki Ueno2019-05-224-6/+3
* | Merge branch 'tmp-remove-unused-flag' into 'master'Nikos Mavrogiannopoulos2019-05-232-9/+21
|\ \
| * | tests: verify functionality of GNUTLS_VERIFY_DISABLE_CA_SIGN flagtmp-remove-unused-flagNikos Mavrogiannopoulos2019-05-212-9/+21
| |/
* | Merge branch 'tmp-privkey-tls13' into 'master'Daiki Ueno2019-05-226-7/+405
|\ \ | |/ |/|
| * algorithms: eliminate the FFDHE alert desc requirementDaiki Ueno2019-05-224-6/+17
| * server auth: disable TLS 1.3 if no signature algorithm is usableDaiki Ueno2019-05-203-2/+389
* | Merge branch 'tmp-minor-fixes' into 'master'Nikos Mavrogiannopoulos2019-05-2131-131/+573
|\ \ | |/ |/|
| * certtool: CA certificates will contain the digital signature key usage flagNikos Mavrogiannopoulos2019-05-2027-126/+226
| * Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-203-4/+252
| * tests: added unit tests of utc and generalTime convertorNikos Mavrogiannopoulos2019-05-202-1/+95
* | Apply STD3 ASCII rules in gnutls_idna_map()tmp-fix-evil-idnaTim Rühsen2019-05-201-0/+5
|/
* Merge branch 'tmp-fix-GETPORT' into 'master'Tim Rühsen2019-05-141-7/+10
|\
| * Fix endless looping GETPORT in tests/scripts/common.shtmp-fix-GETPORTTim Rühsen2019-05-101-7/+10
* | ext/record_size_limit: distinguish sending and receiving limitstmp-record-sizesDaiki Ueno2019-05-142-1/+279
|/
* Add or clean header guards in tests/Tim Rühsen2019-05-0712-12/+52
* certtool: refuse to accept an incompatible key typeNikos Mavrogiannopoulos2019-04-251-6/+30
* certtool: generate RSA-PSS certificates from RSA keysNikos Mavrogiannopoulos2019-04-202-3/+34
* Merge branch 'tmp-p11tool-pin' into 'master'Nikos Mavrogiannopoulos2019-04-201-46/+60
|\
| * p11tool: copy vendor query attributes when listing privkeystmp-p11tool-pinDaiki Ueno2019-04-161-46/+60
* | tests: make datefudge check robusterDaiki Ueno2019-04-193-1/+56
* | serv, cli: add --keymatexport optionDaiki Ueno2019-04-192-2/+24
* | prf: add function to retrieve early keying materialDaiki Ueno2019-04-193-2/+495
* | tests/tls13/prf: check if the exported material matches on serverDaiki Ueno2019-04-191-0/+2
* | Merge branch 'certs' into 'master'Nikos Mavrogiannopoulos2019-04-181-10/+10
|\ \ | |/ |/|
| * Extend test cert to 2049-05-27Bernhard M. Wiedemann2019-04-151-10/+10
* | Fix link error with gcc-9Andreas Metzler2019-04-141-1/+1
|/
* tests: fix race condition in tls13/post-handshake-with-cert-pkcs11tmp-fix-pha-pkcs11-testDaiki Ueno2019-04-101-2/+5
* tests: cert-tests: crl: cleanup filesAlon Bar-Lev2019-04-091-2/+2
* tests: add post-handshake auth test using PKCS#11 tokenDaiki Ueno2019-04-072-0/+467
* tests: add mock PKCS#11 module disabling RSA-PSSDaiki Ueno2019-04-072-0/+114
* cert auth: reject auth if no signature algorithm is usable in TLS 1.3Daiki Ueno2019-04-041-1/+1
* fuzz: added fuzzer for certificate verificationNikos Mavrogiannopoulos2019-03-273-2/+82