Re: Compiling static vs. dynamic and building a universal binary

2008-07-21 Thread Richard Conlan
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,

Re: Compiling static vs. dynamic and building a universal binary

2008-07-18 Thread Richard Conlan
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

Compiling static vs. dynamic and building a universal binary

2008-07-16 Thread Richard Conlan
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

SHA256 as of which version?

2006-11-17 Thread Richard Conlan
Which version of OpenSSL introduced sha256 support? I cannot find it in the changelogs on the site... ~RMC

Re: RE: Multithreading problem

2006-10-23 Thread Richard Conlan
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

Verifying Client-side Certificate?

2006-09-28 Thread Richard Conlan
How does on use OpenSSL on the server to verify a client-side SSL cert? Any examples of this?~RMC

Re: Error-forgiving cypher suite? (Encrypted tape backups)

2006-09-26 Thread Richard Conlan
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

Re: Basic OpenSSL Question

2006-09-22 Thread Richard Conlan
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

Basic OpenSSL Question

2006-09-22 Thread Richard Conlan
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