These certificates expired in the past, causing `make check` to fail.
Now they expire in 2049, which should be a little while off. I chose
not to use a later year (which would require using GeneralizedTime
instead of UTCTime) because the current test infrastructure doesn't
seem to handle GeneralizedTime very well. This should be fixed some
time before 2049.

I did not update tests/conformance/rfc3779/R.raw because it's
currently unused. I did not update any of the dates in var/templates
because all the places that use the templates override the templates'
dates.
---

Richard, thanks for your review. I think I've addressed all the issues
you brought up.

 tests/subsystem/testcases/C.fake-parent.orig | 2 +-
 tests/subsystem/testcases/C.real.orig        | 2 +-
 tests/subsystem/testcases/makecerts.in       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/subsystem/testcases/C.fake-parent.orig 
b/tests/subsystem/testcases/C.fake-parent.orig
index b060675..d8e5294 100644
--- a/tests/subsystem/testcases/C.fake-parent.orig
+++ b/tests/subsystem/testcases/C.fake-parent.orig
@@ -6,7 +6,7 @@ seq seq ctx+0x20
         seq set seq oid 2.5.4.3 /* id_commonName */
                     prt "C"
         seq utc "000207115900Z"
-            utc "150313120100Z"
+            utc "490313120100Z"
         seq set seq oid 2.5.4.3 /* id_commonName */
                     prt "C"
         seq seq oid 1.2.840.113549.1.1.1 /* id_rsadsi_rsaEncryption */
diff --git a/tests/subsystem/testcases/C.real.orig 
b/tests/subsystem/testcases/C.real.orig
index 911c652..ee00e93 100644
--- a/tests/subsystem/testcases/C.real.orig
+++ b/tests/subsystem/testcases/C.real.orig
@@ -6,7 +6,7 @@ seq seq ctx+0x20
         seq set seq oid 2.5.4.3 /* id_commonName */
                     prt "C"
         seq utc "000207115900Z"
-            utc "150313120100Z"
+            utc "490313120100Z"
         seq set seq oid 2.5.4.3 /* id_commonName */
                     prt "C"
         seq seq oid 1.2.840.113549.1.1.1 /* id_rsadsi_rsaEncryption */
diff --git a/tests/subsystem/testcases/makecerts.in 
b/tests/subsystem/testcases/makecerts.in
index fe7bfd7..b00ba5e 100755
--- a/tests/subsystem/testcases/makecerts.in
+++ b/tests/subsystem/testcases/makecerts.in
@@ -14,7 +14,7 @@ cp "$TESTS_SRCDIR/C.fake-parent.orig" C.raw
 chmod +w C.raw
 rr < C.raw > C.cer
 
-./make_test_cert C 20000207115900Z 20150313120100Z < "$TESTS_SRCDIR/makeC"
+./make_test_cert C 20000207115900Z 20490313120100Z < "$TESTS_SRCDIR/makeC"
 ./make_test_cert CM1     0D 1M
 ./make_test_cert C1      0D 1Y < "$TESTS_SRCDIR/makeC1"
 ./make_test_cert C1M1    0D 1M
@@ -98,4 +98,4 @@ cp C2.raw C2X.raw
 cp "$TESTS_SRCDIR/C.real.orig" C.raw
 chmod +w C.raw
 rr < C.raw > C.cer
-./make_test_cert C 20000207115900Z 20150313120100Z < "$TESTS_SRCDIR/makeC"
+./make_test_cert C 20000207115900Z 20490313120100Z < "$TESTS_SRCDIR/makeC"
-- 
1.9.1


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to