diff options
author | Rob Austein <sra@hactrn.net> | 2006-06-22 17:04:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-06-22 17:04:52 +0000 |
commit | 3ba77f8f715083c69c3e26ae5fba12a1ce45f92c (patch) | |
tree | 95b59ac00e2fd081ee6d561270e7f37cf6c2656c /openssl | |
parent | b067ae08284c7e7e65a4f663f4e4b1363c1facf4 (diff) |
*** empty log message ***
svn path=/openssl/README; revision=13
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/openssl/README b/openssl/README index 460fb3a5..6b282295 100644 --- a/openssl/README +++ b/openssl/README @@ -33,9 +33,12 @@ code doesn't know much about). openssl.txt refers the reader to the certificate policy extension handler as an example of how to write a raw extension. The relevant -file appears to be crypto/x509v3/v3_cpols.c. This is indeed a -complicated mess, but it's a surprisingly good tutorial, on about the -tenth reading. +file appears to be + + crypto/x509v3/v3_cpols.c + +This is indeed a complicated mess, but it's a surprisingly good +tutorial, on about the tenth reading. Aside from the method interface and routines described in openssl.txt, v3_cpols.c also includes a bunch of template junk for the ASN.1 |