[xmlsec] Loading PEM keys from memory instead of a file

Aleksey Sanin aleksey@aleksey.com
Fri, 24 Jan 2003 10:33:40 -0800


http://www.aleksey.com/xmlsec/api/xmlsec-transforms.html#XMLSECRSAKEYGENERATE
http://www.aleksey.com/xmlsec/api/xmlsec-transforms.html#XMLSECDSAKEYGENERATE
....

Yes, I know that the function names are bad :(


Aleksey


Meg Morgan wrote:

>Currently I'm generating RSA and DSA keys with openssl
>and saving them into files, then using xmlSecSimpleKeysMngrLoadPemKey
>to load them into the key manager.  What I really want to do is to
>load the keys as char*s or strings from memory.  I'd rather not assume
>a file system at all.  How do I load keys from memory?
>
>Thanks,
>meg morgan
>
>  
>