]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 3 Jul 2015 04:05:54 +0000 (04:05 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 15 Jul 2015 05:36:21 +0000 (15:36 +1000)
another SSH_RSA_MINIMUM_MODULUS_SIZE that needed
 cranking

Upstream-ID: 9d8826cafe96aab4ae8e2f6fd22800874b7ffef1

sshkey.h

index 85a6968fde8fcc21f47d662328f4c45b8c1e2340..f9bb57b59f266fb097645c1c891c5496f0e2384c 100644 (file)
--- 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;