mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-02 07:01:52 +00:00
upstream commit
another SSH_RSA_MINIMUM_MODULUS_SIZE that needed cranking Upstream-ID: 9d8826cafe96aab4ae8e2f6fd22800874b7ffef1
This commit is contained in:
parent
b1f383da5c
commit
c65a7aa6c4
4
sshkey.h
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user