mirror of git://anongit.mindrot.org/openssh.git
parent
f7540cd5c4
commit
18e1cab1a1
|
@ -20,6 +20,9 @@
|
||||||
check that received values are smaller than the group size in the
|
check that received values are smaller than the group size in the
|
||||||
disabled and unfinished J-PAKE code.
|
disabled and unfinished J-PAKE code.
|
||||||
avoids catastrophic security failure found by Sebastien Martini
|
avoids catastrophic security failure found by Sebastien Martini
|
||||||
|
- djm@cvs.openbsd.org 2010/09/20 04:54:07
|
||||||
|
[jpake.c]
|
||||||
|
missing #include
|
||||||
|
|
||||||
20100910
|
20100910
|
||||||
- (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact
|
- (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact
|
||||||
|
|
3
jpake.c
3
jpake.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: jpake.c,v 1.5 2010/09/20 04:50:53 djm Exp $ */
|
/* $OpenBSD: jpake.c,v 1.6 2010/09/20 04:54:07 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Damien Miller. All rights reserved.
|
* Copyright (c) 2008 Damien Miller. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "dispatch.h"
|
#include "dispatch.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
#include "jpake.h"
|
#include "jpake.h"
|
||||||
#include "schnorr.h"
|
#include "schnorr.h"
|
||||||
|
|
Loading…
Reference in New Issue