Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgnutlsxx(3) [opensolaris 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)

Check Out this Related Man Page

libtasn1(3)							   User Commands						       libtasn1(3)

NAME
libtasn1 - a library for Abstract Syntax Notation One (ASN.1) DESCRIPTION
libtasn1 is a library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation. The main features of this library are: o On line ASN.1 structure management that does not require any C code file generation. o Off line ASN.1 structure management with C code file generation containing an array o DER (Distinguish Encoding Rules) encoding o No limits for INTEGER and ENUMERATED values o It is thread-safe. No global variables are used and multiple library handles and session handles may be used in parallel o It is portable. It should work on all UNIX-like operating systems, including Windows. The library itself should be portable to any C89 system, not even POSIX is required FILES
The following files are used by this application: /usr/lib/libtasn1.so libtasn1 shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibtasn1 | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libgnutls(1), attributes(5), gnome-interfaces(5) http://josefsson.org/gnutls/manual/libtasn1/libtasn1.html NOTES
Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 16 Jun 2008 libtasn1(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sun Solaris Sun Java Desktop

(20 Replies)
Discussion started by: Spooky
20 Replies

2. UNIX for Dummies Questions & Answers

Help in sort command

I am new to unix. Could anyone tell me what the following command does. cat *.caller.dat | grep "," | sort -t\" -k 2,2 -u -T $SORTING_DIR > external_source.sort Your help would be much appreciated. Thanks in advance. (7 Replies)
Discussion started by: srikanth_ksv
7 Replies

3. 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