1
0
forked from pool/Botan
Botan/baselibs.conf
Marcus Meissner b1aadb78c2 Accepting request 593097 from home:dmolkentin:branches:devel:libraries:c_c++
- Update to Botan 2.5
  * Fix error in certificate wildcard matching (CVE-2018-9127), where a
    wildcard cert for b*.example.com would be accepted as a match for any host
    with name *b*.example.com (GH )
  * Add support for RSA-PSS signatures in TLS (GH )
  * Ed25519 certificates are now supported (GH )
  * Many optimizations in ECC operations. ECDSA signatures are 8-10 times
    faster. ECDSA verification is about twice as fast. ECDH key agreement is
    3-4 times faster. (GH  )
  * Implement product scanning Montgomery reduction, which improves
    Diffie-Hellman and RSA performance by 10 to 20% on most platforms. (GH
    )
  * DSA signing and verification performance has improved by 30-50%.
  * Add a new Credentials_Manager callback that specifies which CAs the server
    has indicated it trusts (GH  fixing )
  * Add new TLS::Callbacks methods that allow creating or removing extensions,
    as well as examining extensions sent by the peer (GH  )
  * Add new TLS::Callbacks methods that allow an application to negotiate use
    of custom elliptic curves. (GH )
  * Add ability to create custom elliptic curves (GH  )
  * Add support for POWER8 AES instructions (GH   )
  * Fix DSA/ECDSA handling of hashes longer than the group order (GH 
    )
  * The default encoding of ECC public keys has changed from compressed to
    uncompressed point representation. This improves compatability with some
    common software packages including Golang’s standard library. (GH 
    )
  * It is now possible to create DNs with custom components. (GH  )
  * It is now possible to specify the serial number of created certificates,
    instead of using the default 128-bit random integer. (GH  )

OBS-URL: https://build.opensuse.org/request/show/593097
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=79
2018-04-04 10:16:36 +00:00

5 lines
123 B
Plaintext

libbotan-2-5
libbotan-devel
requires -libbotan-<targettype> = <version>
requires "libbotan-2-5-<targettype> = <version>"