summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for the engine crash with AES-256-CTRBernd Edlinger2022-11-021-1/+22
* Potential null pointer referenceyangyangtiantianlonglong2022-11-021-7/+7
* Fix unused variable in QUIC send stream testHugo Landau2022-11-021-2/+1
* fipsinstall: add -self_test_oninstall option.Pauli2022-11-021-2/+14
* Update fipsinstall testsPauli2022-11-021-30/+67
* Remove conditional FIPS dependence for 3DESPauli2022-11-021-1/+7
* Move DES based test cases out of FIPS territoryPauli2022-11-021-2/+2
* Skip DES based tests in FIPS modePauli2022-11-021-7/+10
* punycode: add unit testsPauli2022-11-013-1/+236
* tests: clear error queue before executing a testcaseTomas Mraz2022-10-274-6/+2
* Check whether buffers have actually been allocated/freedMatt Caswell2022-10-271-8/+33
* Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte2022-10-251-5/+23
* Fix test_tls13_encryption()Matt Caswell2022-10-251-58/+24
* Fix a compilation failure in bio_comp_test.cMatt Caswell2022-10-241-2/+2
* Workaround egd rand source deficienciesTomas Mraz2022-10-241-2/+2
* crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina2022-10-211-32/+1
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-211-5/+3
* test: driver: fix -Wunused-but-set-variableSam James2022-10-211-3/+0
* test: threads: replace test_thread_noreturnČestmír Kalina2022-10-211-23/+8
* crypto: thread: serialize concurrent joinsČestmír Kalina2022-10-211-1/+1
* Fix coverity 1516095 deadcodeTodd Short2022-10-211-1/+7
* link the pyca tests against the correct opensslPaul Kehrer2022-10-211-5/+10
* 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