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
Pauli
b93f6c2db9
err: rename err_load_xxx_strings_int functions
...
The new names are ossl_err_load_xxx_strings.
Reviewed-by: Tomas Mraz <tomas@openssl.org >
Reviewed-by: Richard Levitte <levitte@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/15446 )
2021-05-26 13:01:47 +10:00
Richard Levitte
14a6c6a4e1
ERR: Rebuild all generated error headers and source files
...
This is the result of 'make errors ERROR_REBUILD=-rebuild'
Reviewed-by: Matt Caswell <matt@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/13390 )
2020-11-24 15:22:33 +01:00
Richard Levitte
b8975c68b1
ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODER
...
OSSL_ENCODER was developed before OSSL_DECODER, so the idea of
chaining and the resulting API came later. This series of changes
brings the same sort of API and functionality back to OSSL_ENCODER,
making the two APIs more consistent with each other.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com >
(Merged from https://github.com/openssl/openssl/pull/12873 )
2020-09-20 17:31:22 +02:00
Richard Levitte
ece9304c96
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
...
Fixes #12455
Reviewed-by: Paul Dale <paul.dale@oracle.com >
(Merged from https://github.com/openssl/openssl/pull/12660 )
2020-08-21 09:23:58 +02:00