summaryrefslogtreecommitdiff
path: root/lib/libipsec
AgeCommit message (Expand)Author
2024-07-12libipsec: decode SADB_X_EXT_IF_HW_OFFLKonstantin Belousov
2024-07-12setkey(8): print out SA sw/hw offload countersKonstantin Belousov
2024-04-22libipsec: make const-correctLexi Winter
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
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 patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-04-03libipsec: ansifyKonstantin Belousov
2023-04-03ipsec_strerror.c: style, drop redundand returnKonstantin Belousov
2023-03-16libipsec: ansifyMateusz Guzik
2022-11-02ipsec: add support for CHACHA20POLY1305Kristof Provost
2022-06-04ipsec(4): Fix a typo in a source code commentGordon Bergling
2022-04-09libipsec: Fix a typo in a source code commentGordon Bergling
2021-08-10ipsec_set_policy(3): fix sentenceKonstantin Belousov
2021-03-13Fix some common typos in commentsGordon Bergling
2020-06-04Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.John Baldwin
2020-05-02Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-11-09libipsec: correct a typoBjoern A. Zeeb
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2018-03-11Update pfkey_open() function to set socket's write buffer size toAndrey V. Elsukov
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-03-12Fix two CURDIR references in comments that should be SRCTOPWarner Losh
2017-03-07Introduce the concept of IPsec security policies scope.Andrey V. Elsukov
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-11-25IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas
2016-04-18libipsec: use NULL instead of zero for pointers.Pedro F. Giffuni
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2016-02-04First pass through library packaging.Glen Barber
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-07-03New AES modes for IPSec, user space components.George V. Neville-Neil
2015-06-16new dependsSimon J. Gerraty
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-27Merge headSimon J. Gerraty
2014-04-17Add a missing break in the TCP case.Christian Brueffer
2013-09-05Merge from headSimon J. Gerraty
2013-05-03Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim
2013-04-12sync from headSimon J. Gerraty
2013-03-15Make this more compilable.Gleb Smirnoff