1 (RCS control information is at the end of this file.)
7 This directory contains the type definitions and the encode, decode,
8 free and print routines for all of the built-in ASN.1 types. It also
9 contains the code for three different buffer types.
11 The makefile will produce 3 different libraries, one for each buffer
12 type. Each buffer types requires a different library because many of
13 the buffer routine calls made from the encode and decode library
14 routines are macros (for performance reasons).
17 libasn1cebuf.a - uses the ExpBufs
18 libasn1cmbuf.a - uses the MinBufs
19 libasn1csbuf.a - uses the SBufs
21 See the documentation for a full descriptions of the buffer types.
22 You must link your code with proper library (i.e. if you use SBufs,
23 link with libasn1csbuf.a).
25 #-------------------------------------------------------------------------------
26 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/c-lib/README,v 1.1.1.1 2001/05/18 23:14:07 mb Exp $
28 # Revision 1.1.1.1 2001/05/18 23:14:07 mb
29 # Move from private repository to open source repository
31 # Revision 1.1.1.1 1999/03/16 18:06:10 aram
32 # Originals from SMIME Free Library.
34 # Revision 1.2 1994/08/31 23:50:07 rj
35 # textual change to adapt to change of directory tree.