Fix incomplete checks for EVP_CIPHER_asn1_to_param
[openssl.git] / test /
2023-01-24 Matt CaswellAdd QUIC-TLS server support
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24 Matt CaswellMove recordmethod.h to be an "internal" header
2023-01-24 Dr. David von OheimbAPPS: generated certs bear X.509 V3, unless -x509v1...
2023-01-24 Paulitest: note that a default property query must be includ...
2023-01-24 FdaSilvaYYFix windows builds
2023-01-24 Matt CaswellAdd DTLS support to the large app data test
2023-01-24 Matt CaswellAdd a test for large app data
2023-01-23 Dr. David von Oheimbcmp_client_test.c: add tests for end_time being initial...
2023-01-23 Ingo FranzkiAllow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved
2023-01-20 Richard Levittebn2bin(): Don't accept len < 0
2023-01-20 Richard LevitteAdd a test for public variants of bn2bin()
2023-01-19 PauliAdd negative test for unquoted property string
2023-01-19 Hugo LandauQUIC Test Server: Minor fixups
2023-01-19 Hugo LandauQUIC Test Server: Basic echo server test
2023-01-16 slontisPKCS12 - Add additional libctx and propq support.
2023-01-16 Dr. David von OheimbCMP app: fix file output of certs and cert lists on...
2023-01-14 Bernd EdlingerLimit size of modulus for bn_mul_mont and BN_mod_exp_mo...
2023-01-14 Bernd EdlingerRevert "Limit size of modulus for BN_mod_exp_mont_const...
2023-01-13 Hugo LandauQUIC TXP: Fix bug in send stream handling, cleanup
2023-01-13 Hugo LandauQUIC DEMUX: Allow MTU to vary over time and autodetect MTU
2023-01-13 Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13 Hugo LandauQUIC: Temporarily disable front-end API tests
2023-01-13 Hugo LandauQUIC: Remove RX depacketiser tests from QRL test suite
2023-01-13 Hugo LandauQUIC Stream Mapper: CSM-related changes, stream limits...
2023-01-13 Hugo LandauQUIC RX: Refactor unsafe DCID consistency checking
2023-01-13 Hugo LandauQUIC TXP: Don't send STREAM frames until handshake...
2023-01-13 Hugo LandauQUIC Wire Encoding: Support Retry Integrity Tag Calculation
2023-01-13 Hugo LandauQUIC RX: Do not handle auto-discard of Initial EL insid...
2023-01-13 Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2023-01-12 slontisMake RSA_generate_multi_prime_key() not segfault if...
2023-01-12 slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2023-01-11 Richard Levittetest/param_build_test.c: test zero BIGNUM
2023-01-04 Tomas Mraz80-test_cms.t: Fix rsapssSaltlen check on MinGW
2023-01-04 Tomas Mraz25-test_pkcs8.t: Make text comparison ignore extra...
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
2022-12-22 slontisChange HKDF to alloc the info buffer.
2022-12-22 Tomas MrazAdd testcase for OSSL_trace_set_callback()
2022-12-22 Matt CaswellAdd a CMS test for a bad encryption algorithm
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-12-21 Bernd EdlingerFix a logic flaw in test_mod_exp_zero
2022-12-16 slontisAdd KMAC support to KBKDF.
2022-12-15 Tomas Mraztiming_load_creds requires POSIX1.2001 due to rusage
2022-12-14 Tomas Mraztiming_load_creds: Fix typos in the timersub macro
2022-12-14 Čestmír Kalinatest: cmp_vfy_test: fix defined but unused
2022-12-13 Hubert Kariorsa: fix merge CI runs with old FIPS providers
2022-12-13 Richard LevitteAllow OBJ_create() to create an OBJ and NID with a...
2022-12-12 fangming.fangFix SM4-CBC regression on Armv8
2022-12-12 Hubert Kariorsa: add test for the option to disable implicit rejection
2022-12-12 Hubert Kariorsa: Skip the synthethic plaintext test with old FIPS...
2022-12-12 Hubert Kariorsa: add test vectors for the implicit rejection in...
2022-12-12 Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-12-08 Todd ShortFix `no-ec enable-ktls` build
2022-12-08 Paulitest: add test case for deadlock reported in #19643
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-08 Clemens LangObtain PSS salt length from provider
2022-12-08 Stephen Farrellprevent HPKE sender setting seq unwisely
2022-12-08 Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
2022-12-06 Patrick MillsImplement OSSL_PROVIDER_get0_default_search_path, add...
2022-12-06 Tomas Mraztiming_load_creds: Add timersub macro for platforms...
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-12-05 Matt CaswellDrop a spurious printf in evp_test.c
2022-12-05 Tomas Mrazhpke: fix tests with disabled chacha20 or poly1305
2022-12-05 Tomas MrazRefactoring some operations to avoid repeated calls
2022-11-30 Dr. David von Oheimbcmp_client_test.c: add tests for OSSL_CMP_CTX_get_status
2022-11-30 slontis[test/recipes] Add RFC6979 deterministic DSA KATs in...
2022-11-30 Billy Brumley[test/recipes] RFC6979 deterministic ECDSA KATs in...
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-30 Paulievp_test: fix rebase mistake with no_gost
2022-11-29 PauliUpdate fips version check to be more robust
2022-11-29 Pauliaes: add AES-GCM-SIV modes to the FIPS provider
2022-11-29 Xu Yizhoutest: add sm4 xts test cases
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-29 slontisFix Coverity issues in HPKE
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-11-28 Tomas MrazDrop incorrect skipping of some evp_test testcases...
2022-11-25 Tomas MrazAdd test for EVP_PKEY_Q_keygen
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25 Dr. David von OheimbOSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-23 Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-11-22 Richard Levittetest/recipes/80-test_cms.t: Fix the "CAdES ko" test
2022-11-22 Tomas MrazSplit out thread pool tests into threadpool_test
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-19 Richard Levittetest/timing_load_creds.c: use OPENSSL_SYS_ macros
2022-11-18 Richard LevitteDisable test/timing_load_creds.c on VMS
2022-11-18 Dr. David von Oheimbtest/smime-certs/ca.cnf: clean up comments, simplify...
2022-11-18 Tomas Mrazevp_extra_test2: Test DH param checks with non-NULL...
2022-11-16 Graham WoodwardAdd test to confirm IPAddressFamily_check_len catches...
2022-11-16 Simo SorceDrop explicit check for engines in opt_legacy_okay
2022-11-16 Paulilist: add debug sanity checks
2022-11-16 Paulilist: add an is empty function
2022-11-15 Paulitest: fix typo in test description
next