Actions
Bug #9443
closedCaptive Portal Vouchers feature is broken in 2.5.0
Start date:
03/31/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
Hello,
When enabling vouchers on 2.5.0, fields "Voucher Public Key" and "Voucher Private Key" are empty, and clicking on "Generate new keys" has no effect.
The error seems to come from OpenSSL v1.1.1 that now prevent an RSA key under 512 bits to be generated :
The C++ constant preventing RSA keys to be generated is defined here : https://github.com/pfsense/FreeBSD-src/blob/RELENG_2_5/crypto/openssl/crypto/rsa/rsa_locl.h#L14
Actions