mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
cf33379997
This required refactoring a number of functions from the diverse EVP_PKEY_ASN1_METHOD implementations to become shared backend functions. It also meant modifying a few of them to return pointers to our internal RSA / DSA/ DH / EC_KEY, ... structures instead of manipulating an EVP_PKEY pointer directly, letting the caller do the latter. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14314) |
||
---|---|---|
.. | ||
build.info | ||
decode_der2key.c | ||
decode_ms2key.c | ||
decode_pem2der.c | ||
encode_key2any.c | ||
encode_key2blob.c | ||
encode_key2ms.c | ||
encode_key2text.c | ||
endecoder_common.c | ||
endecoder_local.h |