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

« back to all changes in this revision

Viewing changes to doc/texi/asn1_der_coding.texi

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 16:42:04 UTC
  • mfrom: (11.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110520164204-fpsa7kh6k71kagwf
Tags: 2.9-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
Creates the DER encoding for the NAME structure (inside *POINTER
16
16
structure).
17
17
 
18
 
@strong{Returns:} @end deftypefun
 
18
@strong{Returns:} @code{ASN1_SUCCESS} if DER encoding OK, @code{ASN1_ELEMENT_NOT_FOUND}
 
19
if @code{name} is not a valid element, @code{ASN1_VALUE_NOT_FOUND} if there
 
20
is an element without a value, @code{ASN1_MEM_ERROR} if the @code{ider}
 
21
vector isn't big enough and in this case @code{len} will contain the
 
22
length needed.
 
23
@end deftypefun
19
24