wolfssl
wolfssl copied to clipboard
Updates for OpenSSH 10.0p2
- random.c: use getrandom when available and fall back to direct file access
- openssh.yml: run more tests
- openssh.yml: add 10.0p2 and 9.9p2
- configure.ac: detect if
getrandomis available on the system - configure.ac: openssh requires WC_RNG_SEED_CB to always use
getrandomso that the RNG doesn't get killed by SECCOMP