CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2011/07/03 14:20:23
Modified files: sbin/iked : dh.c Log message: iked requires the same dh diff as isakmpd: When BN_bn2bin converts a bignum to the binary representation it skips leading zeroes if there are any. To accommodate the difference with the protocol we need to prepend those zeroes ourselves.