Modified readme and removed some incorrect license files.
Showing
5 changed files
with
19 additions
and
189 deletions
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> |
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> |
This diff is collapsed.
Click to expand it.
... | @@ -1507,9 +1507,6 @@ | ... | @@ -1507,9 +1507,6 @@ |
1507 | <None Include="Registry\Schannel_high_withclient.reg" /> | 1507 | <None Include="Registry\Schannel_high_withclient.reg" /> |
1508 | </ItemGroup> | 1508 | </ItemGroup> |
1509 | <ItemGroup> | 1509 | <ItemGroup> |
1510 | <Content Include="BouncyCastle_bzip2\Contributors.html" /> | ||
1511 | <Content Include="BouncyCastle_bzip2\License.html" /> | ||
1512 | <Content Include="BouncyCastle_bzip2\Readme.html" /> | ||
1513 | <Content Include="BouncyCastle_src\Contributors.html" /> | 1510 | <Content Include="BouncyCastle_src\Contributors.html" /> |
1514 | <Content Include="BouncyCastle_src\License.html" /> | 1511 | <Content Include="BouncyCastle_src\License.html" /> |
1515 | <Content Include="BouncyCastle_src\Readme.html" /> | 1512 | <Content Include="BouncyCastle_src\Readme.html" /> | ... | ... |
... | @@ -2,6 +2,16 @@ | ... | @@ -2,6 +2,16 @@ |
2 | 2 | ||
3 | The Project builds a DLL file (LIL_VSTT_Plugins.dll) which you need to add a reference to in your Test Project in order to use the plugins. Either copy the project into your Test Project's Solution, and reference the project in your Test Project, or place a copy of the built dll file in each Test Project (create a lib directory and copy the dll to it, add the DLL file as an existing item, and add a reference in your test project by browsing to the dll file). The DLL will be deployed automatically to all agents in your test rig. | 3 | The Project builds a DLL file (LIL_VSTT_Plugins.dll) which you need to add a reference to in your Test Project in order to use the plugins. Either copy the project into your Test Project's Solution, and reference the project in your Test Project, or place a copy of the built dll file in each Test Project (create a lib directory and copy the dll to it, add the DLL file as an existing item, and add a reference in your test project by browsing to the dll file). The DLL will be deployed automatically to all agents in your test rig. |
4 | 4 | ||
5 | ## License | ||
6 | |||
7 | The project source code and binaries are open source and under the MS-RL license unless otherwise specified in the code or in the folders of such code. | ||
8 | By using the code (reading, compiling, linking, distributing or in any other way make use of the code) you accept the license terms applicable for the code in question. | ||
9 | You can download or read the MS-RL license here: https://opensource.org/licenses/MS-RL | ||
10 | |||
11 | In short, | ||
12 | - you are not allowed to distribute the software or any portion of the software without distributing the complete code and license together with the software. | ||
13 | - you are not allowed to remove any trademarks, copyrights or attributions from the code. | ||
14 | |||
5 | ## Building | 15 | ## Building |
6 | 16 | ||
7 | Pre build versions of the DLL and the PDB Debug symbols files are available in the project wiki home page for download. Please remember to remove the blocking of the file that windows does for downloaded executable files, otherwise it will not load. Most windows setups also block executable files on shared filesystems, so you might want to place the file local. | 17 | Pre build versions of the DLL and the PDB Debug symbols files are available in the project wiki home page for download. Please remember to remove the blocking of the file that windows does for downloaded executable files, otherwise it will not load. Most windows setups also block executable files on shared filesystems, so you might want to place the file local. |
... | @@ -16,4 +26,12 @@ This means that other mechanisms of versioning need to be used, like changing th | ... | @@ -16,4 +26,12 @@ This means that other mechanisms of versioning need to be used, like changing th |
16 | ## Project Gitlab | 26 | ## Project Gitlab |
17 | https://git.lightsinline.se/products/VSTT-Plugins | 27 | https://git.lightsinline.se/products/VSTT-Plugins |
18 | 28 | ||
19 | This project is maintained on a GitLab server, where you can find the latest code, builds, issues and documention. Register an account (for free) if you want to get support or create issues/bugs/suggestions. With an account, you can also create a personal fork (clone) of the project and get the plugin code in your own repository and maintain your own version. You may also invite others to join your project or share the code. If you create code you want to get added to the original code base, you are welcome to create a merge request to get it added to the master branch. | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | This project is maintained on a GitLab server, where you can find the latest code, builds, issues and documention. Register an account (for free) if you want to get support or create issues/bugs/suggestions. With an account, you can also create a personal fork (clone) of the project and get the plugin code in your own repository and maintain your own modified version. You may also invite others to join your project or share the code. If you create code you want to get added to the original code base, you are welcome to create a merge request to get it added to the master branch for others to use. | ||
30 | |||
31 | ## Bouncy Castle API | ||
32 | |||
33 | Contains the code of the Bouncy Castle C# API Release 1.8.1 | ||
34 | Please note that the Bouncy Castle API source files are under a diffrent license (http://www.bouncycastle.org/csharp/licence.html) | ||
35 | and BZIP2 source files are under the Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) | ||
36 | |||
37 | For more information, wiki, docs, latest code, donations etc please visit http://www.bouncycastle.org | ... | ... |
-
Please register or sign in to post a comment