Dilemma: can signed scripts work with jsp pages?

2006-10-26 Thread Frank
Hi, I was finally able to package my html page and signed js scripts into jar format for deployment, when I find that I need to use custom taglibs for server side processing! Reading through online tutorials, I find that there is no reference of packaging jsp pages with signed scripts in jars.

Re: Import PKCS#12 cert into FF

2006-10-26 Thread John Smith
See http://www.brainonfire.net/blog/solutions/?p=19 Look for the section entitled: Firefox master password options 1. I'm using FF 1.5. I have set security.ask_for_password to both 1 and 2, but it doesn't have any effect. :( There is no dialog to enter a password. 2. Where should I enter

building

2006-10-26 Thread Alexander Miro
Hi, The problem: Mozilla is unable to load my PKCS#11 module. What I need: The client.mk script for compiling mozilla-1.7.13-source.tar.bz2 in debug mode to find out where NSS is failing during the loading process. I've tried the Unix Build Configurator at

Fwd: building

2006-10-26 Thread Alexander Miro
Sorry, The script is .mozconfig instead of client.mk. -- Forwarded Message -- Subject: building Date: Thursday 26 October 2006 09:50 From: Alexander Miro [EMAIL PROTECTED] To: dev-tech-crypto@lists.mozilla.org Hi, The problem: Mozilla is unable to load my PKCS#11 module.

Re: html include syntax for signed scripts

2006-10-26 Thread Nelson B
Frank wrote: Hi, I find the whole jar pathing quite unwieldy. I am in my current url for TagInfo.html: jar:http://localhost:9080/AMS/test.jar!/jsp/TagInfo.html; Frank, these are really browser questions, not crypto questions. I don't think the crypto folks can answer them. Let me suggest

Re: AES in CFB128 mode?

2006-10-26 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: Wan-Teh Chang wrote: Allan (beaufour), you should be able to build the CFB128 mode yourself using the ECB mode as a primitive. It seems straightforward to me (because 128 is the block size, you don't need to shift). This way you don't need to wait for the support of

Re: Dilemma: can signed scripts work with jsp pages?

2006-10-26 Thread Wan-Teh Chang
Frank wrote: Hi, I was finally able to package my html page and signed js scripts into jar format for deployment, when I find that I need to use custom taglibs for server side processing! Reading through online tutorials, I find that there is no reference of packaging jsp pages with signed