Mon Jun 26 11:41:00 2023 UTC ()
botan2: update DESCR


(wiz)
diff -r1.1 -r1.2 pkgsrc/security/botan2/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/security/botan2/DESCR (expand / switch to unified diff)

--- pkgsrc/security/botan2/DESCR 2022/04/01 08:01:11 1.1
+++ pkgsrc/security/botan2/DESCR 2023/06/26 11:41:00 1.2
@@ -1,15 +1,12 @@ @@ -1,15 +1,12 @@
1Botan is a crypto library written in C++. It provides a variety of 1Botan is a crypto library written in C++. It provides a variety of
2cryptographic algorithms, including common ones such as AES, MD5, SHA, 2cryptographic algorithms, including common ones such as AES, MD5, SHA,
3HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that 3HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that
4are more obscure or specialized. It also offers X.509v3 certificates 4are more obscure or specialized. It also offers X.509v3 certificates
5and CRLs, and PKCS #10 certificate requests. A message processing 5and CRLs, and PKCS #10 certificate requests. A message processing
6system that uses a filter/pipeline metaphor allows for many common 6system that uses a filter/pipeline metaphor allows for many common
7cryptographic tasks to be completed with just a few lines of code. 7cryptographic tasks to be completed with just a few lines of code.
8Assembly optimizations for common CPUs, including x86, x86-64, and 8Assembly optimizations for common CPUs, including x86, x86-64, and
9PowerPC, offers further speedups for critical tasks such as SHA-1 9PowerPC, offers further speedups for critical tasks such as SHA-1
10hashing and multiple precision integer operations. 10hashing and multiple precision integer operations.
11 11
12This package contains major version 2 of the library. 12This package contains the old major version 2 of the library.
13 
14The version contains a much improved TLS infrastructure. It also 
15depends on C++11.