Botan 1.7.24 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Botan 1.7.24 (Development branch)
# 1  
Old 12-01-2008
Botan 1.7.24 (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 is the third release candidate for Botan1.8.0. This release fixes a bug that preventedinteroperability using the EMSA3/PKCS1v1.5signature padding scheme with the SHA-512 hashfunction. A bug preventing the EGD/PRNGD entropypoller from working properly was also fixed. Avariant of EMSA3 called EMSA3_Raw (or CKM_RSA_PKCSin PKCS #11) was added, as was support for usingthe SHA-224 hash function with the EMSA2 and EMSA3padding schemes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
libgcrypt(3)							C Library Functions						      libgcrypt(3)

NAME
libgcrypt - libgcrypt is a general purpose cryptographic library based on the code from GnuPG. DESCRIPTION
libgcrypt is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibgcrypt | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ FILES
The following files are used by this application: /usr/lib/libgcrypt.so cryptographic library SEE ALSO
libgcrypt-config(1), dumpsexp(1), attributes(5), gnome-interfaces(5) NOTES
Sun does not guarantee the stability of these interfaces and does not recommend their use. API documentation for these interfaces is pro- vided by the GNU community for those who wish to develop using these interfaces. However, you can visit the following URL for more informa- tion: http://www.gnupg.org/documentation/manuals/gcrypt/. Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 28 Jul 2008 libgcrypt(3)