Ack! I see there are actually a number of responses I somehow missed. Pardon
my error.
~~RMC
On Fri, Jul 18, 2008 at 12:39 PM, Richard Conlan <[EMAIL PROTECTED]> wrote:
> Anybody have any response on this? Or is there a better list to ask?
>
> ~RMC
>
>
> On Tue, Jul 15,
Anybody have any response on this? Or is there a better list to ask?
~~RMC
On Tue, Jul 15, 2008 at 5:44 PM, Richard Conlan <[EMAIL PROTECTED]> wrote:
> Greetings!
>
> So, I have a handful of relatively esoteric questions.
>
> Say I have binaryX that will use both libcrypto
Greetings!
So, I have a handful of relatively esoteric questions.
Say I have binaryX that will use both libcrypto and libssl.
1) Is it dangerous to statically link the one and dynamically link the
other? what if the versions mismatch?
2) Does anybody know the version of OpenSSL included by defa
Which version of OpenSSL introduced sha256 support? I cannot find it in the
changelogs on the site...
~RMC
I am somewhat confused. Network Security with OpenSSL states quite clearly that OpenSSL handles multithreading and blocking sockets fine as long as you give it proper callbacks to acquire locks as needed. If you go to the book's site and download the code examples (
http://www.opensslbook.com/) it
How does on use OpenSSL on the server to verify a client-side SSL cert? Any examples of this?~RMC
Why doesn't OpenSSL support AES in CTR-mode? With CTR-mode you'd only lose the corrupted block...and it is even in the OpenSSL headers...but to my understanding it is not actually implemented? This may make it worth considering another crypto library if there any out there with a good CTR-mode impl
This message
(http://www.mail-archive.com/openssl-users@openssl.org/msg29864.html)
at least suggests that CTR mode actually is supported? All I can
really find are threads basically saying "Yup, AES is in there" but
without any useful followup. =(
~RMC
On 9/22/06, [EMAIL PROTECTED] <[EMAIL PROT
I am considering OpenSSL for a project and needed some quick info.
Does the OpenSSL crypto library support AES? Which modes? From the
on-line documentation on the website this does not appear to be the
case (http://www.openssl.org/docs/crypto/crypto.html), but of course
typing "openssl ciphers" r