]>
Commit | Line | Data |
---|---|---|
bac41a7b A |
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 class definitions and the encode, decode, | |
8 | free and print methods for all of the built-in ASN.1 types. It also | |
9 | contains buffer routines. | |
10 | ||
11 | The makefile will produce one or two libraries, libasn1c++.a and | |
12 | libasn1tcl.a. | |
13 | Whether the tcl library is to be generated or not is determined at | |
14 | configuration time. | |
15 | ||
16 | In addition to the normal C++ libraries contents, the Tcl library | |
17 | contains the meta code and the Tcl interface described in the | |
18 | documentation. | |
19 | ||
20 | #------------------------------------------------------------------------------- | |
a66d0d4a | 21 | # $Header: /cvs/root/Security/SecuritySNACCRuntime/c++-lib/Attic/README,v 1.1.1.1 2001/05/18 23:14:05 mb Exp $ |
bac41a7b A |
22 | # $Log: README,v $ |
23 | # Revision 1.1.1.1 2001/05/18 23:14:05 mb | |
24 | # Move from private repository to open source repository | |
25 | # | |
26 | # Revision 1.1.1.1 1999/03/16 18:05:59 aram | |
27 | # Originals from SMIME Free Library. | |
28 | # | |
29 | # Revision 1.3 1995/07/24 15:45:53 rj | |
30 | # mention meta code and tcl interface and their additional libary. | |
31 | # | |
32 | # Revision 1.2 1994/09/01 00:55:55 rj | |
33 | # textual change to adapt to change of directory tree. | |
34 | # |