d2i_DSAPublicKey() and i2d_DSAPublicKey() decode and encode the DSA public key components structure. d2i_DSA_PUKEY() and i2d_DSA_PUKEY() decode and encode an DSA public key using a SubjectPublicKeyInfo (certificate public key) structure. d2i_DSAPrivateKey(), i2d_DSAPrivateKey() dec...
Discussed in #24440 Originally posted by absrivas-in May 20, 2024 Version: OpenSSL 3.0.13 30 Hi, When i am trying to decrypt the private key encrypted with Algo NID_pbe_WithSHA1And3_Key_TripleDES_CBC using i2d_PKCS8PrivateKey_nid_bio API...