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:
parent
24a6c5b091
commit
dd9592a972
@ -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
|
Thu Jun 20 07:58:33 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -171,6 +171,9 @@ export MACHINE=armv5el
|
|||||||
./config --test-sanity
|
./config --test-sanity
|
||||||
#
|
#
|
||||||
config_flags="threads shared no-rc5 no-idea \
|
config_flags="threads shared no-rc5 no-idea \
|
||||||
|
%ifarch x86_64
|
||||||
|
enable-ec_nistp_64_gcc_128 \
|
||||||
|
%endif
|
||||||
enable-camellia \
|
enable-camellia \
|
||||||
zlib \
|
zlib \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
|
Loading…
Reference in New Issue
Block a user