]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/c-examples/test-lib/README
Security-28.tar.gz
[apple/security.git] / SecuritySNACCRuntime / c-examples / test-lib / README
1 (RCS control information is at the end of this file.)
2
3
4 C test_lib README
5 -----------------
6
7 This directory should have 3 files:
8 README - this file
9 makefile
10 test_lib.c
11
12 Type "make" to compile test_lib.
13
14 test_lib tests each encode and decode routine in the C ASN.1
15 runtime library. Errors will be reported.
16
17 test_lib should be run for each machine architecture you install snacc on.
18 If you modify the library routines you should run test_lib again.
19
20 The general testing methodology is:
21 1. test the buffer routines
22 2. test tags
23 3. test lengths
24 4. test each libarary type.
25
26 For each type, a range of values is encoded and then decoded
27 and and compared with the original value.
28
29 #-------------------------------------------------------------------------------
30 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/c-examples/test-lib/README,v 1.1.1.1 2001/05/18 23:14:07 mb Exp $
31 # $Log: README,v $
32 # Revision 1.1.1.1 2001/05/18 23:14:07 mb
33 # Move from private repository to open source repository
34 #
35 # Revision 1.1.1.1 1999/03/16 18:06:09 aram
36 # Originals from SMIME Free Library.
37 #
38 # Revision 1.2 1997/02/16 20:26:19 rj
39 # check-in of a few cosmetic changes
40 #
41 # Revision 1.1 1994/08/31 08:46:36 rj
42 # first check-in. for a list of changes to the snacc-1.1 distribution please refer to the ChangeLog.
43 #