index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
Age
Commit message (
Expand
)
Author
2020-11-30
We need to rekey every child SA (even if acquired): Otherwise we can
tobhe
2020-11-29
Add 'set stickyaddress' option. If this option is enabled, iked will try
tobhe
2020-11-28
Add support for multiple address pools. The parser already allows
tobhe
2020-11-27
Remove redundant state change. ikev2_ikesa_delete() sets the correct state.
tobhe
2020-11-26
Use a counter instead of random IV for AES-GCM. Security depends on
tobhe
2020-11-25
Fix proposal error handling. If a proposal contains an unknown transform
tobhe
2020-11-24
Fix duplicate sa->sa_cp assignment.
tobhe
2020-11-23
Ignore duplicate sigsha2 notify, don't fail the exchange.
tobhe
2020-11-22
Fix comment typo.
tobhe
2020-11-21
Clean up NATT hack. Pass 'frompeer' as parameter instead of manipulating
tobhe
2020-11-20
add -s to synopsis and usage; -S before -s in options list;
Jason McIntyre
2020-11-20
Add -s socket option to specify control socket. This can be useful if
tobhe
2020-11-19
More sa cleanup + constify.
tobhe
2020-11-18
Constify sa in ikev2_pld_eap(). The parser code must not change any
tobhe
2020-11-17
Remove redundant indirection via msg_parent. This is only needed in
tobhe
2020-11-16
Reenable ikev2_init_auth() return value check. Make sure sa_stateok()
tobhe
2020-11-16
Backout ikev2_init_auth() return check to fix regression with
tobhe
2020-11-15
Document new 'dynamic' keyword to create flows from or to a dynamically
tobhe
2020-11-14
Make sure not to replace 0.0.0.0 with dynamic address if it is a a network
tobhe
2020-11-13
addr_net is already checked in ikev2_cp_setaddr() before sessing
tobhe
2020-11-12
Close SA if ikev2_init_auth() fails.
tobhe
2020-11-12
Fail if ikev2_init_ike_auth() is entered with invalid state.
tobhe
2020-11-11
Cleanup after proc_init() in proc_close().
tobhe
2020-11-07
Implement 'from dynamic', which installs flows where 'dynamic' is replaced
tobhe
2020-11-06
Set correct netmask on patched addresses for debug printing.
tobhe
2020-11-05
Enable support for ASN1_DN ipsec identifiers.
Peter Hessler
2020-11-04
Add check for static id size.
tobhe
2020-11-03
Add 'any' keyword for request to allow 'request address any'.
tobhe
2020-11-01
Add 'dynamic' keyword to configure flows to dynamically assigned addresses.
tobhe
2020-10-30
Add missing bits to make 'request addr 0.0.0.0' accept ANY dynamic address.
tobhe
2020-10-30
style(9)
tobhe
2020-10-30
Whitespace fixes.
tobhe
2020-10-30
Fix key payload size. Use size from new SA.
tobhe
2020-10-29
Add initial support to request IP addresses as IKEv2 initiator.
tobhe
2020-10-28
Refactor parts of the dh_* API.
tobhe
2020-10-24
Don't modify sa in ikev2_pld_cp. Store cp_type in msg until message has
tobhe
2020-10-22
Handle NO_PROPOSAL_CHOSEN for initiator in IKE_SA_INIT exchange.
tobhe
2020-10-22
Add missing break.
tobhe
2020-10-21
Remove SAs from ike_dstid_sas on 'ikectl reset sa' to prevent use after free.
tobhe
2020-10-19
Handle NO_PROPOSAL_CHOSEN as IKE_AUTH initiator.
tobhe
2020-10-09
More unused headers.
tobhe
2020-10-09
Remove unused "wait.h" includes.
tobhe
2020-10-06
Always allocate hash_keylength() for buffers passed to hash_final() to
tobhe
2020-10-05
Only handle AUTHENTICATION_FAILED for IKE_AUTH and INFORMATIONAL exchanges.
tobhe
2020-10-03
React to DELETE notifications only in INFORMATIONAL messages
tobhe
2020-10-02
Send AUTH_FAILED in ikev2_ike_auth_recv() if the message did not contain
tobhe
2020-10-01
Skip DELETE payload responses only after they are validated.
tobhe
2020-09-30
Don't accept AUTH payloads with invalid auth_method 0.
tobhe
2020-09-30
Don't accept ID payloads with ID type IKEV2_ID_NONE.
tobhe
2020-09-30
Don't leak sa->sa_peerauth.id_buf.
tobhe
[next]