diff options
author | Bodo Möller <bodo@openssl.org> | 2000-10-23 16:36:18 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-10-23 16:36:18 +0200 |
commit | 421cb50b2d5b7ecabda090fb69433cfb178321e8 (patch) | |
tree | 46d2aa8fe088348ff9266868a5e229a1bcfb1270 /STATUS | |
parent | Correction from Tani Hosokawa <unknown@riverstyx.net> (diff) | |
download | openssl-421cb50b2d5b7ecabda090fb69433cfb178321e8.tar.xz openssl-421cb50b2d5b7ecabda090fb69433cfb178321e8.zip |
Cert chain verification is useable by now.
Whether Steve is still working on 'proper' verification is up to
him to decide ...
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 2000/10/23 08:01:41 $ + ______________ $Date: 2000/10/23 14:36:18 $ DEVELOPMENT STATE @@ -25,7 +25,7 @@ o Steve is currently working on (in no particular order): ASN1 code redesign, butchery, replacement. EVP cipher enhancement. - Proper (or at least usable) certificate chain verification. + /* Proper (or at least usable) certificate chain verification. */ Private key, certificate and CRL API and implementation. Developing and bugfixing PKCS#7 (S/MIME code). Various X509 issues: character sets, certificate request extensions. |