summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-16Deprecate the low level RC2 functionsPauli
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-14The MD2 test uses the EVP APIs not the low level ones.Pauli
2020-01-13Add a test for HMAC via EVP_DigestSign*Matt Caswell
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12Add dsa signature alg to fips providerShane Lontis
2020-01-10testutil_init.c: fix compilation error with enable-traceDr. Matthias St. Pierre
2020-01-09add missing load_pkimsg() in test/cmp_testlib.cDr. David von Oheimb
2020-01-09fix obsolete error codes in test/cmp_msg_test.cDr. David von Oheimb
2020-01-09fix dependencies of cmp_{msg,protect}_test.c in test/build.infoDr. David von Oheimb
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06Don't store an HMAC key for longer than we needMatt Caswell
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2020-01-05coverity 1456639: fix NULL dereferencePauli
2019-12-26Don't run test_conf in cross compiled buildsMatt Caswell
2019-12-23Fix no-dhMatt Caswell
2019-12-23Fix evp_extra_test with no-dhMatt Caswell
2019-12-18TEST: Add test recipe and help program to test BIO_f_prefix()Richard Levitte
2019-12-18APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte
2019-12-16Test that EVP_PKEY_set1_DH() correctly identifies the DH typeMatt Caswell
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-13test/namemap_internal_test.c: use "cookie" instead of "foo"...Richard Levitte
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb
2019-12-11Fix some typosVeres Lajos
2019-12-11More testing for sign/verify through `dgst` and `pkeyutl`Nicola Tuveri
2019-12-11More testing for CLI usage of Ed25519 and Ed448 keysNicola Tuveri
2019-12-10test/memleaktest.c: Modify for use with address/leak sanitizerRichard Levitte
2019-12-06Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger
2019-12-04Deprecate the AES_ige_*() functionsMatt Caswell
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-12-01Fix typos in fipsinstall testDr. Matthias St. Pierre
2019-11-29TEST: add tests of text and PEM printout of a provider made keyRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell
2019-11-27test/cipher_overhead_test.c: build unconditionallyRichard Levitte
2019-11-24Remove RANDFILE settings from configuration filesDr. Matthias St. Pierre
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
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