Clarify the PKCS12 docs
[openssl.git] / test /
2024-01-03 Neil Hormanvalidate requested key length in kdf_pbkdf1_do_derive
2024-01-01 Neil Hormangate calling of evp_method_id on having a non-zero...
2023-12-22 Neil HormanDetect and prevent recursive config parsing
2023-12-19 Tomas MrazFix provider compatibility check crash in evp_test
2023-12-19 Bernd EdlingerFix no-des failure in test_cms
2023-12-19 Tomas MrazTest that incorrect entry in the ssl section is not...
2023-12-18 James Muircms: avoid intermittent test failure
2023-12-18 Dmitry KobetsFix instructions for running tests on Windows
2023-12-15 Neil HormanHarden asn1 oid loader to invalid inputs
2023-12-12 Matt CaswellAdd a test for late loading of an ENGINE in TLS
2023-12-12 Matt CaswellAdd a test case for OSSL_HTTP_parse_url
2023-12-12 Matt CaswellExtend the test of BN_GF2m_mod_inv
2023-12-12 Bernd EdlingerFix a possible memory leak in do_othername
2023-12-08 Richard Levittetest/recipes/01-test_symbol_presence.t: Treat common...
2023-12-08 Richard Levittetest/recipes/01-test_symbol_presence.t: Ignore symbols...
2023-12-07 Neil HormanAdd overflow checks to parse_number/parse_hex/parse_oct
2023-12-06 Neil HormanStatically link legacy provider to evp_extra_test
2023-12-04 Richard LevitteAdd a minimal test provider
2023-12-01 Neil HormanDon't free aliased pointers in ctx cmp_ctx tests
2023-12-01 James Muirevp-cmac: do not seg-fault when getting mac-size before...
2023-11-29 Viktor DukhovniAdd last missing TLSA usage/selector/mtype test case
2023-11-29 Viktor DukhovniFix freshly introduced double-free.
2023-11-23 Tomas MrazAdd negative test for key length change
2023-11-23 Tomas MrazAdd negative test for iv length change
2023-10-26 Todd ShortFix potential NULL deref in ssl_old_test.c
2023-10-26 Tomas Mrazbn: Properly error out if aliasing return value with...
2023-10-24 Matt CaswellCopyright year updates
2023-10-24 Paulitest: add unit test for CVE-2023-5363
2023-10-24 Tomas MrazFix Coverity 1547856: memset() uses only the lowest...
2023-10-18 Neil HormanAdd a test to confirm that legacy rsa keys work
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-13 Paulicmp: add null pointer check in tear_down test function
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11 Richard Levittetest/recipes/05-test_rand.t: replace 'and' with '&&'
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
2023-10-04 Matthias St. Pierretest: evp_extra: test signing with legacy app method...
2023-10-04 Matthias St. Pierretest: evp_extra: fix indentation error
2023-09-21 Steffen KleeFix test_cms if DSA is not supported
2023-09-19 Richard LevitteCopyright year updates
2023-09-15 Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-13 Bernd EdlingerFix memory leaks in ssl_old_test.c
2023-09-13 Tomas MrazRevert "make inability to dup/clone ciphers an error"
2023-09-12 Neil Hormanmake inability to dup/clone ciphers an error
2023-09-11 Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-09 Bernd EdlingerFix output corruption in req command
2023-09-08 PauliAdd test case for #21986
2023-09-07 Min Zhoutest/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJ
2023-09-01 Kurt RoeckxUpdate X509 fuzzer to verify a chain
2023-08-24 Ingo Franzkictrl_params_translate: Allow RSA controls also for...
2023-08-15 Matt CaswellFix no-dsa in combination with no-err
2023-08-15 Matt CaswellFix no-dtls and no-tls in combination
2023-08-10 Olga BatyshkinaDo not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA...
2023-08-04 Tomas Mrazendecode_test.c: Add tests for decoding with 0 selection
2023-08-04 Paulitest: skip FIPS config auto loading based tests if...
2023-08-04 Pauliprovider test: don't run configuration based tests...
2023-08-04 PauliPBE test: load providers if auto config load is turned off
2023-08-04 Paulitestutil: allow a failure return from setup_tests that...
2023-08-03 Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-08-01 Matt CaswellAdd a test for PEM_read_bio_Parameters()
2023-08-01 Matt CaswellCopyright year updates
2023-07-27 Tomas Mrazdhtest.c: Add test of DH_check() with q = p + 1
2023-07-24 Bernd EdlingerFix error handling in pipelining test
2023-07-19 Matt CaswellAdd a test for CVE-2023-3446
2023-07-17 ljuzwiukRemove duplicated values
2023-07-16 Matt CaswellAdd a test for a retry during the handshake
2023-07-14 Tomas MrazAdd testcases for empty associated data entries with...
2023-06-29 Matt CaswellAdd some test_ssl_new tests for the ffdhe groups
2023-06-26 Matt CaswellAdd a test for pkeyutl encrypt/decrypt using SM2
2023-06-25 Richard LevitteAdd a test case for the password prompt on garbage...
2023-06-23 Matt CaswellAdd a test for an invalid group in the HRR
2023-06-14 Paulifips: update DSA security check to fix legacy verify...
2023-06-09 Michael BaentschCast the argument to unsigned char when calling isspace()
2023-06-06 Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-05-30 Tomas MrazUpdate copyright year
2023-05-17 Bernd EdlingerFix stack corruption in ui_read
2023-05-12 Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-05-12 Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-05-12 Yi Liprovider: return error if buf too small when getting...
2023-05-12 Watson LaddClear ownership when duplicating sessions
2023-04-28 Liu-ErMengfix aes-xts bug on aarch64 big-endian env.
2023-04-28 Dr. David von OheimbAPPS/cmp: prevent HTTP client failure on -rspin option...
2023-04-21 Paulifips: setup the FIPS provider in pendantic mode for...
2023-04-21 Paulitest: update ssl_new tests in line with pedantic FIPS...
2023-04-21 Paulitest: update TLS PDF tests in line with pedantic FIPS...
2023-04-21 Paulitest: update evprand tests in line with pedantic FIPS...
2023-04-21 Paulisslapi: use correct fipsmodule.cnf
2023-04-19 Paulitest: test -pedantic option in fipsinstall
2023-04-18 Dr. David von Oheimbcmp_client_test.c: add tests for errors reported by...
2023-04-18 Dr. David von Oheimbtest_get_libctx(): prevent crash when called with NULL...
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2023-04-16 Danny Carpenteradding provider_unload functions for cmp_ tests
2023-04-13 Tomas MrazFix the LCM computation in the RSA multiprime key check
2023-03-31 slontisMake DSA_sign() test for negative p,q,g values.
2023-03-31 slontisFix mem leak in ECDSA_sign().
2023-03-31 Matt CaswellAdd a test for an app data record appearing before...
2023-03-28 Paulitest: test -drbg_allow_truncated_digests option
2023-03-28 Matt CaswellAdd a Certificate Policies Test
2023-03-28 Matt CaswellGenerate some certificates with the certificatePolicies...
2023-03-25 Dr. David von Oheimbapps/cmp.c: make sure that last -reqin argument is...
next