Added The Bouncy Castle C# Cryptographic API License, Contributors and Readme files.
Showing
3 changed files
with
185 additions
and
0 deletions
crypto/Contributors.html
0 → 100644
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> | ||
5 | <title>Contributors</title> | ||
6 | </head> | ||
7 | <body> | ||
8 | <h2>The Bouncy Castle Cryptographic C#® API</h2> | ||
9 | <p> | ||
10 | <h3>Donors</h3> | ||
11 | <p> | ||
12 | The following people and organisations donated financially to help with the release of 1.8: | ||
13 | <br /> <br /> | ||
14 | Andrew Grosser, Antonio Royo, dmitry.ribakov@gmail.com, PhreePhly, and encryptomatic.com. | ||
15 | </p> | ||
16 | |||
17 | <h3>Code Contributors:</h3> | ||
18 | <p>The following people have contributed to the C# Bouncy Castle Cryptography | ||
19 | Package.</p> | ||
20 | <p>Thanks, may your castles never deflate!</p> | ||
21 | <ul> | ||
22 | <li> | ||
23 | <p>Kaiser Yang <kaiseryang@yahoo.com> - initial port of the lightweight | ||
24 | API and ASN.1 library. Finding BigInteger loop problem.</p> | ||
25 | </li> | ||
26 | <li> | ||
27 | <p>Asier Murciego <a.murciego@captiva-sys.es> - Further patching to | ||
28 | BigInteger library.</p> | ||
29 | </li> | ||
30 | <li> | ||
31 | <p>Megan Woods <megan.woods@widestreet.com.au> - X509 certificate | ||
32 | generation, RSA/DSA digest signature classes.</p> | ||
33 | </li> | ||
34 | <li> | ||
35 | <p>David Del Vecchio <ddelvecc@virginia.edu> - patches to RSA Pkcs1 | ||
36 | Signature generation OID issues, help with clarifications on DateTime and | ||
37 | certificates.</p> | ||
38 | </li> | ||
39 | <li> | ||
40 | <p>Nelson Fernandez <nelson-bc@kpanic.com.ar> - patches to allow | ||
41 | compilation under mono.</p> | ||
42 | </li> | ||
43 | <li> | ||
44 | <p>Paulo Soares <psoares@consiste.pt> - patches to X509CertificateParser, | ||
45 | C# port of JZlib plus inflater/deflater streams, C# port of Apache BZip2 | ||
46 | classes.</p> | ||
47 | </li> | ||
48 | <li> | ||
49 | <p>Pawel Niewiadomski <11110000b@gmail.com> - patches for X509 and CMS, | ||
50 | unit test for time classes.</p> | ||
51 | </li> | ||
52 | <li> | ||
53 | <p>Jesper Johansen <jesper@hc.jay.net> - bug fix for DerT61String | ||
54 | encodings.</p> | ||
55 | </li> | ||
56 | <li> | ||
57 | <p>Adam Sternberg <agsternberg@gmail.com> - identified problem with | ||
58 | generation of PGP public keyrings.</p> | ||
59 | </li> | ||
60 | <li> | ||
61 | <p>Kirill Zhuklinets <zhuklinets_k@gaz-is.ru> - initial submission of | ||
62 | bulk of Asn1.Esf classes (RFC 3126).</p> | ||
63 | </li> | ||
64 | <li> | ||
65 | <p>Dr Andrew Gray <andrew.gray@rcrt.co.uk> - identified problem with | ||
66 | BigInteger.ModPow for negative exponents.</p> | ||
67 | </li> | ||
68 | <li> | ||
69 | <p>Mauricio Ulate <mulate@gmail.com> - identified problem with non-ASCII | ||
70 | pass phrases in PGP.</p> | ||
71 | </li> | ||
72 | <li> | ||
73 | <p>John Allberg <John.Allberg@teliasonera.com> - initial implementation | ||
74 | of CryptoApiRandomGenerator.</p> | ||
75 | </li> | ||
76 | <li> | ||
77 | <p>Mattias Öhrn <mattias.ohrn@gmail.com> - identified problem with | ||
78 | Pkcs12Store.Save and provided fix.</p> | ||
79 | </li> | ||
80 | <li> | ||
81 | <p>Jen Andre <jandre@gmail.com> - initial implementation of | ||
82 | case-insensitive searches for PGP keyrings.</p> | ||
83 | </li> | ||
84 | <li> | ||
85 | <p>#Cyrille37# <cyrille37@gmail.com> - identified problem with | ||
86 | BigInteger.ModInverse for negative values.</p> | ||
87 | </li> | ||
88 | <li> | ||
89 | <p>David Reis Jr <davidreis@yahoo.com> - bug fix for X509CrlStoreSelector | ||
90 | handling of NextUpdate, fix handling of null parameters for DSA in key | ||
91 | factories, initial port of Pkix namespace and supporting tests. | ||
92 | </p> | ||
93 | </li> | ||
94 | <li> | ||
95 | <p>Ivan Peev <ivan.peev@cozyroc.com> - bug fix for version string | ||
96 | displayed in PGP armored output.</p> | ||
97 | </li> | ||
98 | <li> | ||
99 | <p>Hector Ornelas Aciga <hector.ornelas@sat.gob.mx> - patch to add support for PKCS#5 Scheme 2 keys.</p> | ||
100 | </li> | ||
101 | <li> | ||
102 | <p>Tom Van Holle <tvh@dsoft.be> - patch to add new class: Pkcs10CertificationRequestDelaySigned.</p> | ||
103 | </li> | ||
104 | <li> | ||
105 | <p>Kalev Lember <kalev@smartlink.ee> - patch to fix compilation problem under Mono 2.8+.</p> | ||
106 | </li> | ||
107 | <li> | ||
108 | <p>Kyle Hamilton <kyanha.bouncycastle@kyanha.net> - identified problem with BigInteger.Multiply, patch for MiscPemGenerator infinite recursion, | ||
109 | proposed improvements in use of random numbers.</p> | ||
110 | </li> | ||
111 | <li> | ||
112 | <p>Atanas Krachev <akrachev@gmail.com> - added support for revocation signatures in OpenPGP.</p> | ||
113 | </li> | ||
114 | <li> | ||
115 | <p>Torsten Moschny <t.moschny@web.de> - identified problem where PrivateKeyFactory/PublicKeyFactory failed to preserve publicKeyParamSet for EC keys.</p> | ||
116 | </li> | ||
117 | <li> | ||
118 | <p>Thomas Heggelund <the@dips.no> - identified problem with RSAParameters fields requiring zero-byte padding to satisfy .NET.</p> | ||
119 | </li> | ||
120 | <li> | ||
121 | <p>Laszlo Magyar <lmagyar1973@gmail.com> - patch to fix problem with SubjectDirectoryAttributes constructor.</p> | ||
122 | </li> | ||
123 | <li> | ||
124 | <p>Tim Whittington (https://github.com/timw) - ports of ChaCha, GMAC, Memoable, Poly1305, Skein, SM3, Threefish, XSalsa20. Registerised Salsa20 core.</p> | ||
125 | </li> | ||
126 | <li> | ||
127 | <p>Oscar Jacobsson (https://github.com/OscarAyoy) - patch to fix DerEnumerated constructor (including test coverage).</p> | ||
128 | </li> | ||
129 | <li> | ||
130 | <p>Michael Krueger <michael.krueger@secardeo.com> - patch to fix Asn1.Cmp.RevDetails constructor.</p> | ||
131 | </li> | ||
132 | <li> | ||
133 | <p>Daniel Nauck <daniel.nauck@gmail.com> - patch for Portable Class Library support.</p> | ||
134 | </li> | ||
135 | <li> | ||
136 | <p>John Allberg <john@ayoy.se> - improvements to Portable Class Library patch.</p> | ||
137 | </li> | ||
138 | <li> | ||
139 | <p>Oren Novotny (https://github.com/onovotny) - developed and maintained a fork supporting Portable Class Library, worked closely with us to integrate the changes back into the main project.</p> | ||
140 | </li> | ||
141 | <li> | ||
142 | <p>Nicolas Dorier (https://github.com/NicolasDorier) - patch to fix culture-dependent lookups in MacUtilities. | ||
143 | </li> | ||
144 | </ul> | ||
145 | </body> | ||
146 | </html> |
crypto/License.html
0 → 100644
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta content="text/html; charset=ISO-8859-1" | ||
5 | http-equiv="content-type"> | ||
6 | <title>License</title> | ||
7 | </head> | ||
8 | <body> | ||
9 | <h2>The Bouncy Castle Cryptographic C#® API</h2> | ||
10 | <h3>License:</h3> | ||
11 | The Bouncy Castle License<br> | ||
12 | Copyright (c) 2000-2015 The Legion of the Bouncy Castle Inc. | ||
13 | (http://www.bouncycastle.org)<br> | ||
14 | Permission is hereby granted, free of charge, to any person obtaining a | ||
15 | copy of this software and associated documentation files (the "Software"), to deal in the | ||
16 | Software without restriction, including without limitation the rights to use, copy, modify, merge, | ||
17 | publish, distribute, sub license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br> | ||
18 | The above copyright notice and this permission notice shall be included | ||
19 | in all copies or substantial portions of the Software.<br> | ||
20 | <span style="font-weight: bold;">THE SOFTWARE IS PROVIDED "AS IS", | ||
21 | WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,</span><br | ||
22 | style="font-weight: bold;"> | ||
23 | <span style="font-weight: bold;">INCLUDING BUT NOT LIMITED TO THE | ||
24 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR</span><br | ||
25 | style="font-weight: bold;"> | ||
26 | <span style="font-weight: bold;">PURPOSE AND NONINFRINGEMENT. IN NO | ||
27 | EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE</span><br | ||
28 | style="font-weight: bold;"> | ||
29 | <span style="font-weight: bold;">LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
30 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR</span><br | ||
31 | style="font-weight: bold;"> | ||
32 | <span style="font-weight: bold;">OTHERWISE, ARISING FROM, OUT OF OR IN | ||
33 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER</span><br | ||
34 | style="font-weight: bold;"> | ||
35 | <span style="font-weight: bold;">DEALINGS IN THE SOFTWARE.<br> | ||
36 | <br> | ||
37 | </span> | ||
38 | </body> | ||
39 | </html> |
crypto/Readme.html
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment