]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/encode_decode/encode_key2text.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / providers / implementations / encode_decode / encode_key2text.c
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-23  K1Support decode SM2 parameters
2022-07-18  Tomas Mrazdh_to_text: Print the dh->length if set
2022-05-03  Matt CaswellUpdate copyright year
2022-01-28  Zhou QingyangAdd the missing check of BN_bn2hex return value
2021-08-05  Kelvin LeeFix VS2019 compile error C4703: potentially uninitializ...
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-03-26  Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-18  Shane LontisFix misc external ossl_ symbols.
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dsa keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-18  Matt CaswellUpdate copyright year
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 LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-07  Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-12-04  Dr. David von Oheimbencode_key2text.c: Fix build error on OPENSSL_NO_{DH...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05  Pauliffc: add _ossl to exported but internal functions
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23  Shane LontisFix CID 1466713 : Dead code in encode_key2text.c
2020-09-20  Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-09  Richard LevitteENCODER: Refactor provider implementations, and some...