Simplify initialization of types with `Default::default()`, followed by field assignment in tests
[DTLS] Use `RSA_PKCS1_1024_8192_SHA256_FOR_LEGACY_USE_ONLY` for short signatures (#342)Add support for weaker signatures for DTLS behind a flag. With this, RSA keys between 1024 and 8192 bits can b
[DTLS] Use `RSA_PKCS1_1024_8192_SHA256_FOR_LEGACY_USE_ONLY` for short signatures (#342)Add support for weaker signatures for DTLS behind a flag. With this, RSA keys between 1024 and 8192 bits can be negotiated and use for DTLS by opting in. Without opting in the minimum remains 2048 bits
show more ...
Move all to top level