diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/cert-hostkey.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -34,6 +34,10 @@ | |||
34 | [regress/cert-userkey.sh] | 34 | [regress/cert-userkey.sh] |
35 | fatal() if asked to generate a legacy ECDSA cert (these don't exist) | 35 | fatal() if asked to generate a legacy ECDSA cert (these don't exist) |
36 | and fix the regress test that was trying to generate them :) | 36 | and fix the regress test that was trying to generate them :) |
37 | - djm@cvs.openbsd.org 2011/05/20 02:43:36 | ||
38 | [cert-hostkey.sh] | ||
39 | another attempt to generate a v00 ECDSA key that broke the test | ||
40 | ID sync only - portable already had this somehow | ||
37 | 41 | ||
38 | 20110515 | 42 | 20110515 |
39 | - (djm) OpenBSD CVS Sync | 43 | - (djm) OpenBSD CVS Sync |
diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh index 3b147b9f7..6216abd87 100644 --- a/regress/cert-hostkey.sh +++ b/regress/cert-hostkey.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: cert-hostkey.sh,v 1.5 2010/08/31 12:24:09 djm Exp $ | 1 | # $OpenBSD: cert-hostkey.sh,v 1.6 2011/05/20 02:43:36 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="certified host keys" | 4 | tid="certified host keys" |