mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- djm@cvs.openbsd.org 2009/01/23 07:58:11
[myproposal.h] prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC modes; ok markus@
This commit is contained in:
parent
e37dde06a6
commit
67081b5148
@ -73,6 +73,10 @@
|
|||||||
- djm@cvs.openbsd.org 2009/01/22 10:09:16
|
- djm@cvs.openbsd.org 2009/01/22 10:09:16
|
||||||
[auth-options.c]
|
[auth-options.c]
|
||||||
another chunk of a2port() diff that got away. wtfdjm??
|
another chunk of a2port() diff that got away. wtfdjm??
|
||||||
|
- djm@cvs.openbsd.org 2009/01/23 07:58:11
|
||||||
|
[myproposal.h]
|
||||||
|
prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC
|
||||||
|
modes; ok markus@
|
||||||
|
|
||||||
20090107
|
20090107
|
||||||
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
|
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
|
||||||
@ -5082,5 +5086,5 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5176 2009/01/28 05:33:01 djm Exp $
|
$Id: ChangeLog,v 1.5177 2009/01/28 05:33:31 djm Exp $
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: myproposal.h,v 1.22 2007/06/07 19:37:34 pvalchev Exp $ */
|
/* $OpenBSD: myproposal.h,v 1.23 2009/01/23 07:58:11 djm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
@ -41,11 +41,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss"
|
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss"
|
||||||
|
|
||||||
#define KEX_DEFAULT_ENCRYPT \
|
#define KEX_DEFAULT_ENCRYPT \
|
||||||
|
"aes128-ctr,aes192-ctr,aes256-ctr," \
|
||||||
|
"arcfour256,arcfour128," \
|
||||||
"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \
|
"aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \
|
||||||
"arcfour128,arcfour256,arcfour," \
|
"aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se"
|
||||||
"aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se," \
|
|
||||||
"aes128-ctr,aes192-ctr,aes256-ctr"
|
|
||||||
#define KEX_DEFAULT_MAC \
|
#define KEX_DEFAULT_MAC \
|
||||||
"hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160," \
|
"hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160," \
|
||||||
"hmac-ripemd160@openssh.com," \
|
"hmac-ripemd160@openssh.com," \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user