aboutsummaryrefslogtreecommitdiff
path: root/openssl/README
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/README')
-rw-r--r--openssl/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/openssl/README b/openssl/README
index d1851f09..186d2269 100644
--- a/openssl/README
+++ b/openssl/README
@@ -302,15 +302,18 @@ Random reminders and notes to myself:
this, the code needing modification would be:
- crypto/x509/x509.h: add rfc3779_addr and rfc3779_asid fields to
- struct x509_st.
+ struct x509_st. [done]
- crypto/asn1/x_x509.c: add initialization and cleanup code to
x509_cb() (set new fields to NULL for ASN1_OP_NEW_POST, free new
- fields for ASN1_OP_FREE_POST).
+ fields for ASN1_OP_FREE_POST). [done]
- crypto/x509v3/v3_purp.c: add code to x509v3_cache_extensions() to
call X509_get_ext_d2i() for our extensions and stash the result in
the corresponding struct x509_st fields (see the akid handling).
+ [done]
+
+ - Rewrite path validation routines to use this new stuff.
- I need to rewrite the path validation code anyway to allow null
inheritance, per mailing list discussion.