]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/c-lib/README
Security-54.1.tar.gz
[apple/security.git] / SecuritySNACCRuntime / c-lib / README
1 (RCS control information is at the end of this file.)
2
3
4 C ASN.1 library README
5 ----------------------
6
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.
10
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).
15
16 The 3 libararies are:
17 libasn1cebuf.a - uses the ExpBufs
18 libasn1cmbuf.a - uses the MinBufs
19 libasn1csbuf.a - uses the SBufs
20
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).
24
25 #-------------------------------------------------------------------------------
26 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/c-lib/README,v 1.1.1.1 2001/05/18 23:14:07 mb Exp $
27 # $Log: README,v $
28 # Revision 1.1.1.1 2001/05/18 23:14:07 mb
29 # Move from private repository to open source repository
30 #
31 # Revision 1.1.1.1 1999/03/16 18:06:10 aram
32 # Originals from SMIME Free Library.
33 #
34 # Revision 1.2 1994/08/31 23:50:07 rj
35 # textual change to adapt to change of directory tree.
36 #