Re: [xmlsec] Re: GOST support in xmlsec

2006-02-09 Thread Dmitry Belyavsky
Greetings! On Thu, 9 Feb 2006, Aleksey Sanin wrote: > > The patch is attached. > Thanks! I'll take a look later today. Now xmlsec can't be configured without GOST because I don't understand autotools, but the patch contains all necessary defines. > > What are your release plans? > Let me play w

Re: [xmlsec] Re: GOST support in xmlsec

2006-02-09 Thread Aleksey Sanin
The patch is attached. Thanks! I'll take a look later today. What are your release plans? Let me play with your patch. Probably, I'll do a release in a week or two. Aleksey ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/l

Re: [xmlsec] KeysManager

2006-02-09 Thread Aleksey Sanin
You can save keys from keys manager to an XML file http://www.aleksey.com/xmlsec/api/xmlsec-keysmngr.html#XMLSECSIMPLEKEYSSTORESAVE Aleksey ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listinfo/xmlsec

Re: [xmlsec] How to sign the doc using Cert Store

2006-02-09 Thread Aleksey Sanin
> #define XMLSEC_STATIC ... > #define XMLSEC_CRYPTO_OPENSSL > #define XMLSEC_CRYPTO_MSCRYPTO Are incompatible. For static linking with xmlsec you need to choose *one* crypto library you want to use. Aleksey ___ xmlsec mailing list xmlsec@aleksey.com

[xmlsec] KeysManager

2006-02-09 Thread Jürgen Heiss
    Hi,   I wrote a small programm which create a KeyManager and loads PEM Keys from File. Now I whant to save the Keymanger, is this possible?   Thanks Jürgen ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listinfo/xmlse

[xmlsec] How to sign the doc using Cert Store

2006-02-09 Thread Lau andy
Dear Aleksey,   I have tried to test on this function, PCCERT_CONTEXT xmlSecMSCryptoX509StoreFindCert    (xmlSecKeyDataStorePtr store, xmlChar *subjectName, xmlChar *i