-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix android failed build * use tripple des * Change encryption to tiple des for all pfx
- Loading branch information
Jan Jahoda
authored
Apr 9, 2021
1 parent
055ed02
commit 7b3780a
Showing
8 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
-289 Bytes
(95%)
src/System.Net.TestData/TestDataCertificates/contoso.com.pfx
Binary file not shown.
Binary file modified
BIN
-289 Bytes
(95%)
src/System.Net.TestData/TestDataCertificates/testclient1_at_contoso.com.pfx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/System.Net.TestData/TestDataCertificates/testclienteku.contoso.com.pfx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/System.Net.TestData/TestDataCertificates/testnoeku.contoso.com.pfx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/System.Net.TestData/TestDataCertificates/testselfsignedclienteku.contoso.com.pfx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/System.Net.TestData/TestDataCertificates/testselfsignedservereku.contoso.com.pfx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/System.Net.TestData/TestDataCertificates/testservereku.contoso.com.pfx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# System.Net test certificates | ||
|
||
This package contains test certificates for `System.Net` library. | ||
|
||
The TestData directory is considered obsolete. The certificates are encrypted with RC2 and triple des encryption. The pfx password is `testcertificate`. | ||
|
||
The TestDataCertificates directory contains the same pfx certificates as in TestData however they are all encrypted by triple des encryption. The pfx password is `PLACEHOLDER`. |