]> git.ipfire.org Git - thirdparty/openssl.git/history - test
prov: support modified gettable/settable ctx calls for KDFs
[thirdparty/openssl.git] / test /
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-26  Shane LontisFix external symbols for bn
2021-02-25  Tomas Mrazevp_extra_test: Do not manipulate providers in default...
2021-02-25  Tomas Mrazfake_random: Do not overwrite the callback on instatiation
2021-02-25  Tomas MrazEnsure that the fake rand is initialized
2021-02-24  Matt CaswellAdd a test for a names_do_all function
2021-02-24  Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-24  Matt CaswellTest errors from a provider can still be accessed after...
2021-02-24  Pauliprovider: add an unquery function to allow providers...
2021-02-23  Pauliprovider: add option to load a provider without disabli...
2021-02-23  Paulitest: update tests to use the fake random number generator
2021-02-23  Paulitest: make the DRBG test work without RAND_METHOD support.
2021-02-23  Paulitest: add framework for generic fake random number...
2021-02-23  PauliRAND_METHOD deprecation: tests
2021-02-22  Petr GotthardFix -pkeyopt handling in apps/pkeyutl -rawin
2021-02-22  Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
2021-02-19  Dr. David von Oheimb81-test_cmp_cli_data: fixup on CSR test cases
2021-02-19  Shane LontisFix DH ASN1 decode so that it detects named groups.
2021-02-19  Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18  Matt CaswellDon't forget the type of thing we are loading
2021-02-18  Richard LevitteAdjust the few places where the string length was confused
2021-02-18  Richard LevitteOSSL_PARAM: Correct the assumptions on the UTF8 string...
2021-02-18  Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-18  Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-18  Dmitry BelyavskiyDSA parameter check using pkeyparam
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-17  Paulitest: DRBG test with long seed.
2021-02-16  Richard LevitteTEST: Add missing initialization
2021-02-16  Matt CaswellFix rsa_test to properly test RSA_SSLV23_PADDING
2021-02-16  Matt CaswellRefactor rsa_test
2021-02-15  Matt CaswellFix the dhparam_check test
2021-02-12  Tomas Mrazssl_test: Add testcases for disallowing non-TLS1.3...
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-12  Matt CaswellDeprecate the low level SRP APIs
2021-02-12  Paulitest: add import and export key management hooks for...
2021-02-12  Paulitest: filter provider honours the no_cache setting.
2021-02-12  Paulitest: fix no-cache problem with the quality comparison...
2021-02-11  Paulitest: add an option to output timing information from...
2021-02-11  Dr. David von OheimbX509_STORE_CTX_cleanup(): Use internally so no need...
2021-02-10  Paulitest: turn off parallel tests in verbose mode.
2021-02-10  Shane LontisChange the ASN1 variant of x942kdf so that it can test...
2021-02-09  Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-02-09  Petr GotthardEnhanced integer parsing in OSSL_PARAM_allocate_from_text
2021-02-08  Randall S. BeckerEnable fipsload test on NonStop x86.
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-06  Dr. David von OheimbAdd X509_STORE_CTX_verify(), which takes the first...
2021-02-05  Matt CaswellFix the cipher_overhead_test
2021-02-05  Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2021-02-05  Richard LevitteTEST: Add an algorithm ID tester for libcrypto vs provider
2021-02-05  Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-02-05  Petr Gotthardapps/openssl: add -propquery command line option
2021-02-04  Dmitry BelyavskiyDH/DHX parameter check using pkeyparam
2021-02-04  Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-02-04  Dr. David von Oheimbrun_tests.pl: Improve diagnostics on the use of HARNESS...
2021-02-04  Dr. David von Oheimbtest/recipes: split 81_test_cmp_cli.t, add test using...
2021-02-02  Matt CaswellAdd a multi-thread test for shared EVP_PKEYs
2021-02-01  Matt CaswellTest that EC keys without a public key in them work...
2021-01-29  Tomas Mrazrsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for...
2021-01-28  Daniel BeveniusEVP: fix keygen for EVP_PKEY_RSA_PSS
2021-01-28  Juergen ChristFix parameter types in sshkdf
2021-01-28  Dr. David von Oheimbcheck_sig_alg_match(): weaken sig nid comparison to...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-27  Matt CaswellFix running mingw dhparam test under wine
2021-01-26  Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26  Tomas MrazCheck that the ecparam and pkeyparam do not mangle...
2021-01-26  Tomas Mrazssl_old_test.c: Replace use of deprecated EC functions
2021-01-26  Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26  Tomas MrazDisable the test-ec completely when building with no-ec
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-22  Matt CaswellFix no-dh and no-dsa
2021-01-21  Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21  Tomas MrazMake the smdh.pem test certificate usable with fips...
2021-01-21  Tomas MrazFixes related to broken DH support in CMS
2021-01-21  Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-21  Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-20  Dr. David von Oheimbapps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20  Dr. David von Oheimb80-test_ssl_old.t: Minor corrections: update name of...
2021-01-20  Dr. David von Oheimb25-test_x509.t: Make test case w.r.t. self-issued cert...
2021-01-20  Dr. David von Oheimb25-test_x509.t: Minor update: factor out path for test...
2021-01-20  Dr. David von Oheimb25-test_x509.t: Minor update: do not anymore unlink...
2021-01-20  Dr. David von Oheimbmake various test CA certs RFC 5280 compliant w.r.t...
2021-01-20  Jon Spilletttest-gendsa: Add test cases with FIPS provider
2021-01-18  Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-15  Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-15  Richard LevitteFix incomplete deprecation guard in test/sslapitest.c
2021-01-15  PauliRemove unused DRBG tests.
2021-01-14  Matt CaswellExtend the threads test to add simple fetch from multi...
2021-01-14  Matt CaswellAdd a test for performing work in multiple concurrent...
2021-01-13  Tomas Mrazchacha20: Properly reinitialize the cipher context...
2021-01-13  Dr. David von Oheimbapps/req.c: Add -copy_extensions option for use with...
2021-01-13  Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13  Dr. David von OheimbAdd tests for (non-)default SKID and AKID inclusion...
2021-01-13  Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-13  Dr. David von Oheimbx509_vfy.c: Fix a regression in find_issuer()
2021-01-13  Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2021-01-12  Richard LevitteClean away extraneous library specific FETCH_FAILED...
2021-01-11  Dr. David von OheimbAPPS: Print help also on -h and --h; print high-level...
next