Matt Caswell
da1c088f59
Copyright year updates
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes
2023-09-07 09:59:15 +01:00
Michael Baentsch
8a2e74d053
Cast the argument to unsigned char when calling isspace()
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21151 )
2023-06-09 17:30:28 +02:00
Michael Baentsch
8229874476
Cast the argument to unsigned char when calling isdigit()
...
Fixes #21123
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21127 )
2023-06-06 15:48:46 +02:00
Dr. David von Oheimb
13cb5416f4
test_get_libctx(): prevent crash when called with NULL provider arg
...
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20190 )
2023-02-08 17:05:47 +01:00
Pauli
fe84acc227
test: add two comparision options to fips version test utility code
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19666 )
2022-11-15 12:10:39 +01:00
Tomas Mraz
e1289d90d0
With fips provider 3.0.0 skip tests related to explicit curves handling
...
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19201 )
2022-09-16 08:34:53 +10:00
Pauli
eaac0584db
test: make unit tests FIPS provider version aware
...
Fixes #19171
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19201 )
2022-09-16 08:34:52 +10:00
Matt Caswell
38fc02a708
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15801 )
2021-06-17 13:24:59 +01:00
Jon Spillett
169eca602c
Enhance the encoder/decoder tests to allow testing with a non-default library context and configurable providers
...
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14587 )
2021-06-01 12:16:27 +02:00
Dr. David von Oheimb
bca7ad6efd
Use adapted test_get_libctx() for simpler test setup and better error reporting
...
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13001 )
2020-12-10 11:01:26 +01:00
Dr. Matthias St. Pierre
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
...
Many of the new types introduced by OpenSSL 3.0 have an OSSL_ prefix,
e.g., OSSL_CALLBACK, OSSL_PARAM, OSSL_ALGORITHM, OSSL_SERIALIZER.
The OPENSSL_CTX type stands out a little by using a different prefix.
For consistency reasons, this type is renamed to OSSL_LIB_CTX.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12621 )
2020-10-15 11:59:53 +01:00
Dr. David von Oheimb
1bb6f70da3
testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMP
...
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11808 )
2020-08-21 09:04:09 +02:00