Tags: DevEdocs/openssl-net
Tags
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
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
PreviousNext