aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dns-cert.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * make-dns-cert.c (main): Small exit code tweak from Peter Palfrader.David Shaw2006-04-201-1/+1
|
* * make-dns-cert.c: Some changes from Peter Palfrader to send errors toDavid Shaw2006-04-051-20/+45
| | | | | | | stderr and allow spaces in a fingerprint. Also warn when a key is over 16k (as that is the default max-cert-size) and fail when a key is over 64k as that is the DNS limit in many places.
* * make-dns-cert.c: New program to generate properly formatted CERT recordsDavid Shaw2006-04-041-0/+214
so people don't have to do it manually.