Re: [xslt] Extending EXSLT support to get the crypto part



On Mon, May 10, 2004 at 09:11:14PM +0200, Igor Zlatkovic wrote:
> On 10.05.2004 20:41, Daniel Veillard wrote:
> 
> > See bug #142105
> >   http://bugzilla.gnome.org/show_bug.cgi?id=142105
> >

snip

> ...Does it make sense to connect this to xmlsec? It is likely that, in 
> practice, crypto extensions to XSLT will be used along with XMLSec. How 
> realistic is the idea to call into libxmlsec from within libexslt to get 
> crypto functionality, taking required modifications to both into account?

i'd be fine with reimplementing my patch above to use xmlsec, if there's
some relatively easy way to generate MD5,SHA1, and RIPEMD160 sums with it.

i'd also be OK with the ltdl.{c,h} approach, though that sounds like more
work ;)

it does sound like we(i)'d be eventually reimplementing alot of the xmlsec
work with the ltdl.{c,h} approach, so maybe using xmlsec is smarter...

i don't suppose we want to just include BSD versions of SHA1,MD5, etc right
in libexslt, but we could MD5 is about 300 lines of add once and forget about
code, SHA1 is 700.

jr


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