summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tmp-ccs-tls13' into 'master'Nikos Mavrogiannopoulos2018-12-115-0/+21
|\
| * tlsfuzzer: update to the latest upstream to eanble CCS teststmp-ccs-tls13Daiki Ueno2018-12-104-0/+6
| * record: make CCS handling stricter in TLS 1.3Daiki Ueno2018-12-061-0/+15
* | Fix gnutls_handshake_set_timeout() for values < 1000tmp-fix-timeoutTim Rühsen2018-12-061-15/+23
|/
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-0/+18
* Added test about rsa decryption under pkcs11Nikos Mavrogiannopoulos2018-11-301-6/+22
* tests: attempt to fix test errors on Mac OS XDmitry Eremin-Solenikov2018-11-296-8/+8
* tests: fix crl test under MinGW32/64Dmitry Eremin-Solenikov2018-11-284-6/+6
* Fix session description info printingNikos Mavrogiannopoulos2018-11-273-40/+94
* Merge branch 'tpm12_extend_testcase' into 'master'Tim Rühsen2018-11-272-5/+24
|\
| * tests: tpm: Use kill_proc to terminate a processStefan Berger2018-11-262-3/+22
| * tests: tpm: Redirect help screen output to stdoutStefan Berger2018-11-261-2/+2
* | Prevent applications from combining legacy versions of TLS with TLS1.3tmp-tls10-tls13-fixNikos Mavrogiannopoulos2018-11-271-0/+7
* | cert-tests: verify --no-text switch for pkcs7/pkcs12 infoDmitry Eremin-Solenikov2018-11-262-0/+28
* | certtool: don't output textual information if --no-text was givenDmitry Eremin-Solenikov2018-11-261-1/+1
* | certtool: don't output pkcs12 information to stderrDmitry Eremin-Solenikov2018-11-261-0/+5
* | cert-tests: verify --no-text switch for cert/crq/pub/privkeysDmitry Eremin-Solenikov2018-11-264-0/+86
* | tests: resume: suppress compiler warningsDaiki Ueno2018-11-261-4/+1
* | tests: remove unnecessary session creation in tls13/anti_replayDaiki Ueno2018-11-241-10/+0
* | tests: added test for RSA decryption under gnutls_privkey_import_ext4Nikos Mavrogiannopoulos2018-11-201-17/+40
* | Merge branch 'tmp-eddsa-pkcs11' into 'master'Nikos Mavrogiannopoulos2018-11-196-24/+409
|\ \ | |/ |/|
| * tests: added TLS1.3 tests for PKCS#11 and external key typesNikos Mavrogiannopoulos2018-11-192-19/+95
| * Add support for EDDSA/Ed25519 object support via PKCS#11Simo Sorce2018-11-194-3/+313
| * Fix RSA-PSS tests to properly return skip valueSimo Sorce2018-11-191-2/+1
* | Merge branch 'tmp-fix-certificate-type' into 'master'Nikos Mavrogiannopoulos2018-11-193-4/+14
|\ \ | |/ |/|
| * tests: resume: use spaces around '?' and ':' according to coding styleNikos Mavrogiannopoulos2018-11-191-4/+4
| * gnutls_certificate_type_get*: ensure that the default type is returnedNikos Mavrogiannopoulos2018-11-183-0/+10
* | tests/tls13-early-data: check if max_early_data_size is advertisedtmp-fix-max-early-data-sizeDaiki Ueno2018-11-181-7/+27
* | serv: add --maxearlydata optionDaiki Ueno2018-11-181-0/+18
|/
* Merge branch 'tpm12_testing' into 'master'Nikos Mavrogiannopoulos2018-11-163-0/+460
|\
| * tests: tpm: Extend test case to not use --registerStefan Berger2018-11-161-40/+73
| * tests: tpm: Add a test case for tpmtoolStefan Berger2018-11-163-0/+427
* | Merge branch 'gost-raw-privkeys' into 'master'Nikos Mavrogiannopoulos2018-11-1615-2/+321
|\ \
| * | cert-tests: test parsing and decoding of GOST private keysDmitry Eremin-Solenikov2018-11-1615-2/+321
* | | Merge branch 'tmp-anti-replay-updates' into 'master'Nikos Mavrogiannopoulos2018-11-164-25/+505
|\ \ \ | |/ / |/| |
| * | anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-153-33/+34
| * | tests: added a test for detecting duplicate early dataNikos Mavrogiannopoulos2018-11-152-1/+480
* | | gnutls_x509_privkey_import_ecc_raw(): fail on invalid sizesNikos Mavrogiannopoulos2018-11-152-0/+10
* | | tests: verify whether certificate request levels behave consistentlyNikos Mavrogiannopoulos2018-11-152-78/+34
|/ /
* | tests: add testfile from RFC4134 Section 4.5Dmitry Eremin-Solenikov2018-11-144-1/+87
|/
* Merge branch 'tmp-0rtt' into 'master'Daiki Ueno2018-11-125-3/+652
|\
| * TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-123-14/+277
| * db: introduce gnutls_db_check_entry_expire_timeDaiki Ueno2018-11-121-1/+8
| * testcompat-tls13-openssl: exercise early data transmissionDaiki Ueno2018-11-121-0/+54
| * tests: add tests for early dataDaiki Ueno2018-11-122-1/+326
* | tls13: use system's openssl for interop testingNikos Mavrogiannopoulos2018-11-102-6/+8
|/
* testcompat-openssl: do not test DSS or small curves with 1.1.1tmp-fix-ci-runsNikos Mavrogiannopoulos2018-11-071-25/+39
* Merge branch 'tmp-ignore-ctypes' into 'master'Nikos Mavrogiannopoulos2018-11-024-1/+11
|\
| * gnutls_priority_init: ignore CTYPE-OPENPGP optionstmp-ignore-ctypesNikos Mavrogiannopoulos2018-11-014-1/+11
* | ext/record_size_limit: handle the extension in TLS 1.2 ServerHellotmp-fix-record-size-limit-tls12Daiki Ueno2018-11-011-8/+18
|/