OSX Open SSL Usage question

2013-08-16 Thread Andrew H
I have two version of OpenSSL on my OSX file system, the default 0.9.8r and 1.0.1e.For the later I'm having trouble getting the syntax of the command correct, I think. When I used this (in 1.0.1e's directory, /opt/localbin):./openssl s_client -connect foo.foo.foo.foo:443 ( replace the foo's ).I

Re: Playing nice between OpenSSL and Microsoft libraries with 3DES pass phrases?

2004-01-26 Thread Andrew H. Derbyshire
- Original Message - From: "Kenneth R. Robinette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 2:46 PM Subject: Re: Playing nice between OpenSSL and Microsoft libraries with 3DES pass phrases? > Do yourself a favor and just have one of the OpenSSL crypto ex

Re: Playing nice between OpenSSL and Microsoft libraries with 3DES pass phrases?

2004-01-26 Thread Andrew H. Derbyshire
> There are a few other complications which you may not be aware of. But I am terrified that they exist. I'm a generic multiplatform network applications type, not a crypto geek. > Under CryptoAPI you can't directly set the actual key. There are various > tricks involving things like exponent of

Playing nice between OpenSSL and Microsoft libraries with 3DES pass phrases?

2004-01-26 Thread Andrew H. Derbyshire
I have a requirement to implement cross-platform 3DES encryption (driven by a text pass phrase) between Microsoft and various UNIX platforms.Both platforms use the vendor supplied libraries: In the case of UNIX that's OpenSSL, and in the case of Microsoft it's the Windows routines declared by .