Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-04-20Run ssl_test_new with a non-default library contextMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-20TEST: make and use a fipsinstall scriptRichard Levitte
2020-04-19Re-enable FIPS testing in sslapitest.cMatt Caswell
2020-04-19Use a non-default libctx in sslapitestMatt Caswell
2020-04-19tests: reinstate tests for deprecated but non-removed functionalityPauli
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb
2020-04-17TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte
2020-04-15Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-11Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer
2020-04-10Fix krb5 external testBenjamin Kaduk
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-04-06Add test cases for the non CA certificate with pathlen:0Tomas Mraz
2020-04-04Add a WPACKET test for the new DER capabilityMatt Caswell
2020-04-03Add data driven SELF TEST code for signatures and key agreementShane Lontis
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov
2020-04-01Extend the sslprovider_test to be able to additionally test FIPSMatt Caswell
2020-04-01Make sure we always use the correct libctx in sslprovidertest.cMatt Caswell
2020-04-01[test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-30Add test for providers exposing OSSL_FUNC_PROVIDER_GET_REASON_STRINGSNicola Tuveri
2020-03-30Describe the "want" parameter in int create_bare_ssl_connection()Matt Caswell
2020-03-30Display errors if a test TLS connection failsMatt Caswell
2020-03-28Param builder: Remove the static size limit.Pauli
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27Use the new library context aware SRP functions in sslapitestMatt Caswell
2020-03-27Use the new OCSP functions in sslapitest.cMatt Caswell
2020-03-26Use a fetched cipher for the TLSv1.3 early secretMatt Caswell
2020-03-25test/evp_pkey_provided_test.c: Add test of EVP_PKEY_copy_parameters()Richard Levitte
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21evp_test: the tests using MDC2 need the legacy providerRichard Levitte
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-17sslapitest: don't leak the SSL_CTX pairBen Kaduk
2020-03-16Fix the compile error once enabled WerrorXiaokang Qian
2020-03-15TEST: Adapt all applicable tests to the new distinguishing IDRichard Levitte
2020-03-15Add ECDSA to providersShane Lontis
2020-03-14Add test that changes ciphers on CCSBenjamin Kaduk
2020-03-12test/recipes/30-test_evp_data/evppkey.txt: Change an expected KeyGen resultRichard Levitte
2020-03-12test/evp_test.c: fix keygen_test_run()Richard Levitte