summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-02-05Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx
2020-02-05Make minimum size for secure memory a size_t.Pauli
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-03Fix krb5 external test failureRichard Levitte
2020-02-03Fix common test framework optionsMatt Caswell
2020-02-03Fix no-ecMatt Caswell
2020-02-02Adapt tests for SM2 changes.Richard Levitte
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-30Test that SSL_get_servername returns what we expectMatt Caswell
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-28test_evp_extra_test.c: don't rely on exact parameter positionRichard Levitte
2020-01-26test/recipes/30-test_evp.t: Fix multiple definition of @bffilesRichard Levitte
2020-01-25Check that the default signature type is allowedKurt Roeckx
2020-01-25Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-19mdc2: use evp_test instead of a separate test application.Pauli
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-17TEST: Adapt test/evp_pkey_provided_test.c to check the key sizeRichard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2020-01-16Deprecate the low level RC5 functionsPauli
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