aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-26 16:30:46 +0000
committerRob Austein <sra@hactrn.net>2006-07-26 16:30:46 +0000
commit1edaeb06de5b416561e440bf36ab97bf31e9fdc8 (patch)
tree1c711b386ceac4fe991754a51ee64ed5bd0ffd0d /openssl
parent61087885ac00f1caa5758469cfe553ac231b97b0 (diff)
time for breakfast
svn path=/openssl/README; revision=89
Diffstat (limited to 'openssl')
-rw-r--r--openssl/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index 89827466..666fe753 100644
--- a/openssl/README
+++ b/openssl/README
@@ -525,3 +525,14 @@ the numeric tag ("as.0", "as.1", etc) which we're not handling. Check
what other extensions (eg subjectAltName) do about this.
Ah, we should use name_cmp() instead of strcmp(), ok.
+
+Might be able to get rid of inet_pton(): see ipv4_from_asc() and
+ipv6_from_asc() in v3_utl.c.
+
+Ok, name_cmp() nailed the indirect section problem, and the
+IPAddrBlocks insertion problem was a bad pointer, fixed. Amazingly
+enough, the addr code to collapse ranges into prefixes is working.
+
+ASID code is not merging individual AS numbers into ranges properly.
+
+Time for breakfast.