]> git.saurik.com Git - apple/security.git/blame_incremental - SecuritySNACCRuntime/c-lib/README
Security-54.1.3.tar.gz
[apple/security.git] / SecuritySNACCRuntime / c-lib / README
... / ...
CommitLineData
1(RCS control information is at the end of this file.)
2
3
4C ASN.1 library README
5----------------------
6
7This directory contains the type definitions and the encode, decode,
8free and print routines for all of the built-in ASN.1 types. It also
9contains the code for three different buffer types.
10
11The makefile will produce 3 different libraries, one for each buffer
12type. Each buffer types requires a different library because many of
13the buffer routine calls made from the encode and decode library
14routines are macros (for performance reasons).
15
16The 3 libararies are:
17 libasn1cebuf.a - uses the ExpBufs
18 libasn1cmbuf.a - uses the MinBufs
19 libasn1csbuf.a - uses the SBufs
20
21See the documentation for a full descriptions of the buffer types.
22You must link your code with proper library (i.e. if you use SBufs,
23link with libasn1csbuf.a).
24
25#-------------------------------------------------------------------------------
26# $Header: /cvs/Darwin/src/live/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#