summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-11-19Add test for non-default sized keys in variable key size ciphersMatt Caswell
2019-11-18Properties: make query cache reference count aware.Pauli
2019-11-18Fix Use after free when copying cipher ctxShane Lontis
2019-11-15Make sure we free the CONF structure allocated by confdumpMatt Caswell
2019-11-14testutil/init.c rename to testutil/testutil_init.cPatrick Steuer
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte
2019-11-14Fix no-cmac and no-camelliaMatt Caswell
2019-11-13Add self-test for EC_POINT_hex2pointNicola Tuveri
2019-11-13Add more tests for apps/reqNicola Tuveri
2019-11-12Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte
2019-11-11Fix no-dsaMatt Caswell
2019-11-09RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx
2019-11-08Add ssl_ctx_test to test suite.Rich Salz
2019-11-08Add AES SIV ciphers to default providerShane Lontis
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