Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing blank line | tb | 2022-06-29 | 1 | -1/+2 |
| | |||||
* | Also check the security level of the 'tmp dh' | tb | 2022-06-29 | 1 | -1/+11 |
| | | | | ok beck jsing | ||||
* | Check the security of DH key shares | tb | 2022-06-29 | 1 | -1/+12 |
| | | | | ok beck, looks good to jsing | ||||
* | Add a period to a comment | tb | 2022-06-28 | 1 | -2/+2 |
| | | | | Pointed out by jsing | ||||
* | Security level >= 3 requires a ciphersuite with PFS | tb | 2022-06-28 | 1 | -3/+4 |
| | | | | ok beck jsing sthen | ||||
* | Add a secop handler for tmp_dh | tb | 2022-06-28 | 1 | -1/+19 |
| | | | | | | | This disallows DHE keys weaker than 1024 bits at level 0 to match OpenSSL behavior. ok beck jsing sthen | ||||
* | Implement ssl{,_ctx}_security() | tb | 2022-06-28 | 1 | -1/+15 |
| | | | | ok beck jsing sthen | ||||
* | Implement the default security level callback | tb | 2022-06-28 | 1 | -0/+194 |
And here is where the fun starts. The tentacles will grow everywhere. ok beck jsing sthen |