Add CRL utility functions to allow CRLs to be
authorDr. Stephen Henson <steve@openssl.org>
Fri, 17 Aug 2001 00:33:43 +0000 (00:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 17 Aug 2001 00:33:43 +0000 (00:33 +0000)
commit35bf35411c332fcfb51731e00e1f2cfb497a5ce9
tree370f53abc348d331e322dcac908337a066467993
parent54fbc77dc8718f1c6804a198fede84c193caf987
Add CRL utility functions to allow CRLs to be
built up without accessing structures directly.

Update ca.c to use new functions.

Fix ca.c so it now build CRLs correctly again.
CHANGES
apps/ca.c
crypto/x509/Makefile.ssl
crypto/x509/x509.h
crypto/x509/x509cset.c [new file with mode: 0644]