index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
dh.c
Age
Commit message (
Expand
)
Author
2017-10-27
In the final RFC 5903 the computation for the DH shared secret changed.
Patrick Wildt
2017-05-21
A few more freezero() uses
Theo de Raadt
2017-03-27
Don't cache the DH group in the policy
Mike Belopuhov
2017-01-04
Remove modular exponential groups specified in RFC5114
Mike Belopuhov
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-12
DH_compute_key() returns -1 on error but this was not
Jonathan Gray
2014-08-27
Add support for Curve25519 using the public domain code that is found
Reyk Floeter
2014-08-25
Add support for DH groups 27-30 using the Brainpool curves which have
Reyk Floeter
2014-07-10
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
Jonathan Gray
2013-11-14
verify EC points; from hshoexer; ok mikeb
Markus Friedl
2013-01-08
Remove private CVS tag from an obsolete repository and bump copyright
Reyk Floeter
2012-12-15
Plug two memory leaks when cleaning up the dh/dsa crypto structures.
Reyk Floeter
2012-09-18
update email addresses to match reality.
Reyk Floeter
2012-06-04
Rounding up a number of bytes in a bignum returned by the BN_num_bytes()
Mike Belopuhov
2011-07-03
iked requires the same dh diff as isakmpd:
Mike Belopuhov
2010-11-29
make key exchange faster by not checking the predefined groups with DH_check()
Markus Friedl
2010-06-29
Add missing frees.
Reyk Floeter
2010-06-23
rename the ec groups to either ec2n or ecp (eg. ec155 -> ec2n155 or
Reyk Floeter
2010-06-23
further cleanup of the dh code:
Reyk Floeter
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter