summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02Add test for X509 sign TBS cache regression.slontis
2022-11-02Add a test for TLS pipeliningMatt Caswell
2022-11-02Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-11-02Potential null pointer referenceyangyangtiantianlonglong
2022-11-02Fix unused variable in QUIC send stream testHugo Landau
2022-11-02fipsinstall: add -self_test_oninstall option.Pauli
2022-11-02Update fipsinstall testsPauli
2022-11-02Remove conditional FIPS dependence for 3DESPauli
2022-11-02Move DES based test cases out of FIPS territoryPauli
2022-11-02Skip DES based tests in FIPS modePauli
2022-11-01punycode: add unit testsPauli
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz
2022-10-27Check whether buffers have actually been allocated/freedMatt Caswell
2022-10-25Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte
2022-10-25Fix test_tls13_encryption()Matt Caswell
2022-10-24Fix a compilation failure in bio_comp_test.cMatt Caswell
2022-10-24Workaround egd rand source deficienciesTomas Mraz
2022-10-21crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-21test: driver: fix -Wunused-but-set-variableSam James
2022-10-21test: threads: replace test_thread_noreturnČestmír Kalina
2022-10-21crypto: thread: serialize concurrent joinsČestmír Kalina
2022-10-21Fix coverity 1516095 deadcodeTodd Short
2022-10-21link the pyca tests against the correct opensslPaul Kehrer
2022-10-20Remove some redundant codeMatt Caswell
2022-10-19default provider: include RIPEMD160Pauli
2022-10-18Update COMP_METHODTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-12Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell
2022-10-12Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell
2022-10-12Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-10test: condition out code that relies on CHACHA.Pauli
2022-10-07Fix older clang warning on initializationTomas Mraz
2022-10-07set MGF1 digest correctlyJames Muir
2022-10-07Add some more brainpool tests for TLSv1.3Matt Caswell
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-10-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell
2022-10-05QUIC Send Stream ManagementHugo Landau
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-10-03Test usage of a custom EVP_CIPHERMatt Caswell
2022-09-3080-test_cmp_http.t: some generalizations and minor improvements of diagnostic...Dr. David von Oheimb
2022-09-29djgpp: Skip test/rsa_complex.cJ.W. Jagersma