]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/encode_decode/encode_key2any.c
Copyright year updates
[thirdparty/openssl.git] / providers / implementations / encode_decode / encode_key2any.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-12  Richard LevitteFix the encoding of SM2 keys
2023-09-13  Bernd EdlingerFix a memleak in prepare_rsa_params
2023-09-07  Matt CaswellCopyright year updates
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-05-03  Matt CaswellUpdate copyright year
2022-01-05  Dimitris ApostolouFix typos
2021-12-06  Tomas Mrazkey_to_type_specific_pem_bio_cb: Use passphrase callbac...
2021-11-09  Richard LevitteFix DER encoder implementations for output structures...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-26  Matt CaswellDon't crash encoding a public key with no public key...
2021-09-05  Richard LevitteENCODER PROV: Add encoders with EncryptedPrivateKeyInfo...
2021-06-09  Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-02  Pauliproviders: remove TODOs
2021-06-01  Jon SpillettFix up encoder/decoder issues caused by not passing...
2021-06-01  Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-04-01  Tomas MrazAdd "save-parameters" encoder parameter
2021-03-18  Shane LontisFix misc external ossl_ symbols.
2021-02-19  Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18  Matt CaswellUpdate copyright year
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...