asn1_der_decoding



asn1_der_decoding

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
COPYRIGHT
SEE ALSO

NAME

asn1_der_decoding − API function

SYNOPSIS

#include <libtasn1.h>

int asn1_der_decoding(asn1_node * element, const void * ider, int ider_len, char * errorDescription);

ARGUMENTS

asn1_node * element

pointer to an ASN1 structure.

const void * ider

vector that contains the DER encoding.

int ider_len

number of bytes of * ider : ider [0].. ider [len−1].

char * errorDescription

null−terminated string contains details when an error occurred.

DESCRIPTION

Fill the structure * element with values of a DER encoding string. The structure must just be created with function asn1_create_element().

Note that the * element variable is provided as a pointer for historical reasons.

RETURNS

ASN1_SUCCESS if DER encoding OK, ASN1_ELEMENT_NOT_FOUND if ELEMENT is NULL, and ASN1_TAG_ERROR or ASN1_DER_ERROR if the der encoding doesn’t match the structure name (* ELEMENT deleted).

COPYRIGHT

Copyright © 2006-2013 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. As an alternative you may obtain the manual from:

http://www.gnu.org/software/libtasn1/manual/




More Linux Commands

manpages/cerfcf.3.html
cerfcf(3) - complex error function - Linux manual page......
The (unimplemented) function cerf() is the complex version of the error function. erf(z) = 2/sqrt(pi) * integral from 0 to z of exp(-t*t) dt. The function cerfc

manpages/printw.3ncurses.html
printw(3ncurses) - print formatted output in curses windows
printw.3ncurses - The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by pr

manpages/intel_upload_blit_small.1.html
intel_upload_blit_small(1) - microbenchmark of Intel GPU per
intel_upload_blit_small is a microbenchmark tool for DRM performance. It should be run with kernel modesetting enabled, and may require root privilege for corre

manpages/squid_session.8.html
squid_session(8) - Squid session tracking external acl group
This helper maintains a concept of sessions by monitoring requests and timing out sessions if no requests have been seen for the idle timeout timer. Intended us

manpages/filetest.3pm.html
filetest(3pm) - Perl pragma to control the filetest permissi
This pragma tells the compiler to change the behaviour of the filetest permission operators, -r -w -x -R -W -X (see perlfunc). The default behaviour of file tes

manpages/erfcl.3.html
erfcl(3) - complementary error function - Linux manual page
The erfc() function returns the complementary error function of x, that is, 1.0 - erf(x). RETURN VALUE On success, these functions return the complementary erro

manpages/attroff.3ncurses.html
attroff(3ncurses) - curses character and window attribute co
These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the windo

manpages/menu_opts_off.3menu.html
menu_opts_off(3menu) - set and get menu options (Man Page)
The function set_menu_opts sets all the given menus option bits (menu option bits may be logically-ORed together). The function menu_opts_on turns on the given

manpages/cur_term.3ncurses.html
cur_term(3ncurses) - curses terminfo global variables.......
This page summarizes variables provided by the curses librarys low-level terminfo interface. A more complete description is given in the curs_terminfo(3X) manua

manpages/gnutls_certificate_client_set_retrieve_function.3.html
gnutls_certificate_client_set_retrieve_function.3...........
gnutls_certificate_client_set_retrieve_function.3 - This function sets a callback to be called in order to retrieve the certificate to be used in the handshake.

manpages/Tcl_DictObjPut.3.html
Tcl_DictObjPut(3) - manipulate Tcl objects as dictionaries
Tcl dictionary objects have an internal representation that supports efficient mapping from keys to values and which guarantees that the particular ordering of

manpages/Tcl_ChannelGetOptionProc.3.html
Tcl_ChannelGetOptionProc(3) - procedures for creating and ma
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for





We can't live, work or learn in freedom unless the software we use is free.