OpenBSD CVS

src/sbin/iked/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / iked


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   2 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] ca.c  1.101   3 months  tobhe   Control startup of PROC_CERT and PROC_IKEV2. Currenly PROC_PARENT sends the conf...
[TXT] chap_ms.c  1.10   3 years  tobhe   Upgrade to OpenSSL 1.1 compatible crypto API. Add additional checks where needed...
[TXT] chap_ms.h  1.6   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] config.c  1.97   3 months  tobhe   Delay enabling sockets until ikev2 process is ready. from markus@
[TXT] control.c  1.38   3 months  tobhe   Use per connection peerid for control replies instead of 'broadcasting' replies ...
[TXT] crypto.c  1.46   9 months  claudio   Convert calls to ibuf_length() where it is clear that the ibuf is not NULL to ib...
[TXT] crypto_api.h  1.1   2 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] crypto_hash.c  1.1   2 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] dh.c  1.33   9 months  claudio   Use ibuf_data() instead of accessing the ibuf buf pointer directly. Also convert...
[TXT] dh.h  1.15   2 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] eap.c  1.26   7 weeks  yasuoka   Allow zero-length identity response ok tobhe
[TXT] eap.h  1.6   3 years  tobhe   Move all the EAP logic from a single branch in the message parsing code to somew...
[TXT] genmap.sh  1.7   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] iked.8  1.30   2 years  jmc   add -V to usage(), and list it before -v in both SYNOPSIS and the options list;
[TXT] iked.c  1.70   3 months  tobhe   Introduce new IMSG_CTL_PROCREADY which is used to signal that all pipes are set ...
[TXT] iked.conf.5  1.96   4 weeks  jmc   document "psk file path" notation; from josh rickmar ok tobhe
[TXT] iked.h  1.230   2 months  tobhe   Trigger retransmission only for fragment 1/x, otherwise each received fragment c...
[TXT] ikev2.c  1.386   8 weeks  tobhe   Avoid redundant allocation in ikev2_prfplus() from markus@
[TXT] ikev2.h  1.35   10 months  tobhe   Add support to verify X509 chain from CERT payloads. Encode cert and intermediat...
[TXT] ikev2_msg.c  1.101   2 months  tobhe   Trigger retransmission only for fragment 1/x, otherwise each received fragment c...
[TXT] ikev2_pld.c  1.135   6 weeks  tobhe   Add check to make sure EAP header length matches expected payload length. ok ma...
[TXT] imsg_util.c  1.22   5 months  claudio   ibuf_getdata() abuses the rpos from the ibuf. This is no longer allowed and brea...
[TXT] log.c  1.12   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] ocsp.c  1.25   4 months  claudio   Convert to use imsg_get_fd() proc_forward_imsg() does not need to forward file ...
[TXT] parse.y  1.146   3 weeks  jsg   add fstat() call removed in 1.145 to avoid uninitialised var use ok tobhe@
[TXT] pfkey.c  1.84   9 months  tobhe   Improve error message when if_indextoname() fails.
[TXT] policy.c  1.98   3 months  jsg   fix off-by-one in bounds test found by "buffer overflow 'peerxfs' 6 <= 6" smatc...
[TXT] print.c  1.4   11 months  tb   iked: introduce and use print_addr() The vast majority of print_host() callers ...
[TXT] proc.c  1.44   5 weeks  tobhe   Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are redun...
[TXT] smult_curve25519_ref.c  1.1   9 years  reyk   Add support for Curve25519 using the public domain code that is found in OpenSSH...
[TXT] sntrup761.c  1.1   2 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] sntrup761.sh  1.1   2 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] timer.c  1.13   7 years  mikeb   Disable the timer event before attempting to change it Report and fix by Nikola...
[TXT] types.h  1.54   3 months  tobhe   Introduce new IMSG_CTL_PROCREADY which is used to signal that all pipes are set ...
[TXT] util.c  1.44   3 months  jsg   correct buffer size argument to snprintf in print_proto() found by "snprintf() ...
[TXT] version.h  1.4   2 months  tobhe   Bump to OpenIKED 7.4
[TXT] vroute.c  1.19   11 months  tb   iked: introduce and use print_addr() The vast majority of print_host() callers ...
[TXT] ikev1.c (in the Attic) [Hide]  1.19   8 years  reyk   Remove the ikev1 stub - Since I started iked, it has an empty privsep process fo...
[TXT] radius.c (in the Attic) [Hide]  1.2   7 weeks  yasuoka   Remove radius.c which is added mistakenly and under review.