Hi all,

When I choose a link to view Appending Requests, then
click 'Continue...' button, I see list of appending
requests. But 'log' file appears following (both CA
and RA):
- - - - - - - - 
Error loading SPKAC
(a number): error:0B081076:x509 certificate
routines:NESTCAPE_SPKI_B64_decode:base64 decode
error:x509spki.c:91:
- - - - - - - - 
Each next step also makes above error lines in 'log'.
I don't known why?

I don't understand follow Javascript (run when click
'approve' button). I never see "crypto" in any book.
What does it do? Why is lengh less than 100?
<SCRIPT LANGUAGE="javascript1.2">
function signForm( theForm, theWindow) {
        var signedText;
        signedText =
theWindow.crypto.signText(theForm.text.value, "ask");
        if( signedText.length < 100 ) {
                alert( "Sign is needed to proceed!" );
                return false;
        } else {
                theForm.signature.value = signedText;
                theForm.submit();
        }
}
</SCRIPT>


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to