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
Age
Commit message (
Expand
)
Author
2022-06-30
To figure our whether a large allocation can be grown into the
Philip Guenther
2022-06-30
Remove redundant comments
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
Check whether the security level allows session tickets.
Theo Buehler
2022-06-30
Add checks to ensure we do not initiate or negotiate handshakes with
Theo Buehler
2022-06-30
Replace obj_mac.h with object.h
Theo Buehler
2022-06-30
Rename use_* to ssl_use_* for consistency.
Theo Buehler
2022-06-30
whitespace nit
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
Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx
Theo Buehler
2022-06-29
ssl_cert_set{0,1}_chain() take ssl/ctx
Theo Buehler
2022-06-29
Add a security check to ssl_set_cert()
Theo Buehler
2022-06-29
Make ssl_set_{cert,pkey} take an ssl/ctx
Theo Buehler
2022-06-29
Refactor use_certificate_chain_* to take ssl/ctx instead of a cert
Theo Buehler
2022-06-29
Add functions that check security level in certs and cert chains.
Theo Buehler
2022-06-29
Make sure the verifier checks the security level in cert chains
Theo Buehler
2022-06-29
Remove a confusing comment
Theo Buehler
2022-06-29
Parse the @SECLEVEL=n annotation in cipher strings
Theo Buehler
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-29
whitespace nit
Theo Buehler
2022-06-29
missing blank line
Theo Buehler
2022-06-29
Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.
Bob Beck
2022-06-29
Also check the security level in SSL_get1_supported_ciphers
Theo Buehler
2022-06-29
Check security level when convertin a cipher list to bytes
Theo Buehler
2022-06-29
Also check the security level when choosing a shared cipher
Theo Buehler
2022-06-29
There's tentacles, tentacles everywhere
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-29
Rename one s to ssl for consistency
Theo Buehler
2022-06-29
Check sigalg security level when selecting them.
Theo Buehler
2022-06-29
Check the security bits of the sigalgs' pkey
Theo Buehler
2022-06-29
Check the security level when building sigalgs
Theo Buehler
2022-06-29
Annotate sigalgs with their security level.
Theo Buehler
2022-06-28
Add prototypes for ssl{_ctx,}_security()
Theo Buehler
2022-06-28
Add error code defins
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
Add security level related error codes.
Theo Buehler
2022-06-28
Sort error strings
Theo Buehler
2022-06-28
Implement ssl{,_ctx}_security()
Theo Buehler
2022-06-28
Copy the security level stuff in ssl_cert_dup()
Theo Buehler
2022-06-28
Set up the default callback in SSL_CERT
Theo Buehler
2022-06-28
Implement the default security level callback
Theo Buehler
2022-06-28
Provide OPENSSL_TLS_SECURITY_LEVEL define
Theo Buehler
2022-06-28
Implement SSL_{CTX_}_{g,s}et_security_level(3)
Theo Buehler
2022-06-28
Add security callback, level and ex_data fields to SSL_CERT
Theo Buehler
2022-06-28
Add #defines and prototypes for security level API
Theo Buehler
[next]