Nikos Mavrogiannopoulos <[EMAIL PROTECTED]> writes: > On Saturday 01 December 2007, Kristian Martens wrote: > >> Is there another way (API) to load encrypted keys by providing a password? > > Yes. Check the pkcs12 and pkcs8 functions at the manual. Note that your > current key was encrypted with openssl's way so it is not supported.
I think OpenSSL can convert it to PKCS#8 format using 'openssl pkcs8 -topk8' or something like that. I wouldn't store my keys in openssl's proprietary encrypted format, so you'd might want to consider using the PKCS#8 format generally. /Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
