summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban2022-11-071-3/+3
* QUIC CFQ FixesHugo Landau2022-11-071-3/+3
* QUIC FIFDHugo Landau2022-11-073-1/+382
* QUIC TXPIMHugo Landau2022-11-073-1/+91
* QUIC CFQHugo Landau2022-11-073-1/+201
* Test that signatures using hash name commands work properlyTomas Mraz2022-11-072-1/+53
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-041-1/+75
* Coverity 1516624: Fix overrun memory access.Pauli2022-11-031-1/+1
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-022-1/+31
* Add test for X509 sign TBS cache regression.slontis2022-11-023-2/+162
* Add a test for TLS pipeliningMatt Caswell2022-11-021-0/+196
* 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