Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgcrypt(3) [opensolaris man page]

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)

Check Out this Related Man Page

libgnutls(3)							C Library Functions						      libgnutls(3)

NAME
libgnutls - a TLS library DESCRIPTION
GnuTLS is a modern C library that implements the standard network security protocol Transport Layer Security (TLS), for use by network applications. It provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group. A number of projects in Solaris Desktop such as Evolution, Pidgin, Ekiga and Vino depend on it. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnutls | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libgnutls-config(1), libgnutlsxx(3), libatsn1(3), attributes(5), gnome-interfaces(5) http://www.gnu.org/software/gnutls/manual/gnutls.html 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. Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 31 Jul 2008 libgnutls(3)
Man Page

2 More Discussions You Might Find Interesting

1. HP-UX

how could find HP UX application develop library

if I would like to develop application on HP UX ,where can I serarch the library and API ,like develop windows application with MSDN thanks (1 Reply)
Discussion started by: alert0919
1 Replies

2. Solaris

Assigning cryptographic resources to the control domain

Sun documentation suggests that we need to assign cryptographic resources to the control domain as part of the initial configuration. I searched the documentation to better understand the purpose of this and know recommendation/limitation. I am doing this for Netra T5220 and wondering if the... (5 Replies)
Discussion started by: StarSol
5 Replies