OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



Hi!
There are cryptographic algorithms, used with the XML digital signature.
For example:
<DigestValue Algorithm="&dsig;sha1"/>
How the call to the function that implement sha1 algorithm done? And where
the sha1 function define?
If I want to change implementation of the sha1 function to my own, how I
should "tell" to the XML code point to my sha1 function?