Hi Folks. If I generate DSA private key using the following commands: DSA_generate_params() DSA_generate_keys()
The resulting private keys are not encoded using any of the PKCS formats, right?. If wrong, which format are they encoded in?. Would it be appropriate to encode them in PKCS8?. And if so which openssl API could I use? Thanks -AG