Hi,all
in OpenSSL version 0.9.7b,
I'd like to know , in i2d_PrivateKey() in i2d_pr.c , why it only deals with the EVP_PKEY_RSA and EVP_PKEY_DSA key?
Because these are the only kind of private key types implemented in OpenSSL 0.9.7.
There are some other key kinds , such as DH key, why this function does not deal with?
There's seems to be no need for them (you can use the DSA private structure as a replacement, but that's not really optimal).
Nils
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
