Go to file
Tomáš Chvátal 144343043b Accepting request 662469 from home:vitezslav_cizek:branches:security:tls
- Update to 3.4.1 release
  * Fix CVE-2018-16869 (bsc#1118086)
    All functions using RSA private keys are now side-channel
    silent, meaning that they try hard to avoid any branches or
    memory accesses depending on secret data. This applies both to
    the bignum calculations, which now use GMP's mpn_sec_* family
    of functions, and the processing of PKCS#1 padding needed for
    RSA decryption.
  * Changes in behavior:
    The functions rsa_decrypt and rsa_decrypt_tr may now clobber
    all of the provided message buffer, independent of the
    actual message length. They are side-channel silent, in that
    branches and memory accesses don't depend on the validity or
    length of the message. Side-channel leakage from the
    caller's use of length and return value may still provide an
    oracle useable for a Bleichenbacher-style chosen ciphertext
    attack. Which is why the new function rsa_sec_decrypt is
    recommended.
  * New features:
    A new function rsa_sec_decrypt.
  * Bug fixes:
    - Fix bug in pkcs1-conv, missing break statements in the
      parsing of PEM input files.
    - Fix link error on the pss-mgf1-test test, affecting builds
      without public key support.

OBS-URL: https://build.opensuse.org/request/show/662469
OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=5
2019-01-02 14:12:03 +00:00
.gitattributes Accepting request 79152 from devel:libraries:c_c++ 2011-08-18 07:36:14 +00:00
.gitignore Accepting request 79152 from devel:libraries:c_c++ 2011-08-18 07:36:14 +00:00
baselibs.conf Accepting request 295660 from devel:libraries:c_c++ 2015-04-18 08:38:24 +00:00
libnettle.changes Accepting request 662469 from home:vitezslav_cizek:branches:security:tls 2019-01-02 14:12:03 +00:00
libnettle.keyring Accepting request 180886 from devel:libraries:c_c++ 2013-06-25 15:14:21 +00:00
libnettle.spec Accepting request 662469 from home:vitezslav_cizek:branches:security:tls 2019-01-02 14:12:03 +00:00
nettle-3.4.1.tar.gz Accepting request 662469 from home:vitezslav_cizek:branches:security:tls 2019-01-02 14:12:03 +00:00
nettle-3.4.1.tar.gz.sig Accepting request 662469 from home:vitezslav_cizek:branches:security:tls 2019-01-02 14:12:03 +00:00
nettle-respect-cflags.patch Accepting request 357899 from devel:libraries:c_c++ 2016-02-07 08:22:44 +00:00