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
/
isakmpd
/
dh.c
Age
Commit message (
Expand
)
Author
2023-03-31
Guard use of GROUP_EC2N with #ifndef OPENSSL_NO_EC2M
Theo Buehler
2023-03-28
Avoid double free in isakmpd
Theo Buehler
2022-01-14
isakmpd: convert modp to opaque DH
Theo Buehler
2021-11-30
isakmpd: convert modp_init() for opaque DH.
Theo Buehler
2021-11-29
the code in this file has reason to include any sys/*.h header files,
Theo de Raadt
2021-05-13
Use field independent versions of {get,set}_coordinates()
Theo Buehler
2017-11-08
In the final RFC 5903 the computation for the DH shared secret changed.
Patrick Wildt
2017-01-04
Remove modular exponential groups specified in RFC5114
Mike Belopuhov
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-25
Sync dh.[ch] from iked. The files are identical, so any change in
Reyk Floeter
2014-07-11
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
Jonathan Gray
2012-06-04
Rounding up a number of bytes in a bignum returned by the BN_num_bytes()
Mike Belopuhov
2011-06-15
When BN_bn2bin converts a bignum to the binary representation
Mike Belopuhov
2010-11-29
make key exchange faster by not checking the predefined groups with DH_check()
Markus Friedl
2010-06-29
Replace the hand-crafted Diffie-Hellman implementation in isakmpd with
Reyk Floeter
2006-05-04
check for degenerate Diffie-Hellman public exponents;
Damien Miller
2005-04-08
Make deterministic randomness (only ever used for testing) a compile-time
Chad Loder
2004-04-15
partial move to KNF. More to come. This has happened because there
Theo de Raadt
2003-06-03
Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Hakan Olsson
2002-06-09
rm trailing whitespace
Todd T. Fries
2001-04-09
More style fixes...
Hakan Olsson
1999-04-19
./cookie.c: Merge with EOM 1.20
Niklas Hallqvist
1999-02-26
Merge from the Ericsson repository
Niklas Hallqvist
1998-11-17
Add RCS Ids from the EOM repository
Niklas Hallqvist
1998-11-15
openBSD RCS IDs
Niklas Hallqvist
1998-11-15
Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
Niklas Hallqvist