Revision f4c93b46edb51da71f09eda99e83eaf193a33c08 authored by Nick Mathewson on 16 September 2013, 17:32:54 UTC, committed by Nick Mathewson on 16 September 2013, 17:44:10 UTC
Instead, send random bytes.
1 parent 4af7930
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 ...