SHA256
3
0
forked from pool/openssl

Accepting request 181537 from Base:System

- Build enable-ec_nistp_64_gcc_128, ecdh is many times faster
  but only works in x86_64.
  According to the openSSL team
"it is superior to the default in multiple regards (speed, and also
security as the new implementations are secure against timing
attacks)"
It is not enabled by default due to the build system being unable
to detect if the compiler supports __uint128_t. (forwarded request 181467 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/181537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=90
This commit is contained in:
Stephan Kulow 2013-07-02 05:40:12 +00:00 committed by Git OBS Bridge
parent 24a6c5b091
commit dd9592a972
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jun 29 22:47:54 UTC 2013 - crrodriguez@opensuse.org
- Build enable-ec_nistp_64_gcc_128, ecdh is many times faster
but only works in x86_64.
According to the openSSL team
"it is superior to the default in multiple regards (speed, and also
security as the new implementations are secure against timing
attacks)"
It is not enabled by default due to the build system being unable
to detect if the compiler supports __uint128_t.
-------------------------------------------------------------------
Thu Jun 20 07:58:33 UTC 2013 - coolo@suse.com

View File

@ -171,6 +171,9 @@ export MACHINE=armv5el
./config --test-sanity
#
config_flags="threads shared no-rc5 no-idea \
%ifarch x86_64
enable-ec_nistp_64_gcc_128 \
%endif
enable-camellia \
zlib \
--prefix=%{_prefix} \