Move certificate request and CRL routines to x509 dir.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 22 Sep 2015 15:20:09 +0000 (16:20 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 22 Sep 2015 15:35:55 +0000 (16:35 +0100)
commit1e898fb0f58c9b6cee13917a8453809b1009fec2
treec0628c5cc1d16860d3dfc22f271459bd693c78eb
parent0d0099ea3b1825fe51bce11e076292e408b55feb
Move certificate request and CRL routines to x509 dir.

Reviewed-by: Rich Salz <rsalz@openssl.org>
12 files changed:
crypto/asn1/Makefile
crypto/asn1/asn1_locl.h
crypto/x509/Makefile
crypto/x509/t_crl.c [moved from crypto/asn1/t_crl.c with 100% similarity]
crypto/x509/t_req.c [moved from crypto/asn1/t_req.c with 100% similarity]
crypto/x509/t_x509.c [moved from crypto/asn1/t_x509.c with 100% similarity]
crypto/x509/t_x509a.c [moved from crypto/asn1/t_x509a.c with 100% similarity]
crypto/x509/x509_lcl.h
crypto/x509/x_crl.c [moved from crypto/asn1/x_crl.c with 99% similarity]
crypto/x509/x_req.c [moved from crypto/asn1/x_req.c with 100% similarity]
crypto/x509/x_x509.c [moved from crypto/asn1/x_x509.c with 100% similarity]
crypto/x509/x_x509a.c [moved from crypto/asn1/x_x509a.c with 100% similarity]