./security/botan-devel, Portable, easy to use, and efficient C++ crypto library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q3, Version: 1.11.16, Package name: botan-1.11.16, Maintainer: pkgsrc-users

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.

The development version contains a much improved TLS infrastructure.
It also depends on C++11.


Required to run:
[devel/boost-libs]

Required to build:
[lang/python27] [devel/boost-headers]

Master sites:

SHA1: 7214da75a638a7b4a233aca4eccd94d8c688fd52
RMD160: 7b82dd41243b7bb53d3d667db58afd7e2f948871
Filesize: 2777.134 KB

Version history: (Expand)


CVS history: (Expand)


   2015-10-26 21:09:37 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4843 - requested by joerg
security/botan-devel: build fix

Revisions pulled up:
- security/botan-devel/Makefile                                 1.11

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Wed Oct 21 21:29:14 UTC 2015

   Modified Files:
   	pkgsrc/security/botan-devel: Makefile

   Log message:
   For amd64 builds, override the automatic CPU detection. It fails on
   SmartOS for 64bit builds.