summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* base64: minor improvements in OOM handling and test suiteNikos Mavrogiannopoulos2019-11-291-0/+6
* gnutls_base64_decode2() succeeds decoding the empty stringNikos Mavrogiannopoulos2019-11-281-6/+6
* Revert "tests: ignore datefudge-check check when running on command line"Nikos Mavrogiannopoulos2019-11-271-3/+3
* certtool: always include the CRL distribution points on CAsNikos Mavrogiannopoulos2019-11-253-1/+44
* tests: ignore datefudge-check check when running on command lineNikos Mavrogiannopoulos2019-11-251-3/+3
* tests: make tests pass with disabled GOST algorithmsDmitry Eremin-Solenikov2019-11-224-5/+22
* prf: don't crash when called before handshake completionMiroslav Lichvar2019-11-061-0/+8
* tests: include config.h in rawpk-api.cNikos Mavrogiannopoulos2019-10-301-0/+4
* tests: global-init-override do not run in windowsNikos Mavrogiannopoulos2019-10-301-2/+3
* ecc: fix curve sizes for TC26-256 gost curvesDmitry Eremin-Solenikov2019-10-271-0/+23
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-241-147/+124
* Merge branch 'gost-prf' into 'master'Nikos Mavrogiannopoulos2019-10-171-26/+30
|\
| * prf: add Streebog (GOST R 34.11-2012) PRF supportDmitry Eremin-Solenikov2019-10-151-26/+30
* | Add const to several read-only packet sequence paramstmp-fix-coverityTim Rühsen2019-10-151-1/+1
* | tests/buffer.c: Add unit test for _gnutls_buffer_unescape()Tim Rühsen2019-10-153-1/+86
* | Merge branch 'tmp-ext-mandatory' into 'master'Nikos Mavrogiannopoulos2019-10-101-0/+17
|\ \
| * | session tickets: parse extension during session resumption on client sideNikos Mavrogiannopoulos2019-10-081-0/+17
* | | Merge branch 'gost-pkcs11' into 'master'Dmitry Eremin-Solenikov2019-10-101-0/+28
|\ \ \
| * | | testpkcs11.sh: test that we output mechanism flags correctlyDmitry Eremin-Solenikov2019-10-091-0/+28
* | | | Merge branch 'psk-file-fix' into 'master'Dmitry Eremin-Solenikov2019-10-101-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | tests/psk-file: fix heizenbug in last testDmitry Eremin-Solenikov2019-10-091-1/+10
| | |/ | |/|
* | | tests: correct gost server certificatesDmitry Eremin-Solenikov2019-10-081-43/+42
|/ /
* | cert-tests/gost: add certificate with new GOSTParameters structDmitry Eremin-Solenikov2019-10-074-1/+164
|/
* Merge branch 'tmp-iov-fixes' into 'master'Daiki Ueno2019-10-062-50/+151
|\
| * gnutls_aead_cipher_{en,de}cryptv2: write back cached data to bufferstmp-iov-fixesDaiki Ueno2019-10-061-6/+8
| * iov: add _gnutls_iov_iter_sync to write back cached data to iovDaiki Ueno2019-10-061-5/+56
| * iov: _gnutls_iov_iter_next: return bytes instead of blocksDaiki Ueno2019-10-061-39/+87
* | Added functional regression tests for rawpk functionality in gnutls-cli and g...Tom Vrancken2019-10-042-1/+321
|/
* cipher-alignment: migrate LDADD/CFLAGS after renameAndreas Metzler2019-09-301-2/+2
* certtool: ensure that PKCS#8 file does not contain key descriptionNikos Mavrogiannopoulos2019-09-282-0/+25
* Merge branch 'gost-attrs' into 'master'Dmitry Eremin-Solenikov2019-09-283-1/+100
|\
| * x509: add support for Russian extensions defined for qualified certificateDmitry Eremin-Solenikov2019-09-283-1/+100
* | Merge branch 'kx-neg-verbose' into 'master'Nikos Mavrogiannopoulos2019-09-281-0/+13
|\ \
| * | tests: add verbose logging to server-kx-neg testsDmitry Eremin-Solenikov2019-09-281-0/+13
* | | Merge branch 'tmp-ocsp-fixes' into 'master'Nikos Mavrogiannopoulos2019-09-286-1/+311
|\ \ \ | |/ / |/| |
| * | tests: added server side OCSP checkNikos Mavrogiannopoulos2019-09-202-0/+111
| * | tests: added server-side verification testNikos Mavrogiannopoulos2019-09-202-1/+161
| * | gnutls_ocsp_status_request_is_checked: added tests in client sideNikos Mavrogiannopoulos2019-09-203-0/+39
* | | Merge branch 'tmp-supported-versions' into 'master'Daiki Ueno2019-09-271-0/+7
|\ \ \
| * | | ext/supported_versions: reorder client precedence if necessaryDaiki Ueno2019-09-271-0/+7
| | |/ | |/|
* | | gnutls_session_get_data2: fix operation without a timeout callbackNikos Mavrogiannopoulos2019-09-262-1/+147
|/ /
* | tests: cipher-alignment: ensure cipher registrationNikos Mavrogiannopoulos2019-09-231-1/+6
* | tests: mini-alignment moved to modern nettle APINikos Mavrogiannopoulos2019-09-232-14/+9
* | pkcs11-mock: updated license based on upstream project [ci skip]Nikos Mavrogiannopoulos2019-09-202-20/+31
|/
* tlsfuzzer: enable atypical padding checkNikos Mavrogiannopoulos2019-09-134-18/+32
* tests: check interoperability testing with gnutls 2.12.x and SHA256Nikos Mavrogiannopoulos2019-09-061-2/+14
* tests: added interoperability test with gnutls 2.12.xNikos Mavrogiannopoulos2019-09-012-0/+194
* crypto-api: add gnutls_aead_cipher_{en,de}cryptv2tmp-encryptv2Daiki Ueno2019-08-092-1/+124
* iov: add iterator interface for giovec_tDaiki Ueno2019-08-092-1/+175
* nettle: prohibit deterministic ECDSA/DSA under FIPS except selfteststmp-deterministic-ecdsaDaiki Ueno2019-08-081-7/+20