summaryrefslogtreecommitdiffstats
path: root/ssl/s3_enc.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-02libssl: Make some global mutable structures constantHugo Landau
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2022-10-12Remove enc_write_stateMatt Caswell
2022-10-05Move the SSLv3 crypto code into the new record layerMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-23Move need_empty_fragments inside the record layerMatt Caswell
2022-09-23Create the write record layer method and object and use itMatt Caswell
2022-08-18Fix some no-comp compilation failuresMatt Caswell
2022-08-18Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Ensure various SSL options are passed down to the record layerMatt Caswell
2022-08-18Convert SSLv3 code to use the new read side record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25Allow TLS13_AD_MISSING_EXTENSION for older versionsBenjamin Kaduk
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-08-29Improve some error messages if a digest is not availableMatt Caswell
2020-08-13Appease -Werror=stringop-overflow=Patrick Steuer
2020-07-06Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-04-21Fix test_ssl_new test failureMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-04Move digests to providersShane Lontis
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-01-03Eliminate unused buffers from ssl3_change_cipher_stateDmitry Belyavskiy
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-10-12ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov
2018-08-08Ensure that we write out alerts correctly after early_dataMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2017-12-04Fix some formatting nitsMatt Caswell
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-12-04Replace some usage of SSLerr with SSLfatal()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-03Move ossl_assertMatt Caswell