Dmitry Belyavskiy
d81709316f
EVP_get_default_properties - tests
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25434 )
2024-09-16 08:15:52 +10:00
Matt Caswell
3c2bdd7df9
Update copyright year
...
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14801 )
2021-04-08 13:04:41 +01:00
Jon Spillett
062490dbd0
Add testing for non-default library context into evp_extra_test
...
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14478 )
2021-03-17 17:51:16 +10:00
Matt Caswell
fbd2ece171
Update copyright year
...
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12273 )
2020-06-25 14:13:12 +01:00
Matt Caswell
9ee77767b2
Add a test for d2i_AutoPrivateKey_ex with a non-default libctx
...
Really this test should go in evp_extra_test. However that doesn't
currently support a non-default libctx (with the "null" provider in the
default libctx). So (for now) we create evp_extra_test2.c
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12159 )
2020-06-19 10:34:58 +01:00
Richard Levitte
8b138d3fe4
testing: set OPENSSL_MODULES to the providers directory by default
...
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9618 )
2019-08-27 11:53:33 +02:00
Matt Caswell
1576dfe090
Test that we can use the FIPS provider
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8537 )
2019-04-04 23:09:47 +01:00
Richard Levitte
909f1a2e51
Following the license change, modify the boilerplates in test/
...
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7767 )
2018-12-06 14:19:22 +01:00
Rich Salz
596d6b7e1c
Unified copyright for test recipes
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-22 07:58:47 -04:00
Richard Levitte
fd99c6b599
Change OpenSSL::Test to be an extension of Test::More
...
It became tedious as well as error prone to have all recipes use
Test::More as well as OpenSSL::Test. The easier way is to make
OpenSSL::Test an extension of Test::More, thereby having all version
checks as well as future checks firmly there. Additionally, that
allows us to extend existing Test::More functions if the need would
arise.
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-07 16:10:58 +02:00
Richard Levitte
fb921436f3
Add version numbers on some modules we use.
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-07 16:10:58 +02:00
Richard Levitte
4fb35f8fcb
Add engine and evp test recipes.
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-07 16:10:57 +02:00