Botan 1.7.22 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Botan 1.7.22 (Development branch)
# 1  
Old 11-17-2008
Botan 1.7.22 (Development branch)

Botan is a C++ library of cryptographic algorithms, including AES, DES, SHA-1, RSA, DSA, Diffie-Hellman, and many others. It also supports X.509 certificates and CRLs, and PKCS #10 certificate requests, and has a high level filter/pipe message processing system. The library is easily portable to most systems and compilers, and includes a substantial tutorial and API reference.License: BSD License (revised)Changes:
This release adds much finer grained control ofalgorithm provider specifications, allowingapplications to more easily choose amongimplementations. Nested constructions like HMACand CMAC now properly acquire the preferredimplementations rather than always using thebaseline C++ implementations. The AESimplementation has been optimized somewhat, and isabout 10% faster on x86-64 processors. Severalmemory leaks introduced in PBE_PKCS5v20 in theprevious release have also been fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question