diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-08-04 05:23:06 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-08-05 10:08:39 +1000 |
commit | 57e8e229bad5fe6056b5f1199665f5f7008192c6 (patch) | |
tree | da9b89884cfaf139dd155ea076533c021f3e9de8 /ssh.h | |
parent | f097d0ea1e0889ca0fa2e53a00214e43ab7fa22a (diff) |
upstream commit
backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this
release; problems spotted by sthen@ ok deraadt@ markus@
Upstream-ID: d0bd60dde9e8c3cd7030007680371894c1499822
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.80 2015/07/03 03:49:45 djm Exp $ */ +/* $OpenBSD: ssh.h,v 1.81 2015/08/04 05:23:06 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -93,7 +93,7 @@ #endif /* Minimum modulus size (n) for RSA keys. */ -#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024 +#define SSH_RSA_MINIMUM_MODULUS_SIZE 768 /* Listen backlog for sshd, ssh-agent and forwarding sockets */ #define SSH_LISTEN_BACKLOG 128 |