diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-17 04:26:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-17 04:26:51 +0000 |
commit | 6f1d1caa4037df90bb13f81e816d6151d59f5d6a (patch) | |
tree | c1cdc457ec9cffcf87ab4fd97b8164d31854f5b6 /openssl/README | |
parent | c582a857020b04d6509160fd9738dc7b7075267e (diff) |
Update notes.
svn path=/openssl/README; revision=167
Diffstat (limited to 'openssl/README')
-rw-r--r-- | openssl/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openssl/README b/openssl/README index bbf85160..a9aed4de 100644 --- a/openssl/README +++ b/openssl/README @@ -208,12 +208,6 @@ Random reminders and notes to myself: the other supported extensions. This was to make it easier for me to debug, but will proably need to be cleaned up eventually. -- It might be possible to get rid of inet_pton(): see ipv4_from_asc() - and ipv6_from_asc() in v3_utl.c. Similarly, it might not really be - necessary to use inet_ntop(), as we're mostly dealing with prefixes - here and thus can probably get away with a simplified IPv6 printout - routine that doesn't bother with "::" except at the end of a prefix. - - The reference for RDIs in RFC 3779 is incorrect. I've been told that the authoritative definition of RDIs is ISO 10747, available as http://www.acm.org/sigs/sigcomm/standards/iso_stds/IDRP/10747.TXT. |