[openssh-commits] [openssh] 07/14: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 15 15:55:06 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit c65a7aa6c43aa7a308ee1ab8a96f216169ae9615
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jul 3 04:05:54 2015 +0000
upstream commit
another SSH_RSA_MINIMUM_MODULUS_SIZE that needed
cranking
Upstream-ID: 9d8826cafe96aab4ae8e2f6fd22800874b7ffef1
---
sshkey.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sshkey.h b/sshkey.h
index 85a6968..f9bb57b 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.h,v 1.7 2015/07/03 03:43:18 djm Exp $ */
+/* $OpenBSD: sshkey.h,v 1.8 2015/07/03 04:05:54 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -46,7 +46,7 @@
# define EC_POINT void
#endif /* WITH_OPENSSL */
-#define SSH_RSA_MINIMUM_MODULUS_SIZE 768
+#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024
#define SSH_KEY_MAX_SIGN_DATA_SIZE (1 << 20)
struct sshbuf;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list