Revision 7fb7844f3b40b60c2df77e093398da55d7928e9d authored by Dr. Stephen Henson on 11 July 2014, 18:12:21 UTC, committed by Dr. Stephen Henson on 11 July 2014, 18:14:15 UTC
Dual EC DRBG removal now accepted for 2.0.8 onwards.
1 parent 005563b
c_name
#!/bin/sh
#
# print the subject
#
for i in $*
do
n=`openssl x509 -subject -noout -in $i`
echo "$i $n"
done

Computing file changes ...