aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 16:44:06 +0000
committerlloyd <[email protected]>2008-09-29 16:44:06 +0000
commitb67b7501e740c69e53e2ffcfa72538653eedf3b6 (patch)
tree96e0c0feab632f7ecdcc995311130a69b5265336 /src
parentfaa26383122ad694aa9ed82f7feb2e3ed3a7625e (diff)
Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)
Diffstat (limited to 'src')
-rw-r--r--src/cert/x509/certstor.cpp (renamed from src/x509/certstor.cpp)0
-rw-r--r--src/cert/x509/certstor.h (renamed from src/x509/certstor.h)0
-rw-r--r--src/cert/x509/crl_ent.cpp (renamed from src/x509/crl_ent.cpp)0
-rw-r--r--src/cert/x509/crl_ent.h (renamed from src/x509/crl_ent.h)0
-rw-r--r--src/cert/x509/info.txt (renamed from src/x509/info.txt)0
-rw-r--r--src/cert/x509/pkcs10.cpp (renamed from src/x509/pkcs10.cpp)0
-rw-r--r--src/cert/x509/pkcs10.h (renamed from src/x509/pkcs10.h)0
-rw-r--r--src/cert/x509/x509_ca.cpp (renamed from src/x509/x509_ca.cpp)0
-rw-r--r--src/cert/x509/x509_ca.h (renamed from src/x509/x509_ca.h)0
-rw-r--r--src/cert/x509/x509_crl.cpp (renamed from src/x509/x509_crl.cpp)0
-rw-r--r--src/cert/x509/x509_crl.h (renamed from src/x509/x509_crl.h)0
-rw-r--r--src/cert/x509/x509_ext.cpp (renamed from src/x509/x509_ext.cpp)0
-rw-r--r--src/cert/x509/x509_ext.h (renamed from src/x509/x509_ext.h)0
-rw-r--r--src/cert/x509/x509_obj.cpp (renamed from src/x509/x509_obj.cpp)0
-rw-r--r--src/cert/x509/x509_obj.h (renamed from src/x509/x509_obj.h)0
-rw-r--r--src/cert/x509/x509cert.cpp (renamed from src/x509/x509cert.cpp)0
-rw-r--r--src/cert/x509/x509cert.h (renamed from src/x509/x509cert.h)0
-rw-r--r--src/cert/x509/x509find.cpp (renamed from src/x509/x509find.cpp)0
-rw-r--r--src/cert/x509/x509find.h (renamed from src/x509/x509find.h)0
-rw-r--r--src/cert/x509/x509opt.cpp (renamed from src/x509/x509opt.cpp)0
-rw-r--r--src/cert/x509/x509self.cpp (renamed from src/x509/x509self.cpp)0
-rw-r--r--src/cert/x509/x509self.h (renamed from src/x509/x509self.h)0
-rw-r--r--src/cert/x509/x509stor.cpp (renamed from src/x509/x509stor.cpp)0
-rw-r--r--src/cert/x509/x509stor.h (renamed from src/x509/x509stor.h)0
24 files changed, 0 insertions, 0 deletions
diff --git a/src/x509/certstor.cpp b/src/cert/x509/certstor.cpp
index 2b51590ad..2b51590ad 100644
--- a/src/x509/certstor.cpp
+++ b/src/cert/x509/certstor.cpp
diff --git a/src/x509/certstor.h b/src/cert/x509/certstor.h
index ca0480496..ca0480496 100644
--- a/src/x509/certstor.h
+++ b/src/cert/x509/certstor.h
diff --git a/src/x509/crl_ent.cpp b/src/cert/x509/crl_ent.cpp
index dbf550f13..dbf550f13 100644
--- a/src/x509/crl_ent.cpp
+++ b/src/cert/x509/crl_ent.cpp
diff --git a/src/x509/crl_ent.h b/src/cert/x509/crl_ent.h
index 8aa567a2a..8aa567a2a 100644
--- a/src/x509/crl_ent.h
+++ b/src/cert/x509/crl_ent.h
diff --git a/src/x509/info.txt b/src/cert/x509/info.txt
index 84f6a9a7f..84f6a9a7f 100644
--- a/src/x509/info.txt
+++ b/src/cert/x509/info.txt
diff --git a/src/x509/pkcs10.cpp b/src/cert/x509/pkcs10.cpp
index bd21cca7d..bd21cca7d 100644
--- a/src/x509/pkcs10.cpp
+++ b/src/cert/x509/pkcs10.cpp
diff --git a/src/x509/pkcs10.h b/src/cert/x509/pkcs10.h
index f688688ee..f688688ee 100644
--- a/src/x509/pkcs10.h
+++ b/src/cert/x509/pkcs10.h
diff --git a/src/x509/x509_ca.cpp b/src/cert/x509/x509_ca.cpp
index 16cfc662c..16cfc662c 100644
--- a/src/x509/x509_ca.cpp
+++ b/src/cert/x509/x509_ca.cpp
diff --git a/src/x509/x509_ca.h b/src/cert/x509/x509_ca.h
index 969e62558..969e62558 100644
--- a/src/x509/x509_ca.h
+++ b/src/cert/x509/x509_ca.h
diff --git a/src/x509/x509_crl.cpp b/src/cert/x509/x509_crl.cpp
index 6805abef6..6805abef6 100644
--- a/src/x509/x509_crl.cpp
+++ b/src/cert/x509/x509_crl.cpp
diff --git a/src/x509/x509_crl.h b/src/cert/x509/x509_crl.h
index ec73e9fdf..ec73e9fdf 100644
--- a/src/x509/x509_crl.h
+++ b/src/cert/x509/x509_crl.h
diff --git a/src/x509/x509_ext.cpp b/src/cert/x509/x509_ext.cpp
index 3595a0492..3595a0492 100644
--- a/src/x509/x509_ext.cpp
+++ b/src/cert/x509/x509_ext.cpp
diff --git a/src/x509/x509_ext.h b/src/cert/x509/x509_ext.h
index 5b302df0d..5b302df0d 100644
--- a/src/x509/x509_ext.h
+++ b/src/cert/x509/x509_ext.h
diff --git a/src/x509/x509_obj.cpp b/src/cert/x509/x509_obj.cpp
index e78790949..e78790949 100644
--- a/src/x509/x509_obj.cpp
+++ b/src/cert/x509/x509_obj.cpp
diff --git a/src/x509/x509_obj.h b/src/cert/x509/x509_obj.h
index 8808fd686..8808fd686 100644
--- a/src/x509/x509_obj.h
+++ b/src/cert/x509/x509_obj.h
diff --git a/src/x509/x509cert.cpp b/src/cert/x509/x509cert.cpp
index b24e6a036..b24e6a036 100644
--- a/src/x509/x509cert.cpp
+++ b/src/cert/x509/x509cert.cpp
diff --git a/src/x509/x509cert.h b/src/cert/x509/x509cert.h
index c8dc2c435..c8dc2c435 100644
--- a/src/x509/x509cert.h
+++ b/src/cert/x509/x509cert.h
diff --git a/src/x509/x509find.cpp b/src/cert/x509/x509find.cpp
index 83d02449d..83d02449d 100644
--- a/src/x509/x509find.cpp
+++ b/src/cert/x509/x509find.cpp
diff --git a/src/x509/x509find.h b/src/cert/x509/x509find.h
index 65781199f..65781199f 100644
--- a/src/x509/x509find.h
+++ b/src/cert/x509/x509find.h
diff --git a/src/x509/x509opt.cpp b/src/cert/x509/x509opt.cpp
index 716884ed5..716884ed5 100644
--- a/src/x509/x509opt.cpp
+++ b/src/cert/x509/x509opt.cpp
diff --git a/src/x509/x509self.cpp b/src/cert/x509/x509self.cpp
index 6c3baae9b..6c3baae9b 100644
--- a/src/x509/x509self.cpp
+++ b/src/cert/x509/x509self.cpp
diff --git a/src/x509/x509self.h b/src/cert/x509/x509self.h
index 2f83a12be..2f83a12be 100644
--- a/src/x509/x509self.h
+++ b/src/cert/x509/x509self.h
diff --git a/src/x509/x509stor.cpp b/src/cert/x509/x509stor.cpp
index f050b33b1..f050b33b1 100644
--- a/src/x509/x509stor.cpp
+++ b/src/cert/x509/x509stor.cpp
diff --git a/src/x509/x509stor.h b/src/cert/x509/x509stor.h
index 3f3f38ea0..3f3f38ea0 100644
--- a/src/x509/x509stor.h
+++ b/src/cert/x509/x509stor.h