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
/
crypto.c
Age
Commit message (
Expand
)
Author
2015-10-31
RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@
Christian Weisgerber
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-08-19
spacing (no binary change, verified with checksums)
Reyk Floeter
2015-03-26
initial support for RFC 7427 signatures, so we are no longer
Markus Friedl
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-10
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
Jonathan Gray
2014-02-17
Fix compiler warnings in the format strings: use %zd for ssize_t and
Reyk Floeter
2014-01-24
don't leak prv RSA key for each signature; ok mikeb
Markus Friedl
2013-12-04
Use EVP_sha1 directly instead of doing the EVP_get_digestbyname lookup.
Mike Belopuhov
2013-11-14
pass caller to ca_sslerror for better error messages; 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
2011-08-27
Under certain circumstances iked can be tricked to bypass a signature
Mike Belopuhov
2010-12-21
fixup log_warn and log_debug arguments; ok reyk
Mike Belopuhov
2010-11-08
fixup number rounding; ok reyk
Mike Belopuhov
2010-09-30
disable padding correctly. therefore we no longer need to supply
Mike Belopuhov
2010-06-14
fix block length for AES
Reyk Floeter
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter