summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-253-1/+1946
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-2/+13
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-247-17/+13
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-4/+13
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-248-52/+1517
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-235-6/+0
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-2/+17
* test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte2022-11-221-3/+4
* Split out thread pool tests into threadpool_testTomas Mraz2022-11-224-290/+312
* Fix coverity issues in X509v3_addrslontis2022-11-211-0/+44
* Improve FIPS RSA keygen performance.slontis2022-11-211-2/+24
* test/timing_load_creds.c: use OPENSSL_SYS_ macrosRichard Levitte2022-11-191-8/+8
* Disable test/timing_load_creds.c on VMSRichard Levitte2022-11-181-1/+7
* test/smime-certs/ca.cnf: clean up comments, simplify settings using SKID and ...Dr. David von Oheimb2022-11-181-29/+22
* evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz2022-11-181-0/+7
* Add test to confirm IPAddressFamily_check_len catches invalid lenGraham Woodward2022-11-161-0/+87
* Drop explicit check for engines in opt_legacy_okaySimo Sorce2022-11-161-0/+23
* list: add debug sanity checksPauli2022-11-161-2/+6
* list: add an is empty functionPauli2022-11-161-1/+5
* test: fix typo in test descriptionPauli2022-11-151-1/+1
* test: add two comparision options to fips version test utility codePauli2022-11-152-1/+41
* Add test for EVP_PKEY_eqSimo Sorce2022-11-153-16/+196
* Test SSL_shutdown() with async writesMatt Caswell2022-11-141-0/+77
* QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz2022-11-141-2/+2
* QUIC Receive Stream ManagementTomas Mraz2022-11-141-6/+160
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-141-4/+5
* Cast values to match printf format strings.J.W. Jagersma2022-11-142-3/+6
* Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger2022-11-121-18/+76
* Update the validity period of ed25519 cerificatesBernd Edlinger2022-11-122-14/+74
* test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz2022-11-111-2/+2
* cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz2022-11-111-0/+13
* Add test for generating safeprime DH parametersTomas Mraz2022-11-111-0/+25
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-111-16/+53
* pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz2022-11-101-1/+6
* Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz2022-11-101-0/+20
* Revert "Skip DES based tests in FIPS mode"Pauli2022-11-101-10/+7
* Revert "Remove conditional FIPS dependence for 3DES"Pauli2022-11-101-7/+1
* Revert "Move DES based test cases out of FIPS territory"Pauli2022-11-101-2/+2
* 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