Commit Graph

17 Commits

Author SHA1 Message Date
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
ajacoutot
ea8b7c2a67 SECURITY update to Botan 1.10.10.
CVE-2015-5726, CVE-2015-5727

from Brad
2015-09-18 20:29:11 +00:00
sthen
96ec4e0bee update to botan-1.10.9, from Brad 2015-04-18 09:58:59 +00:00
brad
6a161ec20d Update to Botan 1.10.8.
ok sthen@
2014-04-14 22:37:07 +00:00
brad
accc4f1e17 Update to Botan 1.10.7.
ok sthen@
2014-03-09 22:47:50 +00:00
landry
066c861585 I shipped you some documentation but i chmod'ed it 600 so that you cant
read it :(
2014-01-24 21:56:18 +00:00
brad
8ad08a32d3 Update to Botan 1.10.6.
ok sthen@
2013-12-24 14:39:56 +00:00
jturner
faec099762 Add support for mips64el and update to 1.10.5 while here.
ok brad@ bcallah@
2013-03-17 14:34:26 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
brad
17a27f0965 Update to Botan 1.10.4.
ok ajacoutot@
2013-02-03 09:55:15 +00:00
naddy
ff82a73ffb actually bump REVISION 2012-08-28 19:30:47 +00:00
ajacoutot
a73b0d4f87 sync WANTLIB after recent compiler change
from Brad
2012-08-25 17:10:58 +00:00
ajacoutot
ec4340a364 Remove lpthread patches from the "security" category. 2012-08-19 13:30:04 +00:00
ajacoutot
f6c4c2aeb4 Update to Botan 1.10.3.
A change in 1.10.2 accidentally broke ABI compatibility with
1.10.1 and earlier versions, causing programs compiled against
1.10.1 to crash if linked with 1.10.2 at runtime.

Recent versions of OpenSSL include extra information in ECC
private keys, the presence of which caused an exception when
such a key was loaded by botan. The decoding of ECC private
keys has been changed to ignore these fields if they are set.

from Brad
2012-07-15 08:12:13 +00:00
ajacoutot
b19dd97d26 Update to Botan 1.10.2.
from Brad
2012-07-04 12:03:42 +00:00
ajacoutot
f4107226d0 Unbreak. Wrong version of this port was imported. 2011-11-26 10:55:17 +00:00
jasper
79ca3f4145 import botan 1.10.1
Botan is a crypto library written in C++. It provides a variety of
cryptographic algorithms, including common ones such as AES, MD5, SHA,
HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that
are more obscure or specialized. It also offers X.509v3 certificates
and CRLs, and PKCS #10 certificate requests. A message processing
system that uses a filter/pipeline metaphor allows for many common
cryptographic tasks to be completed with just a few lines of code.
Assembly optimizations for common CPUs, including x86, x86-64, and
PowerPC, offers further speedups for critical tasks such as SHA-1
hashing and multiple precision integer operations.

from brad
tested by aja@ and me@
ok aja@
2011-11-26 09:07:52 +00:00