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