Go to file
Dominique Leuenberger 2ebd052507 Accepting request 363602 from Base:System
- update to 1.0.2g (bsc#968044)
  * Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
    Builds that are not configured with "enable-weak-ssl-ciphers" will not
    provide any "EXPORT" or "LOW" strength ciphers.
  * Disable SSLv2 default build, default negotiation and weak ciphers.  SSLv2
    is by default disabled at build-time.  Builds that are not configured with
    "enable-ssl2" will not support SSLv2.  Even if "enable-ssl2" is used,
    users who want to negotiate SSLv2 via the version-flexible SSLv23_method()
    will need to explicitly call either of:
        SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2);
    or
        SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
    (CVE-2016-0800)
  * Fix a double-free in DSA code
     (CVE-2016-0705)
  * Disable SRP fake user seed to address a server memory leak.
     Add a new method SRP_VBASE_get1_by_user that handles the seed properly.
     (CVE-2016-0798)
  * Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
     (CVE-2016-0797)
  *) Side channel attack on modular exponentiation
     http://cachebleed.info.
     (CVE-2016-0702)
  *) Change the req app to generate a 2048-bit RSA/DSA key by default,
     if no keysize is specified with default_bits. This fixes an
     omission in an earlier change that changed all RSA/DSA key generation
     apps to use 2048 bits by default. (forwarded request 363599 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/363602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=130
2016-03-05 10:21:18 +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-Axe-builtin-printf-implementation-use-glibc-instead.patch Accepting request 363602 from Base:System 2016-03-05 10:21:18 +00:00
0001-libcrypto-Hide-library-private-symbols.patch Accepting request 315685 from Base:System 2015-07-12 20:51:54 +00:00
0005-libssl-Hide-library-private-symbols.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
baselibs.conf Accepting request 210985 from Base:System 2013-12-17 09:02:17 +00:00
bsc936563_hack.patch Accepting request 315685 from Base:System 2015-07-12 20:51:54 +00:00
bug610223.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
compression_methods_switch.patch Accepting request 315685 from Base:System 2015-07-12 20:51:54 +00:00
merge_from_0.9.8k.patch Accepting request 315685 from Base:System 2015-07-12 20:51:54 +00:00
openssl-1.0.0-c_rehash-compat.diff Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.1e-add-suse-default-cipher.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.1e-add-test-suse-default-cipher-suite.patch Accepting request 315685 from Base:System 2015-07-12 20:51:54 +00:00
openssl-1.0.1e-truststore.diff Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.2a-default-paths.patch Accepting request 315685 from Base:System 2015-07-12 20:51:54 +00:00
openssl-1.0.2a-fips-ctor.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.2a-fips-ec.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.2a-ipv6-apps.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.2a-new-fips-reqs.patch Accepting request 363602 from Base:System 2016-03-05 10:21:18 +00:00
openssl-1.0.2a-padlock64.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-1.0.2e-fips.patch Accepting request 363602 from Base:System 2016-03-05 10:21:18 +00:00
openssl-1.0.2g.tar.gz Accepting request 363602 from Base:System 2016-03-05 10:21:18 +00:00
openssl-1.0.2g.tar.gz.asc Accepting request 363602 from Base:System 2016-03-05 10:21:18 +00:00
openssl-fips-hidden.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-fix-pod-syntax.diff Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-gcc-attributes.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-missing_FIPS_ec_group_new_by_curve_name.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-no-egd.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl-ocloexec.patch Accepting request 347504 from Base:System 2015-12-13 08:36:18 +00:00
openssl-pkgconfig.patch Accepting request 310849 from Base:System 2015-06-08 06:25:56 +00:00
openssl.changes Accepting request 363602 from Base:System 2016-03-05 10:21:18 +00:00
openssl.keyring Accepting request 280570 from Base:System 2015-01-20 20:53:46 +00:00
openssl.spec Accepting request 363602 from Base:System 2016-03-05 10:21:18 +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 Accepting request 245642 from Base:System 2014-08-25 09:03:07 +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.