diff options
Diffstat (limited to 'src/lib/libcrypto/des/FILES0')
| -rw-r--r-- | src/lib/libcrypto/des/FILES0 | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/src/lib/libcrypto/des/FILES0 b/src/lib/libcrypto/des/FILES0 index 4c7ea2de7a..2e8211ad2a 100644 --- a/src/lib/libcrypto/des/FILES0 +++ b/src/lib/libcrypto/des/FILES0 | |||
| @@ -1,31 +1,10 @@ | |||
| 1 | /* General stuff */ | 1 | /* General stuff */ |
| 2 | COPYRIGHT - Copyright info. | 2 | COPYRIGHT - Copyright info. |
| 3 | MODES.DES - A description of the features of the different modes of DES. | ||
| 4 | FILES - This file. | 3 | FILES - This file. |
| 5 | INSTALL - How to make things compile. | ||
| 6 | Imakefile - For use with kerberos. | ||
| 7 | README - What this package is. | 4 | README - What this package is. |
| 8 | VERSION - Which version this is and what was changed. | 5 | VERSION - Which version this is and what was changed. |
| 9 | KERBEROS - Kerberos version 4 notes. | ||
| 10 | Makefile.PL - An old makefile to build with perl5, not current. | ||
| 11 | Makefile.ssl - The SSLeay makefile | ||
| 12 | Makefile.uni - The normal unix makefile. | ||
| 13 | GNUmakefile - The makefile for use with glibc. | ||
| 14 | makefile.bc - A Borland C makefile | ||
| 15 | times - Some outputs from 'speed' on some machines. | ||
| 16 | vms.com - For use when compiling under VMS | ||
| 17 | |||
| 18 | /* My SunOS des(1) replacement */ | ||
| 19 | des.c - des(1) source code. | ||
| 20 | des.man - des(1) manual. | ||
| 21 | |||
| 22 | /* Testing and timing programs. */ | ||
| 23 | destest.c - Source for libdes.a test program. | ||
| 24 | speed.c - Source for libdes.a timing program. | ||
| 25 | rpw.c - Source for libdes.a testing password reading routines. | ||
| 26 | 6 | ||
| 27 | /* libdes.a source code */ | 7 | /* libdes.a source code */ |
| 28 | des_crypt.man - libdes.a manual page. | ||
| 29 | des.h - Public libdes.a header file. | 8 | des.h - Public libdes.a header file. |
| 30 | ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code. | 9 | ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code. |
| 31 | ecb3_enc.c - des_ecb3_encrypt() source. | 10 | ecb3_enc.c - des_ecb3_encrypt() source. |
| @@ -62,35 +41,4 @@ des_ver.h - header file for the external definition of the | |||
| 62 | version string. | 41 | version string. |
| 63 | des.doc - SSLeay documentation for the library. | 42 | des.doc - SSLeay documentation for the library. |
| 64 | 43 | ||
| 65 | /* The perl scripts - you can ignore these files they are only | ||
| 66 | * included for the curious */ | ||
| 67 | des.pl - des in perl anyone? des_set_key and des_ecb_encrypt | ||
| 68 | both done in a perl library. | ||
| 69 | testdes.pl - Testing program for des.pl | ||
| 70 | doIP - Perl script used to develop IP xor/shift code. | ||
| 71 | doPC1 - Perl script used to develop PC1 xor/shift code. | ||
| 72 | doPC2 - Generates sk.h. | ||
| 73 | PC1 - Output of doPC1 should be the same as output from PC1. | ||
| 74 | PC2 - used in development of doPC2. | ||
| 75 | shifts.pl - Perl library used by my perl scripts. | ||
| 76 | |||
| 77 | /* I started making a perl5 dynamic library for libdes | ||
| 78 | * but did not fully finish, these files are part of that effort. */ | ||
| 79 | DES.pm | ||
| 80 | DES.pod | ||
| 81 | DES.xs | ||
| 82 | t | ||
| 83 | typemap | ||
| 84 | |||
| 85 | /* The following are for use with sun RPC implementaions. */ | ||
| 86 | rpc_des.h | ||
| 87 | rpc_enc.c | ||
| 88 | |||
| 89 | /* The following are contibuted by Mark Murray <mark@grondar.za>. They | ||
| 90 | * are not normally built into libdes due to machine specific routines | ||
| 91 | * contained in them. They are for use in the most recent incarnation of | ||
| 92 | * export kerberos v 4 (eBones). */ | ||
| 93 | supp.c | ||
| 94 | new_rkey.c | ||
| 95 | |||
| 96 | 44 | ||
