Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2013-07-02 07:40:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl (Old)
 and      /work/SRC/openSUSE:Factory/.openssl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2013-06-25 
14:43:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes     2013-07-02 
07:40:13.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Jun 29 22:47:54 UTC 2013 - [email protected]
+
+- 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. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.FOYYz9/_old  2013-07-02 07:40:14.000000000 +0200
+++ /var/tmp/diff_new_pack.FOYYz9/_new  2013-07-02 07:40:14.000000000 +0200
@@ -171,6 +171,9 @@
 ./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} \


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to