1
0
forked from pool/Botan
Commit Graph

5 Commits

Author SHA256 Message Date
OBS User autobuild
b06576eceb Accepting request 46980 from devel:libraries:c_c++
checked in (request 46980)

OBS-URL: https://build.opensuse.org/request/show/46980
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=17
2010-09-03 11:51:22 +00:00
Philipp Thomas
42e563e349 - Prefix last patch with Botan-.
- Enable building of the qt_mutex module. This means that from now
  on libbotan requires libQtCore.
- Fix test for thread/mutex support to also work for Qt4.
- Update to 1.8.10:
  * This release changes a number of aspects of how private keys are
    encrypted. The default encryption algorithm has changed from 3DES
    to AES-256
  * The default iteration count for PBES1 and PBES2 encryption schemes
    (which are used primarily to encrypt asymmetric keys like RSA or
    DSA) has increased from 2048 to 10000, which should make brute
    force key cracking substantially harder.
  * The first round of AES now uses a smaller set of lookup tables;
    this only reduces performance slightly but some timing and cache
    analysis attacks against AES are substantially harder when AES is
    implemented this way.
  * The class known as S2K was renamed PBKDF in 1.9, with a typedef
    for backwards compatibility. For providing an equivalent forward
    compatibility path, 1.8.10 includes a typedef for PBKDF and a new
    accessor function get_pbkdf. It also includes a new interface for
    deriving keys with a passphrase which takes both the passphrase
    and desired output length as well as the salt and iteration
    count; in many cases this call is actually significantly more
    convenient than the older API.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=16
2010-09-02 10:07:50 +00:00
Philipp Thomas
cf3e0b143c Accepting request 46811 from home:a_jaeger:branches:build-compare-test
Copy from home:a_jaeger:branches:build-compare-test/Botan via accept of submit request 46811 revision 4.
Request was accepted with message:
OK

OBS-URL: https://build.opensuse.org/request/show/46811
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=15
2010-08-31 12:17:29 +00:00
OBS User autobuild
634972220b Accepting request 34490 from devel:libraries:c_c++
checked in (request 34490)

OBS-URL: https://build.opensuse.org/request/show/34490
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=14
2010-03-12 00:10:58 +00:00
Stephan Kulow
e93be97192 Accepting request 34467 from home:oertel:branches:devel:libraries:c_c++
Copy from home:oertel:branches:devel:libraries:c_c++/Botan via accept of submit request 34467 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34467
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=13
2010-03-10 11:27:31 +00:00