Re: [openssl-dev] [openssl-users] Windows OpenSSL's FIPS Binaries

2017-12-19 Thread Angus Robertson - Magenta Systems Ltd
> does anybody know if there are downloadable binaries of > openssl-fips and/or openssl-fips-ecp (2.0.16 or earlier) for > Windows ? http://wiki.overbyte.eu/wiki/index.php/ICS_Download We have OpenSSL 1.0.2m-fips for Win32, primarily for application testing since our DLLs would not pass FIPS

[openssl-dev] Padding for RSA signatures

2017-12-19 Thread Gelareh Taban
Hi, I am playing around with RSA signatures with different padding and have some questions. I have my sample code below for reference. It's in Swift (but it should still be close enough to C to be readable). Also in Swift, some of the complex macros in OpenSSL have to be broken down to be