mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
Add configuration setting tls_version to specify if you either want TLSv1.2 or TLSv1.0 or both. The configuration options ssl_cipher and ssl_dhparam have changed name to tls_cipher and tls_dhparam. There is no fallback so you might have to update your configs.
Test parameter to integer conversions.
Run:
# kore run
Test:
# curl -i -k https://127.0.0.1:8888/?id=123123
# curl -i -k https://127.0.0.1:8888/?id=-123123
The correct integer types should only be represented in the output.