summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant codeMatt Caswell2022-10-202-5/+10
* default provider: include RIPEMD160Pauli2022-10-191-8/+8
* Update COMP_METHODTodd Short2022-10-181-9/+7
* Add support for compressed certificates (RFC8879)Todd Short2022-10-1815-45/+1107
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-181-2/+2
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-183-11/+19
* Add brotli compression support (RFC7924)Todd Short2022-10-183-0/+169
* Add missing include for DH_get0_priv_key()Tomas Mraz2022-10-171-0/+2
* crypto: add preemptive threading supportČestmír Kalina2022-10-172-2/+335
* Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell2022-10-122-253/+1052
* Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell2022-10-121-10/+40
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-121-16/+4
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-123-6/+6
* test: condition out code that relies on CHACHA.Pauli2022-10-102-3/+27
* Fix older clang warning on initializationTomas Mraz2022-10-071-1/+4
* set MGF1 digest correctlyJames Muir2022-10-071-0/+56
* Add some more brainpool tests for TLSv1.3Matt Caswell2022-10-073-451/+666
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-072-2/+2
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-2/+1
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-051-4/+16
* QUIC Send Stream ManagementHugo Landau2022-10-053-1/+354
* Disable printf format checking on MinGWDaniel Fiala2022-10-042-1/+4
* Test usage of a custom EVP_CIPHERMatt Caswell2022-10-031-2/+85
* 80-test_cmp_http.t: some generalizations and minor improvements of diagnostic...Dr. David von Oheimb2022-09-301-25/+35
* djgpp: Skip test/rsa_complex.cJ.W. Jagersma2022-09-291-4/+9
* Test TLS extension orderingTodd Short2022-09-283-0/+125
* test/trace_api_test.c: fix gcc error on -Werror=strict-prototypesDr. David von Oheimb2022-09-281-2/+2
* Coverity 1515540: resource leakPauli2022-09-271-0/+1
* QUIC Flow ControlHugo Landau2022-09-264-2/+657
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-236-5/+229
* Modify test/quic_record_test.c to also depacketizeRichard Levitte2022-09-231-61/+185
* test: Fix memory leak of asynctestTianjia Zhang2022-09-231-0/+1
* Fix BIO_dgram_pair stochastic test failureHugo Landau2022-09-231-2/+2
* Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala2022-09-231-4/+50
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-234-1/+1591
* BIO_s_dgram_pairHugo Landau2022-09-233-10/+391
* Add additional messages to the DTLS dropped records testMatt Caswell2022-09-221-25/+45
* Add deferred datagram limit to QUIC Record Layer RXHugo Landau2022-09-221-1/+2
* Coverity 1515415: NULL dereferencePauli2022-09-211-1/+2
* Remove unnecessary definePauli2022-09-211-3/+0
* Runtime detect FIPS RNG usage in testPauli2022-09-211-29/+18
* Remove FIPS condition on IV gen test.Pauli2022-09-211-4/+0
* Remove FIPS condition on SM2 test.Pauli2022-09-211-2/+2
* Test a 0 return from the ticket key callbackMatt Caswell2022-09-201-13/+43
* 80-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicitDavid von Oheimb2022-09-161-4/+9
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-5/+8
* Add tests for trace_api.Daniel Fiala2022-09-163-0/+152
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-0/+31
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-167-77/+178
* Fix default padding regression against 3.0.0 FIPS providerPauli2022-09-161-0/+2