diff options
Diffstat (limited to 'sbin/isakmpd/DESIGN-NOTES')
-rw-r--r-- | sbin/isakmpd/DESIGN-NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/DESIGN-NOTES b/sbin/isakmpd/DESIGN-NOTES index 32b45698c2c..c4bb8934062 100644 --- a/sbin/isakmpd/DESIGN-NOTES +++ b/sbin/isakmpd/DESIGN-NOTES @@ -1,5 +1,5 @@ -$OpenBSD: DESIGN-NOTES,v 1.11 1999/06/02 06:32:35 niklas Exp $ -$EOM: DESIGN-NOTES,v 1.44 1999/05/25 07:51:18 niklas Exp $ +$OpenBSD: DESIGN-NOTES,v 1.12 1999/07/07 22:14:56 niklas Exp $ +$EOM: DESIGN-NOTES,v 1.45 1999/06/15 11:33:37 niklas Exp $ General coding conventions -------------------------- @@ -31,7 +31,7 @@ TOC --- app.c Application support. asn.c ASN.1 utilities. -asn_useful.c ASN.1. useful structure defintions. +asn_useful.c ASN.1 useful structure defintions. cert.c Dispatching certificate related functions to the according module based on the encoding. conf.c Interface to isakmpd configuration. @@ -75,6 +75,7 @@ message.c Generic message handling. pf_encap.c Interface with PF_ENCAP sockets (for use with IPSEC). pf_key_v2.c Interface with PF_KEY sockets (for use with IPSEC). pkcs.c PKCS#1: RSA Encryption Standard. +policy.c Keynote glue. prf.c Pseudo random functions. sa.c Handling of Security Associations (SAs). sysdep/*/sysdep.c |