Fix append_ia5 function to not assume NUL terminated strings
[openssl.git] / test /
2021-08-24 Matt CaswellFix test code to not assume NUL terminated strings
2021-08-18 Todd ShortFix state name abbreviation
2021-08-18 Richard LevitteAdd tests for EVP_PKEY_get_utf8_string_param(), both...
2021-08-17 Shane LontisFix CTS cipher decrypt so that the updated IV is return...
2021-08-17 Shane LontisChange CTS CS3 (Kerberos) so that it accepts a 16 byte...
2021-08-17 Shane LontisAdd support for camellia cbc cts mode
2021-08-16 Ingo FranzkiTest EVP Cipher updating the context's IV
2021-08-16 Tomas MrazMultiple fixes for getting pub key from legacy DH PKEY
2021-08-13 Shane LontisAllow small RSA exponents in the default provider
2021-08-11 Tomas Mrazdsatest: Properly detect failure in generate/sign/verify
2021-08-06 Amir MohammadiFix test case for a2i_IPADDRESS
2021-08-06 Christian HeimesTest case for a2i_IPADDRESS
2021-08-05 Tomas Mrazreq: Avoid segfault when -modulus is used
2021-08-05 Paulitest: add -macopt hexkey: to dgst command tests
2021-08-05 Paulievp_test: add TLS 1.3 KDF test suite
2021-08-05 Paulitest: add test cases for TLS 1.3 KDF
2021-08-04 Tomas MrazAdd oid_section to sysdefault.cnf to test adding new...
2021-08-03 PauliAdd config_diagnostics to our configuration files.
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Paulitest: add a comment indication that a bad MAC is intent...
2021-07-28 Matt CaswellAdd some testing for the case where the FIPS provider...
2021-07-28 Paulitest: handle not a number (NaN) values in the param...
2021-07-27 Matt CaswellAdd a test case for EVP_MD_meth_dup() and EVP_CIPHER_me...
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-23 Paulici: reinstate the passwd tests for the no-cached-fetch...
2021-07-22 Matt CaswellAdd a test for custom EVP_PKEY_METHODs
2021-07-21 yangyangtiantianlo... Add testcases for SSL_key_update() corner case calls
2021-07-20 Paulitest: include all DRBG tests in FIPS mode
2021-07-19 Paulitest: fix use after scope problem in ACVP test
2021-07-17 Matt CaswellFix signed/unsigned comparison warnings in sslapitest
2021-07-16 Tomas Mrazevp_test: Add tests for rsa_padding_mode:none
2021-07-16 Tomas Mrazacvp_test: Fix incorrect parenthesis
2021-07-14 Paulitest: add single byte IV AES GCM tests
2021-07-13 Tianjia ZhangRemove executable mode attributes of non-executable...
2021-07-11 Paulitest: make build descriptions more consistent
2021-07-11 Paulitest: add a shim function for the apps's opt_legacy_oka...
2021-07-11 Paulitest: rename apps_mem.c to be apps_shims.c in anticipat...
2021-07-10 Tomas Mraztest_cmp_ctx: Avoid using empty X509 with i2d
2021-07-10 Richard LevitteFix test/asn1_encode_test.c to handle encoding/decoding...
2021-07-10 Richard LevitteFix test/asn1_encode_test.c to not use ASN1_FBOOLEAN
2021-07-10 Richard LevitteTEST: Check that i2d refuses to encode non-optional...
2021-07-09 Matt CaswellAdd a PKCS12 test to check with one input cert we get...
2021-07-07 Benjamin KadukFix comment for test_negotiated_group() test order
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-07-06 Paulitest: add some integral type size sanity checks
2021-07-06 Shane LontisAdd HKDF negative tests
2021-07-06 Shane LontisAdd test for provider gettables
2021-07-03 Richard LevitteTEST: Add testing of PVK and MSBLOB files to test_store
2021-07-02 Matt CaswellWork around a 32-bit mingw failure
2021-07-02 Matt CaswellUse TEST_time_t_* functions in cmp_hrd_test.c
2021-07-02 Matt CaswellAvoid some MinGW test failures
2021-07-02 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-02 Tomas Mraztest_pem_reading: Test loading a key from a file with...
2021-07-02 Tomas Mrazload_pkey_pem: Check for spurious errors when loading
2021-07-02 Shane LontisFix compile errors when building with --api=1.1.0 no...
2021-07-01 Pauliafalg: add some memory initialisation calls to pacify...
2021-06-30 David BenjaminFix use of uninitialized memory in test_rsa_oaep
2021-06-30 Dr. David von Oheimbcmp_mock_srv.c: Add missing OldCertID check for 'kur...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-30 Paulitest: fix test ordering in threads test
2021-06-30 Paulidh_test: fix coverity 1473239 Argument cannot be negati...
2021-06-30 Paulitest: fix coverity 1469427 Improper use of negative...
2021-06-29 Tomas Mrazcoverity #1486532: fix potential NULL dereference in...
2021-06-27 Paulievp_test: use correct size in memory clear
2021-06-26 Richard Levittetest/recipes/90-test_includes_data/vms-includes.cnf...
2021-06-26 Richard Levittetest/recipes/80-test_ca.t: Don't force quotes around...
2021-06-26 Richard Levittetest/recipes/66-test_ossl_store.t: ensure native paths
2021-06-26 Richard Levittetestutil: teach test_mk_file_path() how to merge VMS...
2021-06-26 Richard Levittetest/ossl_store_test.c: Adapt the use of datadir for...
2021-06-26 Richard LevitteUTF-8 not easily supported on VMS command line yet
2021-06-26 Richard LevitteFix test_errstr for VMS
2021-06-26 Paulitest: check for NULL returns better
2021-06-26 Paulitest: avoid memory leaks on errors
2021-06-26 Paulievp_test: address NULL pointer dereference and return...
2021-06-25 Dr. David von OheimbCMP: Improve reporting of error codes and related strin...
2021-06-25 Paulitest: add EVP_Q_mac tests to evp_test
2021-06-25 Paulitest: add EVP_Q_digest tests to evp_test
2021-06-25 Petr GotthardBIO_new_from_core_bio: Fix heap-use-after-free after...
2021-06-24 Matt CaswellAdd a test to check that RAND_bytes_ex() works with...
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Tomas Mrazsimpledynamic: Add missing include for AIX builds
2021-06-24 Richard LevitteTEST: Modify simpledynamic.[ch] to allow use on VMS...
2021-06-24 Richard Levittetest/recipes/90-test_shlibload.t: Modify to work with...
2021-06-23 Richard LevitteTEST: check 'loadereng' to determine if loader_attic...
2021-06-22 Richard Levittetest/recipes/81-test_cmp_cli.t: use app() rather than...
2021-06-22 Richard Levittetest/recipes/80-test_cmp_http.t: use app() rather than...
2021-06-22 Richard LevitteAPPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
2021-06-22 Paulitestutil: preserve app_malloc()'s failure behaviour
2021-06-22 Shane LontisChange self test for AES_CGM to perform both an encrypt...
2021-06-22 Paulitest: put the new DHE auto test in the correct place
2021-06-21 Matt CaswellAdd a test for a custom rand provider
2021-06-21 John BaldwinAdd tests for KTLS with Chacha20-Poly1035.
2021-06-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-21 Paulism3: fix function names after the big ossl_ prefix...
2021-06-21 杨明君test: add sm3 low level test case to test suite.
2021-06-20 Richard LevitteTESTS: drop explicit quotes from empty command line...
2021-06-20 Tomas Mrazevp_test: Support testing of stitched TLS ciphers
2021-06-19 Paulitest: fix indentation
2021-06-19 Paulitest: replace tabs with spaces in test recipes
next