Go to file
Stephan Kulow 0bb9b0ad33 Accepting request 231108 from Base:System
- Build everything with full RELRO (-Wl,-z,relro,-z,now)
- Remove -fstack-protector from the hardcoded build options
  it is already in RPM_OPT_FLAGS and is replaced by 
  -fstack-protector-strong with gcc 4.9

- Remove the "gmp" and "capi" shared engines, nobody noticed 
  but they are just dummies that do nothing. 

- Use enable-rfc3779 to allow projects such as rpki.net 
  to work in openSUSE and match the functionality
  available in Debian/Fedora/etc

- openssl-buffreelistbug-aka-CVE-2010-5298.patch fix 
  CVE-2010-5298 and disable the internal BUF_FREELISTS
  functionality. it hides bugs like heartbleed and is
  there only for systems on which malloc() free() are slow.
- ensure we export MALLOC_CHECK and PERTURB during the test
  suite, now that the freelist functionality is disabled it
  will help to catch bugs before they hit users.

- openssl-libssl-noweakciphers.patch do not offer "export"
  or "low" quality ciphers by default. using such ciphers
  is not forbidden but requires an explicit request

- openssl-gcc-attributes.patch: fix thinko, CRYPTO_realloc_clean does 
  not return memory of "num * old_num" but only "num" size
  fortunately this function is currently unused. (forwarded request 230868 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/231108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=114
2014-04-26 15:01:45 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=1 2006-12-18 23:17:18 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=1 2006-12-18 23:17:18 +00:00
0001-libcrypto-Hide-library-private-symbols.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
0005-libssl-Hide-library-private-symbols.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
baselibs.conf Accepting request 210985 from Base:System 2013-12-17 09:02:17 +00:00
bug610223.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
compression_methods_switch.patch Accepting request 211421 from Base:System 2013-12-19 12:34:52 +00:00
merge_from_0.9.8k.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.0-c_rehash-compat.diff Accepting request 40076 from Base:System 2010-05-25 08:32:24 +00:00
openssl-1.0.1c-default-paths.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.1c-ipv6-apps.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.1e-fips-ctor.patch Accepting request 210985 from Base:System 2013-12-17 09:02:17 +00:00
openssl-1.0.1e-fips-ec.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.1e-fips.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.1e-new-fips-reqs.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.1e-truststore.diff Accepting request 182147 from Base:System 2013-07-04 16:04:58 +00:00
openssl-1.0.1g.tar.gz Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-1.0.1g.tar.gz.asc Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-buffreelistbug-aka-CVE-2010-5298.patch Accepting request 231108 from Base:System 2014-04-26 15:01:45 +00:00
openssl-fix-pod-syntax.diff Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-gcc-attributes.patch Accepting request 231108 from Base:System 2014-04-26 15:01:45 +00:00
openssl-libssl-noweakciphers.patch Accepting request 231108 from Base:System 2014-04-26 15:01:45 +00:00
openssl-ocloexec.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl-pkgconfig.patch Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl.changes Accepting request 231108 from Base:System 2014-04-26 15:01:45 +00:00
openssl.keyring Accepting request 229370 from Base:System 2014-04-09 16:17:23 +00:00
openssl.spec Accepting request 231108 from Base:System 2014-04-26 15:01:45 +00:00
openssl.test OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=1 2006-12-18 23:17:18 +00:00
README-FIPS.txt Accepting request 213629 from Base:System 2014-01-17 10:05:16 +00:00
README.SuSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=1 2006-12-18 23:17:18 +00:00
VIA_padlock_support_on_64systems.patch Accepting request 141990 from Base:System 2012-11-22 15:51:34 +00:00

Please note that the man pages for the openssl libraries and tools
have been placed in a package on its own right: openssl-doc Please
install the openssl-doc package if you need the man pages, HTML
documentation or sample C programs.

The C header files and static libraries have also been extracted, they
can now be found in the openssl-devel package.

Your SuSE Team.