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

ASN1PARSER(1)							   User Commands						     ASN1PARSER(1)

NAME
asn1Parser - ASN.1 syntax tree generator for libtasn1 SYNOPSIS
asn1Parser [OPTION] FILE DESCRIPTION
Read FILE with ASN.1 definitions and generate a C array that is used with libtasn1 functions. Mandatory arguments to long options are mandatory for short options too. -c, --check checks the syntax only -o, --output=FILE output file -n, --name=NAME array name -h, --help display this help and exit -v, --version output version information and exit AUTHOR
Written by Fabio Fiorina. REPORTING BUGS
Report bugs to: help-libtasn1@gnu.org GNU Libtasn1 home page: <http://www.gnu.org/software/libtasn1/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for asn1Parser is maintained as a Texinfo manual. If the info and asn1Parser programs are properly installed at your site, the command info libtasn1 should give you access to the complete manual. asn1Parser (libtasn1) 3.3 March 2013 ASN1PARSER(1)
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