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 operat-
ing 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
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibtasn1
Interface stability Volatile
SEE ALSO
SunOS 5.11 Last change: 16 Jun 2008 1
User Commands libtasn1(3)
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 Last change: 16 Jun 2008 2
|