summaryrefslogtreecommitdiff
path: root/sbin/setkey
AgeCommit message (Expand)Author
2024-08-25setkey(8): document -hwif extensionKonstantin Belousov
2024-07-12setkey(8): add -hwif extension to specify offload interface for SA and SPDKonstantin Belousov
2024-07-12setkey(8): add -esn extension option to enable ESNKonstantin Belousov
2024-04-28setkey: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas
2024-02-13setkey(8): Grammar fix: a FQDN -> an FQDNYi-Chen Li
2023-10-31setkey(8): make the policy specification more readableKonstantin Belousov
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-30setkey(8): document NAT-T and NAT-T MTU extensions syntaxKonstantin Belousov
2023-05-30setkey(8): NAT-T manual configuration supportKonstantin Belousov
2023-05-30setkey(8): extract prefixlen calculation info helperKonstantin Belousov
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-03setkey(8): ansify parserKonstantin Belousov
2023-04-03setkey(8): remove redundand returnsKonstantin Belousov
2023-04-03setkey(8): add -e option to take script from the command lineKonstantin Belousov
2022-11-02ipsec: add support for CHACHA20POLY1305Kristof Provost
2022-09-13setkey.8: Improve direction descriptionsBram Ton
2022-08-14Indicate that racoon.8 is in ports/security/ipsec-tools.Jens Schweikhardt
2022-05-05If setkey(8) is used without ipsec.ko loaded beforehand,Eugene Grosbein
2022-04-27setkey(8): Clarify language around AEAD ciphers.John Baldwin
2022-02-05update external URLWolfram Schneider
2021-07-08setkey: drop an unused argument from postprocMateusz Guzik
2021-07-08setkey: fix several warnings popping up when compiling without WARNS=1Mateusz Guzik
2021-07-08setkey: ansifyMateusz Guzik
2020-06-04Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.John Baldwin
2020-05-04Add RFC reference for AES-CTR with IPsec.John Baldwin
2020-05-02Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin
2020-03-23Remove the link to libl which only contains a stub functionBaptiste Daroussin
2020-03-23Revove useless linking to yaccBaptiste Daroussin
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-04-13Add large replay widow support to setkey(8) and libipsec.Andrey V. Elsukov
2017-04-09Make setkey(8) more clear about anti-replay window size option semantics.Benedict Reuschling
2017-04-04Use unique SPI.Andrey V. Elsukov
2017-04-04In the example section show that TCP-MD5 connection needs SA for bothAndrey V. Elsukov
2017-03-13Fix CFLAGS for including netipsec headers #includesEnji Cooper
2017-03-12Delete duplicate -I <SRCTOP>/lib/libipsec added in r171135Enji Cooper
2017-03-07Introduce the concept of IPsec security policies scope.Andrey V. Elsukov
2017-03-04sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2017-02-27Document that the size of AH ICV for HMAC-SHA2-NNN should be half ofAndrey V. Elsukov
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-10-03setkey appeared in FreeBSD 4.0Sevan Janiyan
2016-04-19Use nitems() from sys/param.h.Marcelo Araujo
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2016-02-09Explicitly add more files to the 'runtime' package.Glen Barber
2015-07-31Add support for keys that include 4 byte SALT values,George V. Neville-Neil