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_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.21   3 years  tobhe   Move policy printing code from parse.y to new print.c ok patrick@
[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.78   3 years  tobhe   Don't pass 'id' as argument to make function signature match similar functions. ...
[TXT] control.c  1.30   3 years  tobhe   More unused headers.
[TXT] crypto.c  1.34   3 years  tobhe   Constify cipher API. ok markus@
[TXT] dh.c  1.27   3 years  tobhe   Rename 'struct group' to 'struct dh_group' for more clarity and to avoid name cl...
[TXT] dh.h  1.14   3 years  tobhe   Rename 'struct group' to 'struct dh_group' for more clarity and to avoid name cl...
[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.56   3 years  tobhe   Free sc_vroute on shutdown.
[TXT] iked.conf.5  1.85   3 years  tobhe   Document 'request' option to request additional configuration payloads. ok patr...
[TXT] iked.h  1.189   3 years  tobhe   Print PFS group for rekeyed Child SAs. ok patrick@
[TXT] ikev2.c  1.319   3 years  tobhe   Don't send DELETE notify if IKE SA is replaced because of 'enforcesingleikesa'. ...
[TXT] ikev2.h  1.33   4 years  tobhe   Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2. They can be configured ...
[TXT] ikev2_msg.c  1.77   3 years  tobhe   Add initial support to request IP addresses as IKEv2 initiator. At the moment th...
[TXT] ikev2_pld.c  1.117   3 years  tobhe   Fail on duplicate nonce payload. ok patrick@
[TXT] imsg_util.c  1.12   4 years  tobhe   Log loaded SPIs and flows. 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.130   3 years  tobhe   Add 'grp31' alias for curve25519 as documented in iked.conf(5).
[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.81   3 years  tobhe   Only modify routes if SA has a valid address lease. On IKE SA rekey sa_cp_addr ...
[TXT] print.c  1.2   3 years  tobhe   The tag comes after iface in iked.conf(5).
[TXT] proc.c  1.34   3 years  mortimer   Extern privsep_process. Fixes compilation with -fno-common. ok deraadt@
[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] 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.42   3 years  tobhe   Add dynamic address configuration for roadwarrior clients. The new 'iface' confi...
[TXT] util.c  1.40   3 years  tobhe   Remove dead assignments.
[TXT] vroute.c  1.8   3 years  tobhe   Add size check for sockaddr mask.