]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/encode_decode/encode_key2any.c
Various cleanup of PROV_R_ reason codes
[thirdparty/openssl.git] / providers / implementations / encode_decode / encode_key2any.c
2021-02-11  Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01  Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2020-12-16  Richard LevitteAdd necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA...
2020-12-04  Dr. David von Oheimbencode_key2any.c: Fix build error on OPENSSL_NO_DH...
2020-11-11  Richard LevittePROV: Re-implement all the keypair encoders
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-08  Matt CaswellFix encoding of DHX parameters files
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01  Paulider: _ossl prefix DER functions
2020-09-29  Pauliprov: prefix provider internal functions with ossl_
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-20  Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-09  Richard LevitteENCODER: Refactor provider implementations, and some...