summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_seclevel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl_seclevel: remove comment pertaining to DSA certstb2025-01-181-6/+1
* libssl: rework cert signature security leveltb2024-10-171-24/+28
* Plug a "leak" in ssl_security_group()tb2024-05-091-6/+13
* Make internal header file names consistenttb2022-11-261-2/+2
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-021-3/+3
* Provide ssl_security_shared_group()tb2022-08-171-4/+16
* update copyright yearstb2022-07-301-2/+2
* Disallow MD5 and SHA-1 HMACs depending on the security leveltb2022-07-191-2/+11
* Use a local bits variable to avoid ugly line break due to nested functiontb2022-07-071-6/+16
* Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workaroundstb2022-07-071-25/+2
* Use secop instead of op everywheretb2022-07-051-15/+15
* Pull setting of is_ee out of the function calls to appease scan-buildtb2022-07-051-3/+5
* Reword a commenttb2022-07-031-2/+2
* Unwrap a linetb2022-07-031-3/+2
* Stop using ssl{_ctx,}_security() outside of ssl_seclevel.ctb2022-07-021-2/+43
* Rename uses 'curve' to 'group' and rework tls1 group API.tb2022-07-021-8/+8
* Check security level for supported groups.tb2022-06-301-1/+24
* Rename variable from tls_version to version since it could also betb2022-06-301-3/+3
* Add checks to ensure we do not initiate or negotiate handshakes withtb2022-06-301-1/+7
* Remove obj_mac.h include. Requested by jsingtb2022-06-301-2/+1
* Don't check the signature if a cert is self signed.tb2022-06-291-2/+7
* Add functions that check security level in certs and cert chains.tb2022-06-291-1/+142
* missing blank linetb2022-06-291-1/+2
* Also check the security level of the 'tmp dh'tb2022-06-291-1/+11
* Check the security of DH key sharestb2022-06-291-1/+12
* Add a period to a commenttb2022-06-281-2/+2
* Security level >= 3 requires a ciphersuite with PFStb2022-06-281-3/+4
* Add a secop handler for tmp_dhtb2022-06-281-1/+19
* Implement ssl{,_ctx}_security()tb2022-06-281-1/+15
* Implement the default security level callbacktb2022-06-281-0/+194