8000 Tags · DevEdocs/openssl-net · GitHub
[go: up one dir, main page]

Skip to content

Tags: DevEdocs/openssl-net

Tags

0.5

Toggle 0.5's commit message
removing cruft

0.5-rc2

Toggle 0.5-rc2's commit message
Preparing for 0.5-rc2

0.5-rc1

Toggle 0.5-rc1's commit message
Preparing for 0.5-rc1

0.4.4

Toggle 0.4.4's commit message
Update web site to new version

0.4.3

Toggle 0.4.3's commit message
Preparing for release of 0.4.3

0.4.2

Toggle 0.4.2's commit message
Updating INSTALL to include instructions on installing the MSVC CRT.

0.4.1

Toggle 0.4.1's commit message
Updating web page to latest version 0.4.1

0.4

Toggle 0.4's commit message
Adding project website files

0.3.2

Toggle 0.3.2's commit message
Adding a test to duplicate the openssl aes decrypting app which makes…

… use of the new CipherContext.BytesToKey()

git-svn-id: https://openssl-net.svn.sourceforge.net/svnroot/openssl-net/trunk@51 e5482c99-4a0f-0410-8b6a-bb65b18b6982

0.3.1

Toggle 0.3.1's commit message
Thanks to Christoph Scrauth for helping me find these issues.

* Adding a testcase that just creates a SelfSigned CA to illuminate some bugs.
* Adding a parameter to the DSA ctor to force users to decide whether to generate keys or not. If keys are not generated and this object is used in some openssl functions you'll get undefined behavior and hard to track down AVs.
* Making the X509CertificateAuthority disposable
* Native.ExpectSuccess() now checks ret <= 0 instead of ret < 0. This properly catches all (hopefully) all error cases.



git-svn-id: https://openssl-net.svn.sourceforge.net/svnroot/openssl-net/trunk@49 e5482c99-4a0f-0410-8b6a-bb65b18b6982
0