Re: Implementing XML-based security protocols in Firefox

2007-03-31 Thread Anders Rundgren
>My ultimate goal is to implement W3C spec for XML based >Key Management using Mozilla only code base. Whow! Now we are two! I see the process like this: 1. Develop a system that people hopefully like and start to use 2. Then make it a standard I started the other way around but with 5 years w

Re: Implementing XML-based security protocols in Firefox

2007-03-31 Thread Subrata Mazumdar
Hi Anders, Please take look at the following extension at (s: https://addons.mozilla.org/en-US/firefox/addon/4522 I have mentioned this extension in response to your comments on my KeyManager extension. It my first effort in supporting XML based security protocols - XML based signature process

Re: Implementing XML-based security protocols in Firefox

2007-03-27 Thread Anders Rundgren
: "Peter Djalaliev" <[EMAIL PROTECTED]> Newsgroups: mozilla.dev.tech.crypto To: Sent: Monday, March 26, 2007 05:42 Subject: Re: Implementing XML-based security protocols in Firefox ...and some documentation on the Mozilla SOAP scriptable API: http://lxr.mozilla.org/mozilla1.8/s

Re: Implementing XML-based security protocols in Firefox

2007-03-27 Thread Peter Djalaliev
Sure Anders, Here is an additional piece of documentation: http://www.xulplanet.com/references/xpcomref/group_XMLSchema.html The implementation of this interface is in nsSchema: http://lxr.mozilla.org/mozilla1.7/source/extensions/webservices/schema/src/nsSchema.cpp Apparently, Mozilla has interf

Re: Implementing XML-based security protocols in Firefox

2007-03-25 Thread Peter Djalaliev
...and some documentation on the Mozilla SOAP scriptable API: http://lxr.mozilla.org/mozilla1.8/source/extensions/webservices/docs/Soap_Scripts_in_Mozilla.html Regards, Peter Djalaliev ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org h

Re: Implementing XML-based security protocols in Firefox

2007-03-25 Thread Peter Djalaliev
Anders, I'm not quite an authority on the subject, but I was interested in finding out the answers of some of the same questions some time ago. Here is what I found out back then: A lot of the XML support in Mozilla has to do with handling and displaying XML content. Firefox ships with an XML pa