登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
12月28日,「开源中国源创会年终盛典」珠海站再次回归!点击免费报名参会
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
1
amanong
/
fwknop
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
2.6.9
fwknop-2.6.9 release fwknop-2.6.9 (06/08/2016): - (Jonathan Bennett) Added support for the SHA3 "Keccak" algorithm (specifically SHA3_256 and SHA3_512) for SPA HMAC and digest checking. Enabling SHA3 from the fwknop client command line is done with the '-m' option for the embedded SPA digest, or with the --hmac-digest-type argument for the HMAC. On the server side, SHA3_256 or SHA3_512 can be required for incoming SPA packet HMAC'c via the HMAC_DIGEST_TYPE configuration variable in access.conf stanzas. The SHA3 implementation is from, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michael Peeters, Gilles Van Assche and Ronny Van Keer - see: http://keyak.noekeon.org/ - (Damien Stuart) Added support for libnetfilter_queue so that fwknopd can acquire SPA packets via the NFQ target. This feature is enabled with a new command line switch '--enable-nfq-capture' for the configure script, and libpcap is not required in this mode. In support of capturing SPA packets via the NFQ target, new configuration variables have been added to the fwknopd.conf file: ENABLE_NFQ_CAPTURE, NFQ_INTERFACE, NFQ_PORT, NFQ_TABLE, NFQ_CHAIN, NFQ_QUEUE_NUMBER, and NFQ_LOOP_SLEEP. - (Vlad Glagolev) Added support for deriving the source IP from the X-Forwarded-For HTTP header when SPA packets are sent over HTTP connections. - Bug fix in command open/close cycle feature to ensure that the first successful match on a valid incoming SPA packet finishes all access.conf stanza processing. That is, no other stanzas should be looked at after the first match, and this is consistent with other SPA modes (such as basic access requests). This bug was reported by Jonathan Bennett. - (Jonathan Bennett) Various fixes and enhancements to the test suite to extend code coverage to new code, ensure valgrind bytes lost detection works for amount of memory less than 10 bytes, better timing strategy for fwknop client/server interactions, and more.
9371450
2016-06-09 09:01
下载
2.6.9-pre1
- (Jonathan Bennett) Added support for the SHA3 "Keccak" algorithm (specifically SHA3_256 and SHA3_512) for SPA HMAC and digest checking. Enabling SHA3 from the fwknop client command line is done with the '-m' option for the embedded SPA digest, or with the --hmac-digest-type argument for the HMAC. On the server side, SHA3_256 or SHA3_512 can be required for incoming SPA packet HMAC'c via the HMAC_DIGEST_TYPE configuration variable in access.conf stanzas. The SHA3 implementation is from, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michael Peeters, Gilles Van Assche and Ronny Van Keer - see: http://keyak.noekeon.org/ - (Vlad Glagolev) Added support for deriving the source IP from the X-Forwarded-For HTTP header when SPA packets are sent over HTTP connections. - Bug fix in command open/close cycle feature to ensure that the first successful match on a valid incoming SPA packet finishes all access.conf stanza processing. That is, no other stanzas should be looked at after the first match, and this is consistent with other SPA modes (such as basic access requests). This bug was reported by Jonathan Bennett. - (Jonathan Bennett) Various fixes and enhancements to the test suite to extend code coverage to new code, ensure valgrind bytes lost detection works for amount of memory less than 10 bytes, better timing strategy for fwknop client/server interactions, and more.
a3adca6
2016-05-21 21:18
下载
2.6.8
fwknop-2.6.8 (12/23/2015): - [server] Added a major new feature that allows fwknopd to easily integrate with third-party devices and software. This done through the addition of a generic "command open" and "command close" capability, and a set of variable substitutions are supported such as '$SRC', '$PORT', and '$PROTO'. This feature is designed to allow the user to switch out the default firewall - iptables, firewalld, ipfw, or PF - for something complete different. For example, here is a write-up on using this feature to integrate SPA operations with ipset: https://cipherdyne.org/blog/2015/12/single-packet-authorization-and-third-party-devices.html - [server] (Jonathan Bennett) Added new access.conf directives '%include <file>' and '%include_folder <directory>'. This allows more access stanzas to be defined in other locations in the filesystem, and this can be adventageous in some scenarios by letting non-privledged users define their own encryption and authentication keys for SPA operations. This way, users do not need write access to the main /etc/fwknop/access.conf file to change keys around or define new ones. - [server] Bug fix to not send the TCP server a TERM signal even when it is not running when fwknopd receives a HUP signal. - [libfko] Bug fix for a crash that could be triggered in fko_set_username() when a username that is 64 chars or longer is specified. This crash cannot be triggered in fwknopd even if an SPA packet contains such a username however due to additional protections in the SPA decoding routines. Further, this bug does not apply to the main fwknop client either because the maximal username size is truncated down below 64 bytes. Hence, this bug only applies to client-side software that is directly using libfko calling the fko_set_username() function. - [test suite] Code coverage is now at 90.7% counted by lines. The complete coverage report for the 2.6.8 release is available here: https://www.cipherdyne.org/fwknop/lcov-results/
31c6c9e
2015-12-24 03:35
下载
2.6.7
tagged fwknop-2.6.7 release
32bb9f8
2015-08-25 08:35
下载
2.6.7-pre1
tagged fwknop-2.6.7-pre1
a8ef292
2015-07-18 01:56
下载
2.6.6
tagged fwknop-2.6.6
93383c8
2015-04-23 10:10
下载
fwknop-2.6.3
duplicate 2.6.3 tag to make github tarball downloads work properly
36489b5
2014-07-29 10:41
下载
fwknop-2.6.4
duplicate 2.6.4 tag to make github tarball downloads work properly
ecf00d3
2014-11-17 05:32
下载
fwknop-2.6.5
duplicate 2.6.5 tag to make github tarball downloads work properly
aa36cb4
2014-12-17 11:27
下载
2.6.5
tagged fwknop-2.6.5
aa36cb4
2014-12-17 11:27
下载
2.6.4
tagged the fwknop-2.6.4 release
ecf00d3
2014-11-17 05:32
下载
2.6.4-pre1
tagged 2.6.4-pre1
fe28812
2014-11-10 10:41
下载
2.6.3
tagged fwknop-2.6.3
36489b5
2014-07-29 10:41
下载
2.6.2
tagged fwknop-2.6.2 release
964f28e
2014-04-29 09:20
下载
2.6.1
tagged fwknop-2.6.1 release
f47ceef
2014-04-13 03:25
下载
2.6.0
tagged fwknop-2.6.0 release
94cc77f
2014-01-13 11:29
下载
2.6.0-pre1
tagged fwknop-2.6.0-pre1
551b243
2014-01-03 09:47
下载
2.5.1.1
tagged 2.5.1.1
38e8c1f
2013-11-13 10:36
下载
2.5.1-1
tagged fwknop-2.5.1-1
78708db
2013-11-13 10:36
下载
fwknop-2.5.1
tagged fwknop-2.5.1 release
54ab33a
2013-07-26 09:27
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Perl
1
https://gitee.com/amanong/fwknop.git
git@gitee.com:amanong/fwknop.git
amanong
fwknop
fwknop
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册