Re: OpenSSLCryptoKeyRSA::m_keyType not used?

2005-02-25 Thread Berin Lautenbach
Have fixed in CVS. Thanks! Cheers, Berin Jesse Pelton wrote: Would a bug report be a help or a nuisance? Berin Lautenbach wrote: Looks obsolete to me :>.

RE: OpenSSLCryptoKeyRSA::m_keyType not used?

2005-02-25 Thread Jesse Pelton
Would a bug report be a help or a nuisance? > Berin Lautenbach wrote: > > Looks obsolete to me :>.

Help - DSIG Verification

2005-02-25 Thread Ritesh.Aswaney
People,   I’ve managed to create a DSIG with a XSLT Transform and exclusive canonicalization. If someone can answer a few queries for me :   1)    With the code I’ve written below, can I be sure that the API internally applies canonicalization and the XSLT Transform, before calculating

How to sign a document hash

2005-02-25 Thread Inma Marín López
Hello all!!      I would like to sign a document hash (as a detached signature), that is, to provide the XMLSignature object with a document hash directly, rather than providing the whole document and then the library has to calculate the digest.   Is it possible to get that with the cu

Re: OpenSSLCryptoKeyRSA::m_keyType not used?

2005-02-25 Thread Berin Lautenbach
Jesse Pelton wrote: Is OpenSSLCryptoKeyRSA::m_keyType obsolete? It looks to me like the only place it is used is in OpenSSLCryptoKeyRSA::clone(), and even there it is just copied. Furthermore, it is private, and OpenSSLCryptoKeyRSA::getKeyType() provides a public (and probably more robust) way to

Re: Dynamic_cast in XML-Security-C

2005-02-25 Thread Berin Lautenbach
Jesse, The code you show below (and anything else like it) is a bug. In some cases it's used on purpose (mainly around the crypto providers) to make sure someone isn't using multiple providers on us for times when a provider is relying on a class within the same provider. However I've thought f