Re: Restricting to 56-bits

1999-11-02 Thread Mike Benna
I've just now discovered that SSL_CTX_set_cipher_list() takes parameters in a different format than I thought. How do you add the EXP1024 ciphers that you mention? I've tried passing all kinds of strings to SSL_CTX_set_cipher_list() but with no success in limiting connections to 56-bit (I can ge

Avoiding RSA certs - trying to use DSA instead

1999-11-02 Thread Mike Benna
I'm trying to use a DSA cert instead of an RSA one to avoid the patent issues in North America, but I can't seem to get it to work. The client and the server are both our own, so interoperability is not an issue. I've created an RSA key that works just fine like this: openssl genrsa -out tes

Restricting to 56-bits

1999-10-30 Thread Mike Benna
asier than anticipated, although some docs would have made it even easier and less intimidating.   __[EMAIL PROTECTED] (Mike Benna)

Re: Docs for someone new to OpenSSL

1999-10-29 Thread Mike Benna
Hi Mike, On Thu, 28 Oct 1999, Mike Benna wrote: > Any suggested reading? The C files in openssl/apps can be handy if you're patient. And for the network stuff, try "Unix Network Programming - Volume 1" by W. Richard Stevens. As for Win32 conversions, most of the standard socket