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

« back to all changes in this revision

Viewing changes to doc/texi/asn1_der_decoding_element.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-01-23 15:20:23 UTC
  • mfrom: (1.1.11 upstream) (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100123152023-kghbxnvmss9zu3nl
Tags: 2.4-1
* New upstream version.
* Update debian/copyright.
* Drop cdbs simple-patchsys in favour of dpkg-source v3. Remove unneeded
  debian/README.source.
* Use dh_installinfo instead of dh_install for info files to get the
  recommended dependency on dpkg (>= 1.15.4) | install-info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
error occurred.
14
14
 
15
15
Fill the element named ELEMENTNAME with values of a DER encoding
16
 
string.  The sructure must just be created with function
17
 
'create_stucture'.  The DER vector must contain the encoding
 
16
string.  The structure must just be created with function
 
17
'asn1_create_element'.  The DER vector must contain the encoding
18
18
string of the whole STRUCTURE.  If an error occurs during the
19
19
decoding procedure, the *STRUCTURE is deleted and set equal to
20
20
@code{ASN1_TYPE_EMPTY}.