Age | Commit message (Expand) | Author |
2020-03-01 | When the proposals are first matched the responder does | tobhe |
2020-02-21 | Add transport mode for child SAs. This is useful for GRE over IPsec and | tobhe |
2020-02-16 | Quote variables in pf tag strings | kn |
2020-02-14 | Switch from EVP_SignInit_ex() to the newer EVP_DigestSignInit() | tobhe |
2020-02-13 | Constify "buf" argument in print_hex and print_hexval. | tobhe |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2020-01-21 | use an underscore for -p's argument, rather than hyphen: matches SYNOPSIS | Jason McIntyre |
2020-01-16 | Add '-p' command line option which allows to configure | tobhe |
2020-01-15 | Support multiple x509 extensions and extensions with multiple | tobhe |
2020-01-15 | s/deprecated/ignored/ in the warning message if -6 is used; the option | Stuart Henderson |
2020-01-15 | If we don't find a certificate signed by a trusted CA | tobhe |
2020-01-14 | Remove IPsec flow blocking unencrypted IPv6 traffic which was | tobhe |
2020-01-08 | Unify duplicate NOTIFY payload construction code in ikev2_add_notify and | tobhe |
2020-01-07 | Link ESP-SA and IPcomp-SA using GRPSPIS instead of using a self-built | tobhe |
2019-12-28 | Refactor child SA cleanup. | tobhe |
2019-12-10 | We can receive a delete and free an SA that is referenced in sa_nextr. | tobhe |
2019-12-03 | Correctly represent flows as traffic selectors as described in RFC 7296. This | tobhe |
2019-12-01 | Explain how ipcomp can be enabled. | tobhe |
2019-11-30 | The message sent in config_setmode starts the handshake in the ikev2 process | tobhe |
2019-11-30 | Log loaded SPIs and flows. | tobhe |
2019-11-29 | Change the default security level for incoming IPsec flows from | tobhe |
2019-11-28 | Merge host_v{4,6}() into host_ip(), simplify host() | kn |
2019-11-28 | Introduce copy_sockaddrtoipa() and set_ipmask() bits from pfctl | kn |
2019-11-28 | Move Notify and Certreq payload handlers after the parser. Modify SA state | tobhe |
2019-11-18 | Enable ESP UDP-encapsulation with '-t' flag. | tobhe |
2019-11-15 | IKEv2 message fragments of the same message have the same msg_id. When | tobhe |
2019-11-15 | Fix error handling in ikev2_msg_send. | tobhe |
2019-11-13 | Log reason whenever a child SA is freed. This makes it easier to | tobhe |
2019-11-12 | fix a formatting warning; | Jason McIntyre |
2019-11-12 | Add configuration options to explicitly specify ESN support for child SAs. | tobhe |
2019-11-11 | Cleanup message retransmission handling with new helper functions. | tobhe |
2019-09-26 | Use SPI_SA() instead of __func__ in all logging calls. Use log_info | tobhe |
2019-09-26 | Fix leaks by cleaning up after configuration parser. | tobhe |
2019-08-29 | Remove redundant ikev2_msg_valid_ike_sa() call. | tobhe |
2019-08-26 | Fix file descriptor leak in config parser. Inspired by bgpd parse.y. | tobhe |
2019-08-24 | Clarify "protected-subnet" option. | tobhe |
2019-08-24 | Fix conflict when IKE SA and Child SA rekeying happen at the same time. | tobhe |
2019-08-16 | Add explanation for the [IKE/ESP only] column of the transform table. | tobhe |
2019-08-16 | Fix segfault in parser when specifying an invalid transform. | tobhe |
2019-08-14 | Fix NAT traversal detection bug when "local" option is not explicitly | tobhe |
2019-08-12 | Prepend SPI to send and recv log messages to see which line belongs to | tobhe |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-11 | Add support for IKEv2 Message Fragmentation as defined in RFC 7383. | Patrick Wildt |
2019-05-10 | Set the IKED_REQ_INFORMATIONAL flag when sending a delete request | Patrick Wildt |
2019-05-10 | Enforce messages after IKE_SA_INIT exchange to contain only | Patrick Wildt |
2019-04-02 | When curve25519 was added to iked, it was based on the internet-draft and | Stuart Henderson |
2019-02-27 | update RFC references, from tobias_heider at genua.de, ok claudio@ | Stuart Henderson |
2019-02-26 | Fix sending IKEV2_CFG_INTERNAL_IP6_DNS, IKEV2_CFG_INTERNAL_IP6_NBNS, | Patrick Wildt |