summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-20 19:07:45 +1000
committerDamien Miller <djm@mindrot.org>2011-05-20 19:07:45 +1000
commit3045b45a030f04af7daf9037939a8aca5a54a574 (patch)
tree1a9b5f31059a0ffaf23bbe75eb5b56d3b2edd4ac
parentf67188fe13d3ac96493c9cd67e87f64fd07f20e5 (diff)
- djm@cvs.openbsd.org 2011/05/20 02:43:36
[cert-hostkey.sh] another attempt to generate a v00 ECDSA key that broke the test ID sync only - portable already had this somehow
-rw-r--r--ChangeLog4
-rw-r--r--regress/cert-hostkey.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80947351e..e6723e687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
3820110515 4220110515
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
4tid="certified host keys" 4tid="certified host keys"