summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tmp-downgrade-sentinel' into 'master'Daiki Ueno2019-02-225-6/+71
|\
| * tlsfuzzer: update to the latest upstream for downgrade protection teststmp-downgrade-sentinelDaiki Ueno2019-02-224-4/+17
| * ext/supported_versions: regenerate server randomDaiki Ueno2019-02-221-2/+54
* | iconv: Allow _gnutls_utf8_to_ucs2 to output little endianHugo Beauzée-Luyssen2019-02-211-3/+3
|/
* Merge branch 'tmp-fix-record-size-limit-resumption' into 'master'Daiki Ueno2019-02-185-90/+199
|\
| * gnutls_record_set_max_size: make it work on server sidetmp-fix-record-size-limit-resumptionDaiki Ueno2019-02-141-74/+149
| * 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-141-4/+4
* | tests: wrap ADD_SYSCALL for getrandom in test for SYS_getrandomR. Andrew Bailey2019-02-141-0/+5
|/
* Merge branch 'tmp-fix-cert-params-checks' into 'master'Nikos Mavrogiannopoulos2019-02-145-61/+131
|\
| * x509: corrected issue in the algorithm parameters comparisonNikos Mavrogiannopoulos2019-02-145-61/+131
* | 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-141-0/+30
|/
* Merge branch 'tmp-gnulib-pton' into 'master'Tim Rühsen2019-02-102-1/+6
|\
| * Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-102-1/+6
* | raw public keys: apply the key usage bits the same way as X.509Nikos Mavrogiannopoulos2019-02-064-0/+128
* | Fallback to TLS 1.2 when incompatible with signature certs are providedNikos Mavrogiannopoulos2019-02-062-30/+34
* | Enforce the certificate key usage restrictions on all casesNikos Mavrogiannopoulos2019-02-063-1/+41
|/
* Add GNUTLS_E_RECEIVED_DISALLOWED_NAME for illegal SNI namesTim Rühsen2019-01-314-6/+6
* priorities: when %NO_EXTENSIONS is specified disable TLS1.3Nikos Mavrogiannopoulos2019-01-251-4/+7
* Merge branch 'tmp-fix-no-extensions' into 'master'Nikos Mavrogiannopoulos2019-01-241-3/+5
|\
| * The flag %NO_EXTENSIONS is disabling extension support while being functionaltmp-fix-no-extensionsNikos Mavrogiannopoulos2019-01-101-3/+5
* | Merge branch 'tmp-record-size-limit-fixes' into 'master'Daiki Ueno2019-01-245-2/+449
|\ \
| * | tlsfuzzer: update to the latest upstream for record_size_limit testsDaiki Ueno2019-01-244-1/+23
| * | tests: check record_size_limit is reset after resumptionDaiki Ueno2019-01-232-1/+426
* | | Merge branch 'tmp-fix-udp-serv' into 'master'Dmitry Eremin-Solenikov2019-01-232-1/+73
|\ \ \
| * | | gnutls-serv: improvements in UDP servertmp-fix-udp-servNikos Mavrogiannopoulos2019-01-232-1/+73
| |/ /
* | | Merge branch 'tmp-test-tickets' into 'master'Nikos Mavrogiannopoulos2019-01-233-1/+101
|\ \ \ | |/ / |/| |
| * | tests: added tests for multiple ticket receptiontmp-test-ticketsNikos Mavrogiannopoulos2019-01-233-1/+101
* | | gnutls_pkcs11_privkey_import_url: enable RSA-PSS only when an RSA key can signtmp-key-rsa-pssNikos Mavrogiannopoulos2019-01-221-0/+8
|/ /
* | Fix uninitialized variable in tests/x509dn.ctmp-init-var-x509dnTim Rühsen2019-01-191-1/+1
|/
* When sending no extensions do not include a zero lengthNikos Mavrogiannopoulos2019-01-092-1/+208
* tls-sig: check RSA-PSS signature key compatibility also in TLS 1.2Daiki Ueno2019-01-091-4/+2
* tlsfuzzer: update to the latest upstream for the TLS 1.2 CV testsDaiki Ueno2019-01-092-0/+0
* tests: treat all signals as errortmp-tests-fail-on-signalsNikos Mavrogiannopoulos2019-01-0412-39/+172
* Fix typo when checking for ed25519 supportMarga Manterola2019-01-031-1/+1
* Fix 'make distcheck'Tim Rühsen2019-01-021-1/+1
* tests: cipher-openssl-compat: don't call EVP_CIPHER_CTX_init()Dmitry Eremin-Solenikov2018-12-281-1/+0
* tests: cipher-openssl-compat: don't fail if OpenSSL doesn't provide cipherDmitry Eremin-Solenikov2018-12-281-5/+13
* gnutls_pubkey_import_ecc_raw: set the public key bitstmp-test-eccNikos Mavrogiannopoulos2018-12-211-0/+21
* Merge branch 'tmp-testrandom.sh' into 'master'Nikos Mavrogiannopoulos2018-12-211-3/+3
|\
| * testrandom.sh: Fix endless looptmp-testrandom.shTim Rühsen2018-12-201-3/+3
* | win32: Check that CertOpenStore is behaving as CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-202-0/+74
* | win32: Use CertOpenStore instead of CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-191-0/+9
|/
* tests/cert-tests/certtool-eddsa: Increase portability (fix for busybox)Tim Rühsen2018-12-182-23/+15
* tests/cert-tests/certtool: SKIP if --disable-bash-tests was givenTim Rühsen2018-12-182-3/+14
* tests/cert-tests/pkcs12-utf8: Use /bin/sh instead of bashTim Rühsen2018-12-181-1/+1
* tests/cert-tests/pkcs12-corner-cases: Increase portability (fix for busybox)Tim Rühsen2018-12-181-3/+4
* tests/cert-tests/certtool-ecdsa: Increase portability (fix for busybox)Tim Rühsen2018-12-181-3/+3
* tests/cert-tests/pem-decoding: Increase portability (fix for busybox)Tim Rühsen2018-12-181-15/+12