Go to file
drochner b4da53f1e6 make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:
-RFC2104 says that the block size of the hash algorithm must be used
 for key/ipad/opad calculations. While formerly all ciphers used a block
 length of 64, SHA384 and SHA512 use 128 bytes. So we can't use the
 HMAC_BLOCK_LEN constant anymore. Add a new field to "struct auth_hash"
 for the per-cipher blocksize.
-Due to this, there can't be a single "CRYPTO_SHA2_HMAC" external name
 anymore. Replace this by 3 for the 3 different keysizes.
 This was done by Open/FreeBSD before.
-Also fix the number of authenticator bits used tor ESP and AH to
 conform to RFC4868, and remove uses of AH_HMAC_HASHLEN which did
 assume a fixed authenticator size of 12 bytes.

FAST_IPSEC will not interoperate with KAME IPSEC anymore if sha2 is used,
because the latter doesn't implement these standards. It should
interoperate with at least modern Free/OpenBSD now.
(I've only tested with NetBSD-current/FAST_IPSEC on both ends.)
2011-02-25 20:13:10 +00:00
bin Tell copyfd if the caller wants the exact tofd to just fd >= tofd. 2011-02-17 15:13:49 +00:00
common an implementation of radix tree. the idea from linux. 2011-02-22 21:31:15 +00:00
compat if using MAKEOBJDIRPREFIX, make sure to unset it since it would override 2011-01-31 10:58:14 +00:00
crypto Introduce __weakref_visible to handle the different required visibility 2011-02-22 05:45:05 +00:00
dist format string needs end of statement ; for previous commit 2011-02-24 18:33:06 +00:00
distrib Add viac7temp(4). 2011-02-24 14:20:28 +00:00
doc Use the wording "BSD-like" for the license of ACPICA. 2011-02-23 10:11:13 +00:00
etc new testdirs 2011-02-24 10:29:04 +00:00
external build Xge now that it builds, bump the minor. 2011-02-24 08:18:40 +00:00
extsrc
games Bug fix: in a game with 26 planes, the last one to be allocated wouldn't 2011-02-15 08:25:25 +00:00
gnu bsd-kvm.c needs -D_KMEMUSER now. 2011-02-18 22:27:51 +00:00
include Redo the SSP wrappers to be transparent on the resulting object files. 2011-02-21 00:40:07 +00:00
lib whoops, didn't mean to delete futimes in previous. also from riz 2011-02-25 18:36:36 +00:00
libexec make DEBUG compile without RTLD_DEBUG 2011-02-24 10:58:54 +00:00
regress The getqaddrinfo test has been atf-ified 2011-01-11 16:34:27 +00:00
rescue Adjust for the new chown location. 2011-01-14 00:59:14 +00:00
sbin fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag 2011-02-24 09:38:57 +00:00
share make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards: 2011-02-25 20:13:10 +00:00
sys make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards: 2011-02-25 20:13:10 +00:00
tests Disable the "raw" test case. The test is bogus, and did not work before 2011-02-25 18:11:53 +00:00
tools Update LLVM/Clang snapshot. This brings improvements for the integrated 2011-02-23 03:09:02 +00:00
usr.bin Don't error out while searching for empty directories, from FreeBSD: 2011-02-24 02:55:18 +00:00
usr.sbin Add quoting for minus, for PostScript output. 2011-02-25 14:11:25 +00:00
x11 Disable USE_PAM on ports which have legacy non-XFree86 servers. 2010-10-10 07:03:28 +00:00
build.sh Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
BUILDING Pass down INSTALLSETS variable to installsets target. Use :Q to escape 2011-01-29 16:56:26 +00:00
Makefile Pass down INSTALLSETS variable to installsets target. Use :Q to escape 2011-01-29 16:56:26 +00:00
Makefile.inc
UPDATING fix typo in "-traditional-cpp" 2011-01-23 23:40:37 +00:00