[Mono-bugs] [Bug 79616][Wis] Changed - X509Certificate.Import requires write access
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 7 12:09:45 EDT 2006
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79616
--- shadow/79616 2006-10-07 12:07:32.000000000 -0400
+++ shadow/79616.tmp.9710 2006-10-07 12:09:45.000000000 -0400
@@ -4,20 +4,20 @@
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
-Component: System
+Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: ck at carlo-kok.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: X509Certificate2.Import requires write access
+Summary: X509Certificate.Import requires write access
Description of Problem:
x509certificate.import requires write access to the file while it shouldn't.
Steps to reproduce the problem:
1. Create a new PFX cert, make sure it's owned by someone else though still
@@ -41,6 +41,12 @@
at System.Security.Cryptography.X509Certificates.X509Certificate..ctor
(System.String fileName, System.String password) [0x00000]
Expected Results:
Success.
+
+------- Additional Comments From sebastien at ximian.com 2006-10-07 12:09 -------
+actually it's X509Certificate in mscorlib.dll
+but the problem probably exists in X509Certificate2 in System.dll
+and even in X509Certificate in Mono.Security.dll
+I'll check them all.
More information about the mono-bugs
mailing list