[openssl-users] RC5 Incompatibility Issue

2018-05-22 Thread Chetan Quest
Hi OpenSSL users, I am working in a project to replace my old third party crypto library with openSSL crypto library. I have requirement to maintain the compatibility across the library. i.e. any IP encrypted with older crypto library should be decrypted by openSSL library. I am facing issue in

[openssl-users] stunnel 5.45 released

2018-05-22 Thread Michal Trojnara
Dear Users, I have released version 5.45 of stunnel. Version 5.45, 2018.05.21, urgency: MEDIUM * New feature sponsored by https://loadbalancer.org/ - Implemented delayed deallocation of service sections after configuration file reload. * Other new features - OpenSSL DLLs updated to

[openssl-users] (no subject)

2018-05-22 Thread Joanna Marazewska
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] test make_verify fails on brand new red hat enterprise 7 box

2018-05-22 Thread Richard Levitte
You need to do this in the top directory first: make rehash Cheers, Richard In message on Fri, 18 May 2018 11:22:14 -0400, Philippe Anctil said: philippe.anctil> Hi, philippe.anctil>

Re: [openssl-users] Receive throttling on SSL sockets

2018-05-22 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Alex H > Sent: Saturday, May 19, 2018 15:53 > To: openssl-users@openssl.org > Subject: Re: [openssl-users] Receive throttling on SSL sockets > > Flow control really, really, *really* seems like an application-layer

[openssl-users] Build Openssl + FIPS - recursive fipsld

2018-05-22 Thread Luís Martins
Hi, I'm trying to build openssl with FIPS module on Ubuntu 14.04 32 bits, but during one of the steps the fipsld tool starts being called recursively. It happens on this step: sh -c ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto -ldl -L/usr/local/lib -lz}";