summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_seclevel.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-10-02Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.Joel Sing
2022-08-17Provide ssl_security_shared_group()Theo Buehler
2022-07-30update copyright yearsTheo Buehler
2022-07-19Disallow MD5 and SHA-1 HMACs depending on the security levelTheo Buehler
2022-07-07Use a local bits variable to avoid ugly line break due to nested functionTheo Buehler
2022-07-07Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workaroundsTheo Buehler
2022-07-05Use secop instead of op everywhereTheo Buehler
2022-07-05Pull setting of is_ee out of the function calls to appease scan-buildTheo Buehler
2022-07-03Reword a commentTheo Buehler
2022-07-03Unwrap a lineTheo Buehler
2022-07-02Stop using ssl{_ctx,}_security() outside of ssl_seclevel.cTheo Buehler
2022-07-02Rename uses 'curve' to 'group' and rework tls1 group API.Theo Buehler
2022-06-30Check security level for supported groups.Theo Buehler
2022-06-30Rename variable from tls_version to version since it could also beTheo Buehler
2022-06-30Add checks to ensure we do not initiate or negotiate handshakes withTheo Buehler
2022-06-30Remove obj_mac.h include. Requested by jsingTheo Buehler
2022-06-29Don't check the signature if a cert is self signed.Theo Buehler
2022-06-29Add functions that check security level in certs and cert chains.Theo Buehler
2022-06-29missing blank lineTheo Buehler
2022-06-29Also check the security level of the 'tmp dh'Theo Buehler
2022-06-29Check the security of DH key sharesTheo Buehler
2022-06-28Add a period to a commentTheo Buehler
2022-06-28Security level >= 3 requires a ciphersuite with PFSTheo Buehler
2022-06-28Add a secop handler for tmp_dhTheo Buehler
2022-06-28Implement ssl{,_ctx}_security()Theo Buehler
2022-06-28Implement the default security level callbackTheo Buehler