On 25 October 2014 00:57, Andy Schmidt
wrote:
> Finally, the link you supplied requires a login. Are logins available
> to the general public? ... But anyway I was not able to read the
> information in that link, so I apologize for any obvious RTFM user
> errors.
>
Username: guest
Password: gues
The cherry-picking is not that big of a problem at the moment. Mainly
I want to let the OpenSSL people know what I've found. Also, I should
mention that I downloaded the latest revision of e_os.h from
https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=4fa17211bbb4865954a633a33a9d20a998b96971
The 'inline' keyword is known issue with the latest releases, please see
https://rt.openssl.org/Ticket/Display.html?id=3567
We basically made a mistake and omitted some commits for e_os.h. These
commits have now been included in the git repository in all release
branches, and so the next release
Hi all,
The test constant_time_test.c new to 1.0.1j fails to compile on 32-bit
SuSE 10 with gcc 4.1.0.
The failure is:
constant_time_test.o: In function `main':
/depot/Releases/OpenSSL/1.0.1/source/FIPS/openssl-core/test/constant_time_test.c:267:
undefined reference to `constant_time_lt'
/depot/R