Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

Check Out this Related Man Page

asn1_array2tree(3)						     libtasn1							asn1_array2tree(3)

NAME
asn1_array2tree - API function SYNOPSIS
#include <libtasn1.h> asn1_retCode asn1_array2tree(const ASN1_ARRAY_TYPE * array, ASN1_TYPE * definitions, char * errorDescription); ARGUMENTS
const ASN1_ARRAY_TYPE * array specify the array that contains ASN.1 declarations ASN1_TYPE * definitions return the pointer to the structure created by *ARRAY ASN.1 declarations char * errorDescription return the error description. DESCRIPTION
Creates the structures needed to manage the ASN.1 definitions. array is a vector created by asn1_parser2array(). RETURNS
ASN1_SUCCESS if structure was created correctly, ASN1_ELEMENT_NOT_EMPTY if *definitions not ASN1_TYPE_EMPTY, ASN1_IDENTIFIER_NOT_FOUND if in the file there is an identifier that is not defined (see errorDescription for more information), ASN1_ARRAY_ERROR if the array pointed by array is wrong. COPYRIGHT
Copyright (C) 2006-2011 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for libtasn1 is maintained as a Texinfo manual. If the info and libtasn1 programs are properly installed at your site, the command info libtasn1 should give you access to the complete manual. libtasn1 2.13 asn1_array2tree(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

file management in unix

hello In unix system, is there any file management like Window Explorer in Windows system. If it has, what is different between them. Could you please help because I do not have any idea about UNIX thank you john (5 Replies)
Discussion started by: johnhelen
5 Replies

2. SCO

Distinguish between file systems

Hello, is there any command in SCO unix by which I can check if the file system is HTFS or DTFS? Thanks (1 Reply)
Discussion started by: Mick
1 Replies

3. Programming

ASN.1 Decoder UNIX Code

Kindly help i need to write a code for Decode/Compile the ASN.1 which is found in javascript or C language if any got a final working Code:D (16 Replies)
Discussion started by: teefa
16 Replies

4. Programming

ASN.1 decoder

Hi All, I am fairly new to this so please forgive me, Currently I have an ASN.1 which I would like the ability to load this to my work server in order to enter a string of output decode and display the output. There are methods online as shown on ASN.1 JavaScript decoder however I have... (3 Replies)
Discussion started by: mutley2202
3 Replies