#
ce531476 |
| 08-Aug-2023 |
dlg <dlg@openbsd.org> |
have a go at documenting the Interface config statement.
im not really happy with this, but it's a start.
|
#
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
#
a4e61cf2 |
| 06-Feb-2022 |
jsg <jsg@openbsd.org> |
remove please from manual pages ok jmc@ sthen@ millert@
|
#
54f4b78a |
| 03-Nov-2021 |
yasuoka <yasuoka@openbsd.org> |
Clarify that ANY can be used for several parameters of IPsec transform.
ok jmc sthen
|
#
89adc933 |
| 17-Apr-2018 |
stsp <stsp@openbsd.org> |
Document how to avoid isakmpd(8) source IP address pitfalls by using the Listen-on directive in isakmpd.conf(5). This directive can be necessary in multi-homed situations, and if isakmpd(8) is used w
Document how to avoid isakmpd(8) source IP address pitfalls by using the Listen-on directive in isakmpd.conf(5). This directive can be necessary in multi-homed situations, and if isakmpd(8) is used with carp(4). ok sthen@ mpi@
show more ...
|
#
26c588cc |
| 27-Oct-2017 |
mpi <mpi@openbsd.org> |
Support DH groups 19 to 21 and 25 to 30, just like iked(8) does.
ok visa@, markus@
|
#
dfb201a9 |
| 01-Jan-2017 |
tb <tb@openbsd.org> |
Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' if they precede the noun and omit hyphens otherwise.
ok tj
|
#
0e800071 |
| 09-Dec-2015 |
naddy <naddy@openbsd.org> |
Remove plain DES encryption from IPsec.
DES is insecure since brute force attacks are practical due to its short key length.
This removes support for DES-CBC encryption in ESP and in IKE main and q
Remove plain DES encryption from IPsec.
DES is insecure since brute force attacks are practical due to its short key length.
This removes support for DES-CBC encryption in ESP and in IKE main and quick mode from the kernel, isakmpd(8), ipsecctl(8), and iked(8).
ok mikeb@
show more ...
|
#
3d96a9c1 |
| 16-Jan-2015 |
schwarze <schwarze@openbsd.org> |
Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }". The .Ar macro already causes distinctive formatting in a standard way, so there is no need for additional braces. This also fix
Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }". The .Ar macro already causes distinctive formatting in a standard way, so there is no need for additional braces. This also fixes the only mandoc warning in src/sbin.
show more ...
|
#
305b6e39 |
| 12-Aug-2012 |
schwarze <schwarze@openbsd.org> |
Use .Lk for HTTP hyperlinks, not .Pa. Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use.
While here, update a few broken lin
Use .Lk for HTTP hyperlinks, not .Pa. Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use.
While here, update a few broken links, and add missing markup at a few places.
show more ...
|
#
5f649d51 |
| 30-Jun-2012 |
naddy <naddy@openbsd.org> |
enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESP ok mikeb@
|
#
1916bc22 |
| 23-Jun-2011 |
sthen <sthen@openbsd.org> |
Use a common text explaining how the various configuration parsers using the standard OpenBSD-style parse.y handle continuing lines with backslashes, paying particular attention to how comments are h
Use a common text explaining how the various configuration parsers using the standard OpenBSD-style parse.y handle continuing lines with backslashes, paying particular attention to how comments are handled (which can cause nasty side-effects if you're not expecting it).
Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey, patrick keshishian and Florian Obser, ok jmc@.
show more ...
|
#
7ebc7616 |
| 22-Sep-2010 |
mikeb <mikeb@openbsd.org> |
Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMAC) ciphers in the ISAKMP Phase 2 (aka Quick Mode).
Thoroughly tested by me and naddy. Works fine with Linux.
Require
Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC (as AESGMAC) ciphers in the ISAKMP Phase 2 (aka Quick Mode).
Thoroughly tested by me and naddy. Works fine with Linux.
Requires updated pfkeyv2.h include file.
ok naddy
show more ...
|
#
fceee491 |
| 07-Jun-2010 |
jmc <jmc@openbsd.org> |
make clearer the relationship between isakmpd and ikev1; and iked and ikev2; ok reyk
|
#
601f7947 |
| 17-Feb-2008 |
hshoexer <hshoexer@openbsd.org> |
Define default configurations for AES-192 and AES-256. From Mitja Muzenic <mitja at muzenic dot net>, diff provided already quite some time ago, many many thanks. This should have gone in months ag
Define default configurations for AES-192 and AES-256. From Mitja Muzenic <mitja at muzenic dot net>, diff provided already quite some time ago, many many thanks. This should have gone in months ago but I was slacking, sorry for that.
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
cf0422d2 |
| 23-May-2007 |
hshoexer <hshoexer@openbsd.org> |
Get rid of some obsolete exampels.
ok and prodding @jmc
|
#
24fbfe96 |
| 18-Mar-2007 |
hshoexer <hshoexer@openbsd.org> |
Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" just specifies the values to be used. However, the specifications are called "LIFE_MAIN_MODE" and "LIFE_QUICK_MODE".
ok ho@ jmc@
|
#
258f075b |
| 19-Feb-2007 |
jmc <jmc@openbsd.org> |
tweak;
|
#
2681cd80 |
| 19-Feb-2007 |
hshoexer <hshoexer@openbsd.org> |
Document NULL encryption.
|
#
aa920ac7 |
| 24-Nov-2006 |
reyk <reyk@openbsd.org> |
add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 traffic. this allows policy-based filtering of encrypted and unencrypted ipsec traffic with pf(4). see ipsec.conf(5) and i
add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 traffic. this allows policy-based filtering of encrypted and unencrypted ipsec traffic with pf(4). see ipsec.conf(5) and isakmpd.conf(5) for details and examples.
this is work in progress and still needs some testing and feedback, but it is safe to put it in now.
ok hshoexer@
show more ...
|
#
372d8047 |
| 15-Sep-2006 |
hshoexer <hshoexer@openbsd.org> |
Remove "Delete-SAs" config option. This was needed for interaction with sasyncd(8). Now sasyncd(8) controls isakmpd(8) regarding SA deletion so this option is obsolete.
ok mpf jmc
|
#
85ead044 |
| 30-Aug-2006 |
hshoexer <hshoexer@openbsd.org> |
Make SA deletion on shutdown the default again. Use -S for failover situations where you do not want this.
Discussed and agreed on with ho, mcbride, markus, cloder,... We will have to teach sasync
Make SA deletion on shutdown the default again. Use -S for failover situations where you do not want this.
Discussed and agreed on with ho, mcbride, markus, cloder,... We will have to teach sasyncd to deal with this.
Testing by msf and hshoexer with help from mtu
ok markus cloder
show more ...
|
#
d9bb20e6 |
| 11-Jun-2006 |
hshoexer <hshoexer@openbsd.org> |
Document AESCTR for quick mode and SHA2-* for main mode. Help by jmc.
ok jmc@
|
#
95f3b939 |
| 11-Jun-2006 |
jmc <jmc@openbsd.org> |
tweaks;
|