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

Current tag: OPENBSD_7_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] ca.c  1.78   3 years  tobhe   Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data(). From ...
[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.81   2 years  deraadt   freezero() instead of free(), because the object may contain a password ok tobhe...
[TXT] control.c  1.31   3 years  dv   Move TAILQ initialization to files where they are used. These priv-sep daemons ...
[TXT] crypto.c  1.34   3 years  tobhe   Constify cipher API. ok markus@
[TXT] crypto_api.h  1.1   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] crypto_hash.c  1.1   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] dh.c  1.29   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] dh.h  1.15   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] eap.c  1.19   3 years  tobhe   Constify sa in ikev2_pld_eap(). The parser code must not change any sa or polic...
[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.28   3 years  jmc   add -s to synopsis and usage; -S before -s in options list;
[TXT] iked.c  1.58   2 years  tobhe   Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC route mes...
[TXT] iked.conf.5  1.86   2 years  tobhe   Increase default data bytes limit for Child SAs to 4 GB. Lower limits lead to ex...
[TXT] iked.h  1.193   2 years  tobhe   Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC route mes...
[TXT] ikev2.c  1.327   2 years  tobhe   Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if we don't delete...
[TXT] ikev2.h  1.34   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] ikev2_msg.c  1.80   2 years  tobhe   Fix leak of m if message initialization fails. ok markus@
[TXT] ikev2_pld.c  1.118   2 years  tobhe   Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC route mes...
[TXT] imsg_util.c  1.13   3 years  tobhe   Avoid calling ibuf_add() with NULL and zero length. ok patrick@
[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.21   3 years  tobhe   Log SPI with SPI_SH() wherever possible.
[TXT] parse.y  1.132   2 years  deraadt   upon length check or other failure, explicit_bzero an object, because it may con...
[TXT] pfkey.c  1.77   3 years  jsg   Increase the size of iov in pfkey_sa() to be large enough for all possible optio...
[TXT] policy.c  1.83   2 years  tobhe   Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC route mes...
[TXT] print.c  1.2   3 years  tobhe   The tag comes after iface in iked.conf(5).
[TXT] proc.c  1.35   3 years  dv   Move TAILQ initialization to files where they are used. These priv-sep daemons ...
[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   3 years  tobhe   Add experimental post-quantum hybrid key exchange method based on Streamlined NT...
[TXT] sntrup761.sh  1.1   3 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.45   2 years  tobhe   Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC route mes...
[TXT] util.c  1.40   3 years  tobhe   Remove dead assignments.
[TXT] vroute.c  1.14   2 years  tobhe   Fix leaks in vroute addr and route caches. ok patrick@