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_locl.h
Age
Commit message (
Expand
)
Author
2022-07-10
Annotate the security callback and the security ex_data as deliberately
Theo Buehler
2022-07-07
Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds
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
Add checks to ensure we do not initiate or negotiate handshakes with
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
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
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
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-28
Add prototypes for ssl{_ctx,}_security()
Theo Buehler
2022-06-28
Implement the default security level callback
Theo Buehler
2022-06-28
Add security callback, level and ex_data fields to SSL_CERT
Theo Buehler
2022-06-07
Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_t
Theo Buehler
2022-06-07
Switch SSL_SESSION's session_id_length to a size_t
Theo Buehler
2022-06-07
Switch the SSL_SESSION's master_key_length to a size_t
Theo Buehler
2022-06-06
Tweak comment describing the SSL_SESSION ASN.1
Theo Buehler
2022-06-06
Fix spaces before tabs
Theo Buehler
2022-06-03
Add a use_psk_dhe_ke flag to the TLSv1.3 handshake struct
Theo Buehler
2022-03-17
Remove const from tls1_transcript_hash_value()
Joel Sing
2022-03-12
Factor out change cipher spec handing code in the legacy stack.
Joel Sing
2022-02-21
Factor out alert handing code in the legacy stack.
Joel Sing
2022-02-05
Bye bye S3I.
Joel Sing
2022-02-03
Cleanup/simplify ssl_cert_type()
Joel Sing
2022-01-11
Remove peer_pkeys from SSL_SESSION.
Joel Sing
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
Joel Sing
2022-01-11
Plumb decode errors through key share parsing code.
Joel Sing
2022-01-09
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
Joel Sing
2022-01-08
Merge SESS_CERT into SSL_SESSION.
Joel Sing
2022-01-08
Remove commented out CERT_* defines.
Joel Sing
2022-01-08
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
Joel Sing
2022-01-07
Rename dh_tmp to dhe_params.
Joel Sing
2022-01-07
Convert legacy server to tls_key_share.
Joel Sing
2022-01-06
Convert legacy TLS client to tls_key_share.
Joel Sing
2022-01-05
Rename tls13_key_share to tls_key_share.
Joel Sing
2021-12-04
Clean up and refactor server side DHE key exchange.
Joel Sing
2021-12-04
Move the minimum DHE key size check into ssl_kex_peer_params_dhe()
Joel Sing
2021-12-04
Check DH public key in ssl_kex_peer_public_dhe().
Joel Sing
2021-11-29
Factor out/rewrite DHE key exchange.
Joel Sing
2021-10-25
Use ssl_force_want_read() in the DTLS code.
Joel Sing
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-10-23
Add SSL_get0_verified_chain - needed by some new stuff
Bob Beck
2021-10-23
Add new OpenSSL API SSL_CTX_set_num_tickets and friends.
Bob Beck
2021-10-23
Mop up enc_read_ctx and read_hash.
Joel Sing
[next]