~ubuntu-branches/ubuntu/precise/libtasn1-3/precise-updates

« back to all changes in this revision

Viewing changes to doc/man/asn1_der_coding.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-03-15 19:16:34 UTC
  • mfrom: (1.2.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315191634-015aowhjrrvlwjnm
* New upstream version.
* Do not run test-suite when cross compiling. Closes: #554343

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "asn1_der_coding" 3 "2.4" "libtasn1" "libtasn1"
 
2
.TH "asn1_der_coding" 3 "2.5" "libtasn1" "libtasn1"
3
3
.SH NAME
4
 
asn1_der_coding \- Creates the DER encoding for the NAME structure
 
4
asn1_der_coding \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <libtasn1.h>
7
7
.sp
23
23
Creates the DER encoding for the NAME structure (inside *POINTER
24
24
structure).
25
25
.SH "RETURNS"
26
 
.SH "ASN1_SUCCESS"
27
 
DER encoding OK.
28
 
.SH "ASN1_ELEMENT_NOT_FOUND"
29
 
NAME is not a valid element.
30
 
.SH "ASN1_VALUE_NOT_FOUND"
31
 
There is an element without a value.
32
 
.SH "ASN1_MEM_ERROR"
33
 
\fIider\fP vector isn't big enough. Also in this case
34
 
LEN will contain the length needed.
35
26
.SH COPYRIGHT
36
27
Copyright \(co 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc..
37
28
.br