diff options
author | lloyd <[email protected]> | 2013-11-29 19:53:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-29 19:53:57 +0000 |
commit | 17952f5ed03bbc0000e486f390d86c6905efd86c (patch) | |
tree | fe4cf2ae4bc2e49ae4b68700fe82f327656808e1 /src/cert | |
parent | d8be6170619382d622abfd5a0540f315b2aa015d (diff) |
Move OCSP to x509 subdir as they are quite entangled
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/ocsp/info.txt | 7 | ||||
-rw-r--r-- | src/cert/x509/info.txt | 2 | ||||
-rw-r--r-- | src/cert/x509/ocsp.cpp (renamed from src/cert/ocsp/ocsp.cpp) | 0 | ||||
-rw-r--r-- | src/cert/x509/ocsp.h (renamed from src/cert/ocsp/ocsp.h) | 0 | ||||
-rw-r--r-- | src/cert/x509/ocsp_types.cpp (renamed from src/cert/ocsp/ocsp_types.cpp) | 0 | ||||
-rw-r--r-- | src/cert/x509/ocsp_types.h (renamed from src/cert/ocsp/ocsp_types.h) | 0 |
6 files changed, 1 insertions, 8 deletions
diff --git a/src/cert/ocsp/info.txt b/src/cert/ocsp/info.txt deleted file mode 100644 index 914f2b654..000000000 --- a/src/cert/ocsp/info.txt +++ /dev/null @@ -1,7 +0,0 @@ -define OCSP 20131128 - -<requires> -x509 -sha1 -http_util -</requires> diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index 1aebd0c81..ef3043e9e 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -1,7 +1,7 @@ define X509_CERTIFICATES 20131128 +define OCSP 20131128 <requires> datastor http_util -ocsp </requires> diff --git a/src/cert/ocsp/ocsp.cpp b/src/cert/x509/ocsp.cpp index 2ea413e76..2ea413e76 100644 --- a/src/cert/ocsp/ocsp.cpp +++ b/src/cert/x509/ocsp.cpp diff --git a/src/cert/ocsp/ocsp.h b/src/cert/x509/ocsp.h index 0c40bc282..0c40bc282 100644 --- a/src/cert/ocsp/ocsp.h +++ b/src/cert/x509/ocsp.h diff --git a/src/cert/ocsp/ocsp_types.cpp b/src/cert/x509/ocsp_types.cpp index be41499ee..be41499ee 100644 --- a/src/cert/ocsp/ocsp_types.cpp +++ b/src/cert/x509/ocsp_types.cpp diff --git a/src/cert/ocsp/ocsp_types.h b/src/cert/x509/ocsp_types.h index f693600ea..f693600ea 100644 --- a/src/cert/ocsp/ocsp_types.h +++ b/src/cert/x509/ocsp_types.h |