diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-26 16:07:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-26 16:07:39 +0000 |
commit | b9d8f152710ac434a871c79574530fa69837ee9e (patch) | |
tree | 91dcd2f6a06ed2e2b1ed00e32e6a3ec58f849d89 | |
parent | e696b715eb7cfa90a96adf9e434513c3408ed7fa (diff) |
more bugs
svn path=/openssl/README; revision=84
-rw-r--r-- | openssl/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index 4b9520c7..d71cac13 100644 --- a/openssl/README +++ b/openssl/README @@ -514,3 +514,12 @@ ASN.1 and text. So strdup() is probably the right answer. addr v2i is having similar problems, inet_pton() doesn't like the slash of a prefix. Same answer I guess. + +Insertion algorithm for IPAddrBlocks doesn't appear to be working +right, I'm getting duplicate IPAddressFamily elements, each containing +a single address. + +@foo section indirection isn't working quite right yet: the conf +library does the right thing, but the CONF_VALUE->name we get back has +the numeric tag ("as.0", "as.1", etc) which we're not handling. Check +what other extensions (eg subjectAltName) do about this. |