Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78644 --- shadow/78644 2006-06-14 09:15:12.000000000 -0400 +++ shadow/78644.tmp.6365 2006-06-14 09:15:12.000000000 -0400 @@ -0,0 +1,32 @@ +Bug#: 78644 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Mono.Security +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: PKCS12.Password cannot be empty + +Description of Problem: +PKCS12 Password setter is unable to handle the value of "" correctly. + +Steps to reproduce the problem: +new Mono.Security.X509.PKCS12().Password = ""; + +Actual Results: +System.IndexOutOfRangeException + +Expected Results: +success + +How often does this happen? +100% _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
