Re: [xmlsec] Using XMLSec with other crypto engines

2002-11-05 Thread Aleksey Sanin
You mention above that these functions will likely be implemented for NSS. However, these file related functions don't make sense for NSS. I really doubt that NSS does not have a function to load a cert from a pem file. And if so then you might want to ask NSS guys to add it. Most of the examples

Re: [xmlsec] Using XMLSec with other crypto engines

2002-11-05 Thread Tejkumar Arora
Aleksey Sanin wrote: Thanks for this. It will make the support of other crypto libs easier. You are welcome. Besides moving code around to separate out openssl, there are a couple other issues. 1. Crypto initialization : XMLSEC library needs to allow for Crypto Initialization to happen i

Re: [xmlsec] Using XMLSec with other crypto engines

2002-11-05 Thread Aleksey Sanin
Thanks for this. It will make the support of other crypto libs easier. You are welcome. Besides moving code around to separate out openssl, there are a couple other issues. 1. Crypto initialization : XMLSEC library needs to allow for Crypto Initialization to happen in the Application OR the

Re: [xmlsec] Using XMLSec with other crypto engines

2002-11-05 Thread Tejkumar Arora
Thanks for this. It will make the support of other crypto libs easier. Besides moving code around to separate out openssl, there are a couple other issues. 1. Crypto initialization : XMLSEC library needs to allow for Crypto Initialization to happen in the Application OR the library (not BOT