| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check security level for supported groups. | tb | 2022-06-30 | 1 | -1/+24 |
| * | Rename variable from tls_version to version since it could also be | tb | 2022-06-30 | 1 | -3/+3 |
| * | Add checks to ensure we do not initiate or negotiate handshakes with | tb | 2022-06-30 | 1 | -1/+7 |
| * | Remove obj_mac.h include. Requested by jsing | tb | 2022-06-30 | 1 | -2/+1 |
| * | Don't check the signature if a cert is self signed. | tb | 2022-06-29 | 1 | -2/+7 |
| * | Add functions that check security level in certs and cert chains. | tb | 2022-06-29 | 1 | -1/+142 |
| * | 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 |
| * | Check the security of DH key shares | tb | 2022-06-29 | 1 | -1/+12 |
| * | Add a period to a comment | tb | 2022-06-28 | 1 | -2/+2 |
| * | Security level >= 3 requires a ciphersuite with PFS | tb | 2022-06-28 | 1 | -3/+4 |
| * | Add a secop handler for tmp_dh | tb | 2022-06-28 | 1 | -1/+19 |
| * | Implement ssl{,_ctx}_security() | tb | 2022-06-28 | 1 | -1/+15 |
| * | Implement the default security level callback | tb | 2022-06-28 | 1 | -0/+194 |
