index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_seclevel.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-08-17
Provide ssl_security_shared_group()
Theo Buehler
2022-07-30
update copyright years
Theo Buehler
2022-07-19
Disallow MD5 and SHA-1 HMACs depending on the security level
Theo Buehler
2022-07-07
Use a local bits variable to avoid ugly line break due to nested function
Theo Buehler
2022-07-07
Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds
Theo Buehler
2022-07-05
Use secop instead of op everywhere
Theo Buehler
2022-07-05
Pull setting of is_ee out of the function calls to appease scan-build
Theo Buehler
2022-07-03
Reword a comment
Theo Buehler
2022-07-03
Unwrap a line
Theo Buehler
2022-07-02
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
Theo Buehler
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-06-30
Check security level for supported groups.
Theo Buehler
2022-06-30
Rename variable from tls_version to version since it could also be
Theo Buehler
2022-06-30
Add checks to ensure we do not initiate or negotiate handshakes with
Theo Buehler
2022-06-30
Remove obj_mac.h include. Requested by jsing
Theo Buehler
2022-06-29
Don't check the signature if a cert is self signed.
Theo Buehler
2022-06-29
Add functions that check security level in certs and cert chains.
Theo Buehler
2022-06-29
missing blank line
Theo Buehler
2022-06-29
Also check the security level of the 'tmp dh'
Theo Buehler
2022-06-29
Check the security of DH key shares
Theo Buehler
2022-06-28
Add a period to a comment
Theo Buehler
2022-06-28
Security level >= 3 requires a ciphersuite with PFS
Theo Buehler
2022-06-28
Add a secop handler for tmp_dh
Theo Buehler
2022-06-28
Implement ssl{,_ctx}_security()
Theo Buehler
2022-06-28
Implement the default security level callback
Theo Buehler