diff options
author | Rob Austein <sra@hactrn.net> | 2006-06-21 18:16:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-06-21 18:16:45 +0000 |
commit | bf9c48329a50ac0cecf2a2ebf785448026547a1a (patch) | |
tree | 73225f0ea1adb317fd9fa1d157fd83baf3f03cc6 /openssl | |
parent | 15ee264a4020a028efb8871a08d16103761eea2a (diff) |
ocsp example
svn path=/openssl/README; revision=8
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index 07019367..1bf6453a 100644 --- a/openssl/README +++ b/openssl/README @@ -76,6 +76,10 @@ generating Perl code: crypto/objects/obj_mac.h crypto/objects/obj_dat.h +Nice example of "new" style ASN.1: + + demos/asn1/ocsp.c + Much of the code shows a heavy Perl influence, presumably dating back clear to Eric Young. Some of the internal data structure operators have names that only make sense to a Perl programmer. Where code is |