tteras
fdd5bac4fc
From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Fix
...
SADB_X_EALG_CASTCBC definition to use system definition (which
differs at least on Linux).
------------------------
2013-05-23 05:42:29 +00:00
elric
3966285084
AUTHCID is optional for the GSSAPI mechanism.
2013-05-16 13:02:12 +00:00
elric
cdfc977bf0
principals have principles.
2013-05-14 15:33:21 +00:00
mlelstv
34b99be967
The previous patch didn't apply cleanly, because our code doesn't
...
use #ifdef OPENSSL_HAS_ECC.
Apply manually.
Drop now unused len variable.
2013-05-14 05:18:11 +00:00
christos
c8fbe6c64a
use explicit_bzero instead of memset to zero memory
2013-05-10 16:39:25 +00:00
christos
6fd620669a
remove error(1) output.
2013-05-10 16:38:47 +00:00
mbalmer
b1090dff8a
racoon default config is in /etc/racoon/racoon.conf
2013-05-08 20:03:02 +00:00
mlelstv
e976afb5c5
Identityfile warnings fixes.
...
https://bugzilla.mindrot.org/show_bug.cgi?id=2084
2013-04-29 17:59:50 +00:00
christos
90a83642c1
restore logging behavior: don't treat user disconnect messages as errors,
...
just log them.
2013-04-25 20:10:28 +00:00
joerg
8d7f62402c
Use __dead.
2013-04-12 18:09:30 +00:00
joerg
e29eeb0057
Add __printflike.
2013-04-12 18:09:19 +00:00
joerg
f1ca729c04
Don't force pthread linkage.
2013-04-12 18:08:10 +00:00
tteras
32d6075c95
From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Do not send out
...
illegal zero length MODE_CFG attributes.
2013-04-12 10:03:45 +00:00
tteras
3d2760a386
Some logging improvements.
2013-04-12 09:53:10 +00:00
christos
ce11a51f1d
welcome to openssh-6.2
2013-03-29 16:19:44 +00:00
christos
d2a9b9efd7
from openbsd
2013-03-29 14:52:38 +00:00
agc
ca99397396
fix some lint on i386, noticed by Greg Troxel, thanks!
2013-03-19 01:00:16 +00:00
riastradh
6641d1f9ad
Touch e_aes.c to force a rebuild with new compiler flags for AES-NI.
2013-02-18 21:20:50 +00:00
riastradh
249c85457d
Fix build goo for OpenSSL AES-NI support.
...
OpenSSL now supports AES-NI in evp, not in an engine. We can now get
rid of the no longer maintained aesni engine, which was broken last
summer. Not only can OpenSSL now use AES-NI for everything it did
before we broke it last summer, but it can also use AES-NI for more
encryption modes than before, such as CTR.
Tested on amd64, both vanilla and in an i386 chroot.
ok christos
2013-02-18 21:15:25 +00:00
christos
82e8c5f133
need bsd.own.mk
2013-02-12 20:55:37 +00:00
christos
b261027db1
mv the MKCRYPTO protection higher; ideally should be at the top for this
2013-02-12 20:31:13 +00:00
christos
a7c38cbf62
merge in 1.0.1e
2013-02-12 19:52:11 +00:00
christos
5f71164a5e
Changes between 1.0.1d and 1.0.1e [11 Feb 2013]
...
*) Correct fix for CVE-2013-0169. The original didn't work on AES-NI
supporting platforms or when small records were transferred.
[Andy Polyakov, Steve Henson]
2013-02-12 19:10:49 +00:00
christos
fdbbeac71e
remove obsolete file
2013-02-08 22:37:14 +00:00
christos
6b8892b719
fix generation
2013-02-08 15:22:03 +00:00
matt
e67266a84f
Change bclr 14,2 to beqlr
2013-02-08 03:05:43 +00:00
christos
1e387e93ca
descend!
2013-02-08 01:54:20 +00:00
christos
a6b0cd16cd
commit the new man page.
2013-02-07 17:30:08 +00:00
christos
0e9a2dbd88
one more page
2013-02-07 16:48:28 +00:00
christos
f496c772c6
reorg and add missing file.
2013-02-06 17:03:51 +00:00
christos
ffecf7319c
bump and add extra file
2013-02-05 23:38:46 +00:00
christos
523f268b9f
merge changes
2013-02-05 21:31:23 +00:00
christos
85e90c0ff3
regen
2013-02-05 19:21:27 +00:00
christos
44ce355adb
regen!
2013-02-05 19:18:41 +00:00
christos
340218d9b9
import 1.0.1d for http://www.openssl.org/news/secadv_20130204.txt
2013-02-05 19:04:09 +00:00
tteras
fde1259d48
Fix source port selection
2013-02-05 11:36:17 +00:00
tteras
0849876e12
From Ian West <ian@niw.com.au>: Fix double free of the radius info on
...
config reload.
2013-02-05 06:22:29 +00:00
manu
00e5ebee00
Pull multiple free bua fix from upstream:
...
http://git.openssl.org/gitweb/?p=openssl.git;a=patch;h=d21bf10dea6588b632a65b4fe594e04f288aad83;hp=d47c01a31a67ff4370b1883a58cabd0279752bb4
Multiple copies of the ENGINE will cause problems when it is cleaned up as
the methods are stored in static structures which will be overwritten and
freed up more than once.
Set static methods to NULL when the ENGINE is freed so it can be reloaded.
2013-02-04 01:44:47 +00:00
christos
469af362c9
use the version in the source tree, instead of the build host
2013-02-01 21:02:48 +00:00
tteras
b889f6fc93
Fix handling of deletion notification.
2013-01-24 06:47:50 +00:00
christos
387f092185
print only the version as the full version confuses pkgconfig.
2013-01-22 13:51:45 +00:00
apb
5950e8a8de
FILESBUILD_<filename>=yes can replace both
...
CLEANFILES+=<filename> and realall: <filename>
2013-01-19 21:57:55 +00:00
christos
4aa8d00fa6
add a dependency to realall from Takeshi Nakayama
2013-01-19 21:05:46 +00:00
christos
98c3902e37
Add pkgconfig gluons
2013-01-18 18:09:55 +00:00
christos
9109786ace
#!/bin/sh
2013-01-18 17:56:11 +00:00
tteras
b607d37b51
Fix errors from automake 1.13
2013-01-08 12:42:31 +00:00
tteras
252bdda2a4
Don't derefence the directory symlink which we might be recreating.
2013-01-08 12:38:40 +00:00
martin
1c77afcb0e
Compile bignum.c with -O1 only on ia64 to avoid a gcc bug
2012-12-27 14:16:16 +00:00
tteras
c577d46f00
From Götz Babin-Ebell <g.babin-ebell@novamedia.de>: Smarter X.509 subject
...
name compare.
2012-12-24 14:50:04 +00:00
tteras
411eef5f44
From Götz Babin-Ebell <g.babin-ebell@novamedia.de:
...
Require OpenSSL 0.9.8s or higher
2012-12-24 08:46:27 +00:00