test: use the new set public and private together call
[openssl.git] / providers / implementations / encode_decode /
2021-02-27 Richard LevittePROV: Implement an EC key -> blob encoder, to get the...
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-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Matt CaswellPass the object type and data structure from the pem2de...
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-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteAdd necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-15 Richard LevittePROV: Add MSBLOB and PVK encoders
2020-12-13 Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
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-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-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
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-05 Pauliffc: add _ossl to exported but internal functions
2020-10-04 Richard LevitteDECODER: Handle abstract object data type
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
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...
2020-09-05 Shane LontisFix coverity CID #1466375 - Remove dead code.
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-31 Jon SpillettAdd the correct enum value for DSA public key serialization
2020-08-30 Shane LontisFix ECX serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix RSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DH serializer import calls to use correct selection...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...