Initial support for certificate policy checking and evaluation.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 23 Mar 2004 14:14:35 +0000 (14:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 23 Mar 2004 14:14:35 +0000 (14:14 +0000)
commit4acc3e907d29d8d61ae7e11ad7985a986332a1c1
tree97b0e178ea69ae6786e979d62cc480180c7431af
parent9449e38504dea3e1500cd58f40c1b2b904ef843d
Initial support for certificate policy checking and evaluation.

This is currently *very* experimental and needs to be more fully integrated
with the main verification code.
15 files changed:
CHANGES
crypto/asn1/x_x509.c
crypto/ossl_typ.h
crypto/stack/safestack.h
crypto/x509/x509.h
crypto/x509/x509_vfy.h
crypto/x509v3/Makefile.ssl
crypto/x509v3/pcy_cache.c [new file with mode: 0644]
crypto/x509v3/pcy_data.c [new file with mode: 0644]
crypto/x509v3/pcy_int.h [new file with mode: 0644]
crypto/x509v3/pcy_lib.c [new file with mode: 0644]
crypto/x509v3/pcy_map.c [new file with mode: 0644]
crypto/x509v3/pcy_node.c [new file with mode: 0644]
crypto/x509v3/pcy_tree.c [new file with mode: 0644]
crypto/x509v3/x509v3.h