summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-062-31/+31
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* Fix the krb5 external testMatt Caswell2019-08-011-1/+4
* Load the config file by defaultMatt Caswell2019-08-011-4/+3
* Suppress loading the FIPS module in evp_testMatt Caswell2019-08-011-1/+4
* Properly process the "Availablein" keyword for evp_testMatt Caswell2019-08-011-2/+1
* Temporary workaround for ectest.c for [extended tests]Nicola Tuveri2019-07-311-1/+1
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-311-3/+5
* Fix BIO_printf format warningsBernd Edlinger2019-07-301-2/+2
* Add weak platform independent PRNG to test framework.Pauli2019-07-294-4/+52
* test/recipes/30-test_evp.t: Modify to test with different providersRichard Levitte2019-07-265-8/+57
* test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte2019-07-262-49/+59
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-241-19/+6
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-4/+4
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-221-1/+72
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-0/+19
* Add param builder free function.Pauli2019-07-181-11/+18
* test/enginetest.c: Make sure no config file is loadedRichard Levitte2019-07-191-2/+15
* Parameter building utilities.Pauli2019-07-173-1/+315
* remove end of line spacesPauli2019-07-161-2/+2
* Remove tab characters from C source files.Pauli2019-07-164-5/+5
* Remove function name from errorsRich Salz2019-07-164-117/+14
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-162-2/+2
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-119-9/+9
* Add simple ASN.1 utils for DSA signature DER.David Makepeace2019-07-113-1/+206
* test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte2019-07-111-0/+8
* Add X9.42 KDF.Shane Lontis2019-07-093-2/+65
* Fix an endless loop in BN_generate_prime_exBernd Edlinger2019-07-071-7/+40
* test/recipes/02_test_errstr.t: Make it less fragileRichard Levitte2019-07-041-7/+20
* Fix TyposAntoine Cœur2019-07-027-10/+10
* test/p_test.c: silence -Wstringop-overflowPatrick Steuer2019-07-021-1/+1
* Remove NextStep supportRich Salz2019-07-011-1/+1
* Fix a leak in evp_testMatt Caswell2019-07-011-1/+3
* Change RC5_32_set_key to return an int typeMatt Caswell2019-07-011-2/+5
* Fix TyposAntoine Cœur2019-07-012-2/+2
* Support SM2 certificate signingPaul Yang2019-06-287-5/+112
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-282-4/+4
* Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell2019-06-281-2/+2
* Add regression test for #9099Benjamin Kaduk2019-06-261-2/+38
* Fix incorrect usage of a test casePaul Yang2019-06-261-4/+5
* The params_test uses wrong size for BN check.Pauli2019-06-261-4/+4
* EC only uses approved curves in FIPS mode.Shane Lontis2019-06-256-10/+15
* OSSL_NAMEMAP: make names case insensitiveRichard Levitte2019-06-241-0/+5
* Add a namemap testRichard Levitte2019-06-243-0/+79
* Allow AES XTS decryption using duplicate keys.Pauli2019-06-241-0/+21
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-247-152/+110
* Print thread IDs nicely.Pauli2019-06-211-11/+8
* test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2019-06-201-1/+7
* Update test/READMEFrederik Wedel-Heinen2019-06-201-2/+3
* Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz2019-06-191-0/+40