pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/botan-devel



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 18:39:24 UTC 2015

Modified Files:
        pkgsrc/security/botan-devel: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/botan-devel/patches: patch-src_build-data_cc_clang.txt
            patch-src_build-data_makefile_header.in
            patch-src_lib_alloc_locking__allocator_locking__allocator.cpp
            patch-src_lib_kdf_kdf.h

Log Message:
Update to Botan 1.11.16:
- Switch to using IETF ALPN extension for negotiating application-level
  protocols for TLS in place of NPN extension.
- Optimizations for ECDSA
- Allow using OpenSSL's RSA implementation
- RC4 is deprecated and will be removed in the future
- Removed global state like the global PRNG.
- Cleaner registration for algorithm etc, potentially requires changes
  for statically linked programs.
- Simple C binding for common operations
- Optimized reductors for P-192, P-224, P-256, P-384, P-521
- Experimental OCB support for TLS
- Reduced memory footprint of CTR
- botan-config has been merged into botan
- Removal of SSLv3 support
- MCEIES, DTLS-STRP, SipHash, Curve25519, Poly1305, ChaCha20Poly1305
  supported
- Changed format of serialized TLS sessions
- TLS heartbeat messages support user-defined size of padding for PMTU
  discovery
- RFC 6979 support for deterministic nouns and signatures with DSA and ECDSA
- Support for TLS fallback signaling


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/botan-devel/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/botan-devel/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/botan-devel/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/botan-devel/patches/patch-src_build-data_cc_clang.txt \
    pkgsrc/security/botan-devel/patches/patch-src_build-data_makefile_header.in \
    pkgsrc/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp \
    pkgsrc/security/botan-devel/patches/patch-src_lib_kdf_kdf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index