Home | History | Annotate | Download | only in smime-certs

Lines Matching refs:OPENSSL

2 # Copyright 2013-2022 The OpenSSL Project Authors. All Rights Reserved.
4 # Licensed under the OpenSSL license (the "License"). You may not use
7 # https://www.openssl.org/source/license.html
12 OPENSSL=../../apps/openssl
17 CN="Test S/MIME RSA Root" $OPENSSL req -config ca.cnf -x509 -nodes \
21 CN="Test S/MIME EE RSA #1" $OPENSSL req -config ca.cnf -nodes \
24 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
27 CN="Test S/MIME EE RSA #2" $OPENSSL req -config ca.cnf -nodes \
29 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
32 CN="Test S/MIME EE RSA #3" $OPENSSL req -config ca.cnf -nodes \
34 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
39 $OPENSSL dsaparam -out dsap.pem 2048
41 CN="Test S/MIME EE DSA #1" $OPENSSL req -config ca.cnf -nodes \
43 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
45 CN="Test S/MIME EE DSA #2" $OPENSSL req -config ca.cnf -nodes \
47 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
49 CN="Test S/MIME EE DSA #3" $OPENSSL req -config ca.cnf -nodes \
51 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
56 $OPENSSL ecparam -out ecp.pem -name P-256
57 $OPENSSL ecparam -out ecp2.pem -name K-283
59 CN="Test S/MIME EE EC #1" $OPENSSL req -config ca.cnf -nodes \
61 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
63 CN="Test S/MIME EE EC #2" $OPENSSL req -config ca.cnf -nodes \
65 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
67 CN="Test S/MIME EE EC #3" $OPENSSL req -config ca.cnf -nodes \
69 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \
72 $OPENSSL genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_type:2 \
75 $OPENSSL genpkey -paramfile dhp.pem -out smdh.pem
76 $OPENSSL pkey -pubout -in smdh.pem -out dhpub.pem
78 CN="Test S/MIME EE DH #1" $OPENSSL req -config ca.cnf -nodes \
81 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 36500 \