Add part of chain verify SSL support code: not complete or doing anything
authorDr. Stephen Henson <steve@openssl.org>
Mon, 29 Nov 1999 01:09:25 +0000 (01:09 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 29 Nov 1999 01:09:25 +0000 (01:09 +0000)
commit13938acecae8f1b455812d0388e2891abd1c096d
treea0c899c89f6126f075ca6b88f15f3134bfe21ebe
parent51630a37069a0792f2d6ad6ce33e9c5cca27b69c
Add part of chain verify SSL support code: not complete or doing anything
yet.

Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
of "inheriting" purpose and trust from a parent structure and using a default:
this will be used in the SSL code and possibly future S/MIME.

Partial documentation of the 'verify' utility. Still need to document how all
the extension checking works and the various error messages.
18 files changed:
apps/verify.c
apps/x509.c
crypto/x509/Makefile.ssl
crypto/x509/x509.h
crypto/x509/x509_err.c
crypto/x509/x509_lu.c
crypto/x509/x509_v3.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
crypto/x509v3/v3_purp.c
crypto/x509v3/x509v3.h
doc/man/dsa.pod
doc/man/rsa.pod
doc/man/verify.pod [new file with mode: 0644]
doc/man/x509.pod
ssl/ssl.h
ssl/ssl_lib.c
util/libeay.num