Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / providers / implementations / encode_decode / encode_key2text.c
2023-10-04 Richard LevitteRestore the meaning of EVP_PKEY_print_private()
2023-09-07 Matt CaswellCopyright year updates
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
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...