summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-19cipher cleanups.Shane Lontis
2019-08-18Fix --strict-warnings buildPatrick Steuer
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte
2019-08-15Test SSL_set_ciphersuitesraja-ashok
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-1330-test_evp.t: make the tested configs depend on what's been builtRichard Levitte
2019-08-09Extend tests of SSL_check_chain()Matt Caswell
2019-08-09Fix test_key_exchange with no_tlsv1_2Matt Caswell
2019-08-09Fix test_sslextension if TLSv1.2 has been disabledMatt Caswell
2019-08-09Add TLS tests for RSA-PSS Restricted certificatesMatt Caswell
2019-08-09Add Restricted PSS certificate and keyMatt Caswell
2019-08-08Fix no-filenamesMatt Caswell
2019-08-07Run evp_test in FIPS modeMatt Caswell
2019-08-07GCM cipher in provider now fails if passed bad keylengthShane Lontis
2019-08-06Test SSL_get_negotiated_group() APIraja-ashok
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-01Fix the krb5 external testMatt Caswell
2019-08-01Load the config file by defaultMatt Caswell
2019-08-01Suppress loading the FIPS module in evp_testMatt Caswell
2019-08-01Properly process the "Availablein" keyword for evp_testMatt Caswell
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-30Fix BIO_printf format warningsBernd Edlinger
2019-07-29Add weak platform independent PRNG to test framework.Pauli
2019-07-26test/recipes/30-test_evp.t: Modify to test with different providersRichard Levitte
2019-07-26test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-19Add param builder free function.Pauli
2019-07-19test/enginetest.c: Make sure no config file is loadedRichard Levitte
2019-07-17Parameter building utilities.Pauli
2019-07-16remove end of line spacesPauli
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Remove function name from errorsRich Salz
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-07-11test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger