Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: 1cb36f0cffd4559971826ca4774a88c5b05882fb https://github.com/kronosnet/kronosnet/commit/1cb36f0cffd4559971826ca4774a88... Author: Fabian Grünbichler f.gruenbichler@proxmox.com Date: 2019-04-09 (Tue, 09 Apr 2019)
Changed paths: M libknet/libknet.h
Log Message: ----------- reduce minimum crypto key size to 1024bit
Since the key is used for AES/3DES and HMAC operations only, this is safe. AES/3DES use keys in the 128- to 256-bit range, HMAC with MD5/SHA1/SHA2 should use keys with a minimum of 128- to 512-bit (in both cases, depending on the actual algorithm used).
This reduction also keeps knet compatible with existing Corosync 2.x keyfiles, which are 1024-bit.
Signed-off-by: Fabian Grünbichler f.gruenbichler@proxmox.com
Commit: 03f0c3b2d41edfc27e51a296ee1b09598758c54c https://github.com/kronosnet/kronosnet/commit/03f0c3b2d41edfc27e51a296ee1b09... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-04-09 (Tue, 09 Apr 2019)
Changed paths: M libknet/libknet.h
Log Message: ----------- Merge pull request #212 from Fabian-Gruenbichler/pr/crypto_upgrade
crypto: reduce minimum key size to 1024bit
Compare: https://github.com/kronosnet/kronosnet/compare/23b2762fbd8f...03f0c3b2d41e