summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-11-07Add a test for EVP_PKEY_keymake() and EVP_PKEY_make()Richard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-06Test EVP_get_[digest|cipher]byname() use the namemapMatt Caswell
2019-11-05test/recipes/02-test_ordinals.t: Take '?' and '?+' into accountRichard Levitte
2019-11-05Minimal adaptation of tests back to how it was beforeRichard Levitte
2019-11-05Add self-generated test vector for x448 non-canonical valuesPatrick Steuer
2019-11-03Adapt two test programs that were using now deprecated functionsRichard Levitte
2019-11-03Add a basic test of -CAstoreRichard Levitte
2019-11-03test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte
2019-11-03test/build.info: add missing inclusion for ssl_ctx_testRichard Levitte
2019-11-02Add test cases for min/max protocol APIChristian Heimes
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-25Strip BOM on loading PEM filesDmitry Belyavskiy
2019-10-2420-test_enc_more.t: Replace deprecated -ciphers option with -listTomas Mraz
2019-10-23Document "get/set-app-data" macros.Rich Salz
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-10-17test/keymgmt_internal_test.c: New test of keymgmt internalsRichard Levitte
2019-10-17Added internal functions for easy getting and setting all RSA parameters.Richard Levitte
2019-10-17Add GCD testing infrastructure.Cesar Pereida Garcia
2019-10-17Don't abuse the API when that's not what is testedRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-11Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-08Fix CMP test error on platforms which set OPENSSL_FUNC to '(unknown function)'Shane Lontis
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-07Fix no-autoerrinitMatt Caswell
2019-10-03Fix no-errMatt Caswell
2019-10-03Add a test for the newly added md params codeMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-29Make relevant tests more sensitive to 'no-fips'Richard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-25Add rc4 cipher to default providerShane Lontis
2019-09-23Add SSKDF test vectors from RFC 8636Simo Sorce
2019-09-23Add des ciphers to default providerShane Lontis
2019-09-19Add aes_ocb cipher to providersShane Lontis
2019-09-19Add sm4 ciphers to default providerShane Lontis
2019-09-18Add SEED ciphers to default providerShane Lontis
2019-09-18Add cast5 ciphers to default providerShane Lontis
2019-09-18Add IDEA ciphers to default providerShane Lontis
2019-09-15Add fips module integrity checkShane Lontis