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
Age
Commit message (
Expand
)
Author
2018-09-12
crank to follow minor crank in libcrypto; ok tb@ jsing@
Damien Miller
2018-09-08
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
Joel Sing
2018-09-08
SSL_MAX_DIGEST is no longer needed.
Joel Sing
2018-09-06
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
Joel Sing
2018-09-05
Use the newer/more sensible names for EVP_MD_CTX_* functions.
Joel Sing
2018-09-05
Correctly clear the current cipher state, when changing cipher state.
Joel Sing
2018-09-03
Stop using composite EVP_CIPHER AEADs.
Joel Sing
2018-09-03
Stop handling AES-GCM via ssl_cipher_get_evp().
Joel Sing
2018-09-03
Clean up SSL_DES and SSL_IDEA remnants.
Joel Sing
2018-08-31
Remove unused argument to tls1_change_cipher_state_cipher().
Joel Sing
2018-08-30
Nuke ssl_pending/ssl_shutdown function pointers.
Joel Sing
2018-08-27
n2s and l2n3 finally bite the dust!
Joel Sing
2018-08-27
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
Joel Sing
2018-08-27
Dedup DTLS header writing code and convert to CBB.
Joel Sing
2018-08-27
Add some missing statics.
Joel Sing
2018-08-27
Simplify new session ticket encoding/generation.
Joel Sing
2018-08-27
Fix formatting and grammatical issues with the description of how to use
Joel Sing
2018-08-24
tweak previous;
Jason McIntyre
2018-08-24
crank majors after symbol addition/modification/removal
Theo Buehler
2018-08-24
Adjust documentation for SSL_copy_session_id()
Theo Buehler
2018-08-24
Let SSL_copy_session_id() return an int for error checking.
Theo Buehler
2018-08-24
unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.
Joel Sing
2018-08-24
Simplify session ticket parsing/handling.
Joel Sing
2018-08-24
Pull up the parsing of a ClientHello.
Joel Sing
2018-08-24
Clean up handshake message start/finish functions.
Joel Sing
2018-08-22
Correct session ticket encryption.
Joel Sing
2018-08-19
Rename and collapse tls12_get_sigandhash_cbb().
Joel Sing
2018-08-19
Convert ssl3_send_newsession_ticket() to CBB.
Joel Sing
2018-08-17
Convert ssl3_send_client_verify() to CBB.
Joel Sing
2018-08-16
Provide CBB_add_u32(), as needed for an upcoming conversion.
Joel Sing
2018-08-16
Simplify the add signature code/logic in ssl3_send_server_key_exchange().
Joel Sing
2018-08-16
Convert ssl3_send_server_key_exchange() to CBB.
Joel Sing
2018-08-16
Convert ssl3_get_server_key_exchange() to CBS.
Joel Sing
2018-08-14
Remove now unused variable, that got left behind from a previous change.
Joel Sing
2018-08-14
Actually check the return values for EVP_Sign* and EVP_Verify*.
Joel Sing
2018-08-10
Simplify server key exchange signature verification.
Joel Sing
2018-08-10
Simplify server kex exchange signature generation.
Joel Sing
2018-06-10
Now that all of the server-side client key exchange processing functions
Joel Sing
2018-06-03
Allocate a dedicated buffer for use when deriving a shared key during
Joel Sing
2018-06-03
Check the return value from DH_size() in ssl3_send_client_kex_dhe().
Joel Sing
2018-06-02
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
Joel Sing
2018-06-02
Remove the three remaining single DES cipher suites.
Joel Sing
2018-05-19
Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().
Joel Sing
2018-05-19
Convert ssl3_get_client_kex_gost() to CBS.
Joel Sing
2018-05-13
Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by adding
Joel Sing
2018-05-13
More clean up of the RSA key exchange code.
Joel Sing
2018-05-12
If we fail to decode an EC point format extension, send a decode_error
Joel Sing
2018-05-01
In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3)
Ingo Schwarze
2018-05-01
const for BIO_f_ssl(), the last const difference to OpenSSL in our
Theo Buehler
2018-04-29
Correct direction of SSL_ERROR_ZERO_RETURN case
Philip Guenther
[next]