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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.17   6 years  espie   more depends gc / yacc rules overhaul okay millert@
[TXT] ca.c  1.46   6 years  patrick   In the subjectAltName comparison, the bzero before the while-loop was lost while...
[TXT] chap_ms.c  1.9   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] chap_ms.h  1.6   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] config.c  1.49   6 years  patrick   Implement MOBIKE (RFC 4555) support in iked(8), with us acting as responder. In...
[TXT] control.c  1.25   7 years  krw   Nuke some whitespace that keeps poking me in the eye as I try to steal code.
[TXT] crypto.c  1.22   6 years  otto   fix char ** to const char ** conversion warning; ok mikeb@
[TXT] dh.c  1.21   6 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] dh.h  1.11   6 years  patrick   In the final RFC 5903 the computation for the DH shared secret changed. Instead ...
[TXT] eap.c  1.14   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[TXT] eap.h  1.5   8 years  reyk   Switch iked to C99-style fixed-width integer types. OK mikeb@
[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.20   7 years  reyk   Add support for RFC4754 (ECDSA) and RFC7427 authentication. These modes provide...
[TXT] iked.c  1.36   6 years  patrick   Implement MOBIKE (RFC 4555) support in iked(8), with us acting as responder. In...
[TXT] iked.conf.5  1.53   6 years  patrick   Add support for specifying multiple transforms within a single proposal. This gi...
[TXT] iked.h  1.118   6 years  mpi   Consistently spell "IPsec" in comments and debug outputs. From Raf Czlonka, ok ...
[TXT] ikev2.c  1.166   6 years  patrick   Outsource enabling/disabling the DPD and keepalive timers for SAs into their own...
[TXT] ikev2.h  1.27   6 years  patrick   If we wanted to send out more proposals than just one, we need to set a flag in ...
[TXT] ikev2_msg.c  1.53   6 years  patrick   Implement MOBIKE (RFC 4555) support in iked(8), with us acting as responder. In...
[TXT] ikev2_pld.c  1.70   6 years  patrick   The iked(8) fuzzer did not fuzz encrypted payloads. With that changed the regre...
[TXT] imsg_util.c  1.11   7 years  mikeb   Constify the data argument for ibuf_new From and OK markus@, OK reyk
[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.8   8 years  reyk   Sync proc.c, use shorter proc_compose[v]()
[TXT] parse.y  1.70   6 years  patrick   Add support for specifying multiple transforms within a single proposal. This gi...
[TXT] pfkey.c  1.59   6 years  patrick   Implement MOBIKE (RFC 4555) support in iked(8), with us acting as responder. In...
[TXT] policy.c  1.47   6 years  patrick   Implement MOBIKE (RFC 4555) support in iked(8), with us acting as responder. In...
[TXT] proc.c  1.30   7 years  reyk   Stop accessing verbose and debug variables from log.c directly. This replaces l...
[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.29   6 years  patrick   Implement MOBIKE (RFC 4555) support in iked(8), with us acting as responder. In...
[TXT] util.c  1.35   6 years  patrick   getsockname(2) needs to be passed the length of the input struct. ok jca@