summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/cert-tests/certtool-crl-decoding: Increase portability (fix for busybox)Tim Rühsen2018-12-181-6/+5
* tests/long-crl.sh: Increase portability (fix for busybox)Tim Rühsen2018-12-181-12/+7
* tests/gnutls-cli-debug.sh: Remove bashismsTim Rühsen2018-12-181-47/+43
* tests/scripts/common.sh: Add check_if_equal()Tim Rühsen2018-12-181-0/+17
* tests/scripts/common.sh: Make random port value work on busyboxTim Rühsen2018-12-181-3/+6
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-1515-319/+939
* 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