Re: [openssl-users] How to enable RC4 in OpenSSL 1.1.0c

2017-01-19 Thread Chris Clark
On Thu, Jan 19, 2017 at 10:36 AM, Matt Caswell wrote: > Try this: > > openssl ciphers -v "ALL:@SECLEVEL=0" Okay that worked! Thanks to everyone that responded. I saw Rich Salz mentioned using ALL, but I didn't realize it was a parameter. -Chris -- openssl-users mailing list

Re: [openssl-users] How to enable RC4 in OpenSSL 1.1.0c

2017-01-19 Thread Benjamin Kaduk
On 01/19/2017 11:59 AM, Chris Clark wrote: > Notice it says that dmake.exe is not in my path, but this appears to > be a bug as I am running this from a Visual Studio 2008 x64 Command > Prompt, and nmake.exe is indeed in the path, located in: > c:\Program Files (x86)\Microsoft Visual Studio

Re: [openssl-users] How to enable RC4 in OpenSSL 1.1.0c

2017-01-19 Thread Matt Caswell
On 19/01/17 17:59, Chris Clark wrote: > On Wed, Jan 18, 2017 at 7:01 PM, Viktor Dukhovni > wrote: > >> Sadly this does not shed much light on the build options. > > Here is more info, and now I added the "enable-ssl3" and > "enable-ssl3-method" options: If all you

Re: [openssl-users] How to enable RC4 in OpenSSL 1.1.0c

2017-01-19 Thread Chris Clark
On Wed, Jan 18, 2017 at 7:01 PM, Viktor Dukhovni wrote: > Sadly this does not shed much light on the build options. Here is more info, and now I added the "enable-ssl3" and "enable-ssl3-method" options: c:\openssl-1.1.0c64>perl Configure VC-WIN64A

Re: [openssl-users] Adding new key exchange to OpenSSL

2017-01-19 Thread Richard Collins
Thankyou, the SSL_*_set_psk_*_callback functions look like they're exactly what I need. I just need to work out which callbacks to use. On 19/01/17 15:06, Salz, Rich wrote: > Look at the PSK ciphers; the callbacks should be able to call your > generator... > > -- > Senior Architect, Akamai

Re: [openssl-users] Adding new key exchange to OpenSSL

2017-01-19 Thread Salz, Rich
Look at the PSK ciphers; the callbacks should be able to call your generator... -- Senior Architect, Akamai Technologies Member, OpenSSL Dev Team IM: richs...@jabber.at Twitter: RichSalz -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Adding new key exchange to OpenSSL

2017-01-19 Thread Richard Collins
Hello I'm looking at adding functionality to OpenSSL and need some help with where to start. I'd like to add a component to OpenSSL, ether externally to the library or by modifying the library, which provides symmetric key to the encryption algorithms. I'm hoping to be able to insert my key

Re: [openssl-users] How to enable RC4 in OpenSSL 1.1.0c

2017-01-19 Thread Salz, Rich
> Once I compile, and I run "openssl cipher -v" it does not show any RC4 > ciphers. > Is there another parameter needed? In addition to what Viktor said, you need to say "ALL" because RC4 is still not part of DEFAULT. -- openssl-users mailing list To unsubscribe: