From d2609935278f591d04d65123b56c7e418d778d28 Mon Sep 17 00:00:00 2001 From: GOTOU Yuuzou Date: Thu, 10 Jul 2003 18:46:11 +0000 Subject: *** empty log message *** --- ChangeLog | 11 +++++++---- examples/gen.sh | 5 +++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16143c0..3205b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Fri, 11 Jul 2003 03:44:28 +0900 -- GOTOU Yuuzou + * examples/gen.sh: follows the changs of gen_*.rb. + Thu, 11 Jul 2003 02:33:59 +0900 -- NAKAMURA, Hiroshi * ossl_x509req.c: Add Request#signature_algorithm. * ossl_x509crl.c: eX509CertError -> eX509CRLError. @@ -15,10 +18,10 @@ Thu, 11 Jul 2003 02:23:04 +0900 -- NAKAMURA, Hiroshi * examples/ca/gen_cert.rb: Changed keyUsage bits of each cert type. Thu, 10 Jul 2003 12:32:56 +0200 -- Michal Rokos - * ossl.c: Prototype for sk2ary - * ocsp.c: Typo in ossl_ocspbres_add_status (sk_X509_pop_free -> sk_X509_EXTENSION_pop_free) - * pkcs7.c: Added missed handling of flags in ossl_pkcs7_s_encrypt - * x509cert.c: try to use obj2bio and bio2obj funcs + * ossl_ossl.c: Prototype for sk2ary + * ossl_ocsp.c: Typo in ossl_ocspbres_add_status (sk_X509_pop_free -> sk_X509_EXTENSION_pop_free) + * ossl_pkcs7.c: Added missed handling of flags in ossl_pkcs7_s_encrypt + * ossl_x509cert.c: try to use obj2bio and bio2obj funcs Thu, 10 Jul 2003 04:56:38 +0900 -- GOTOU Yuuzou * ossl_pkcs7.c: PKCS7#encrypt(): use EVP_rc2_40_cbc() by default. diff --git a/examples/gen.sh b/examples/gen.sh index 0d8b4ca..9e0a5e0 100755 --- a/examples/gen.sh +++ b/examples/gen.sh @@ -3,7 +3,8 @@ rm -f *.pem echo "===> Issueing CA certificate" -ruby gen_ca_cert.rb +dn="/C=JP/O=Does.Notwork.Org/OU=demoCA/CN=CA" +ruby gen_ca_cert.rb "${dn}" echo "===> Create Certificate Requests" dn="/C=JP/O=Does.Notwork.Org/OU=demoCA/CN=subCA" @@ -21,7 +22,7 @@ dn="/C=JP/O=Does.NotworkDoes.org/OU=demoCA/CN=baz" echo "===> Issueing EE certificates" ruby gen_cert.rb --type subca 1 1csr.pem -ruby gen_cert.rb --type oscp 2 2csr.pem +ruby gen_cert.rb --type ocsp 2 2csr.pem ruby gen_cert.rb --type server 3 3csr.pem ruby gen_cert.rb --type user 4 4csr.pem ruby gen_cert.rb --type user 5 5csr.pem -- cgit v1.2.3