summaryrefslogtreecommitdiff
path: root/ssl/s3_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the new_record_layer functionMatt Caswell2023-01-241-2/+2
* Remove enc_write_stateMatt Caswell2022-10-121-4/+0
* Move the SSLv3 crypto code into the new record layerMatt Caswell2022-10-051-52/+3
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+8
* Move need_empty_fragments inside the record layerMatt Caswell2022-09-231-16/+0
* Create the write record layer method and object and use itMatt Caswell2022-09-231-9/+11
* Fix some no-comp compilation failuresMatt Caswell2022-08-181-3/+1
* Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell2022-08-181-1/+1
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-2/+2
* Ensure various SSL options are passed down to the record layerMatt Caswell2022-08-181-13/+6
* Convert SSLv3 code to use the new read side record layerMatt Caswell2022-08-181-101/+80
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-16/+18
* tls: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-8/+8
* Allow TLS13_AD_MISSING_EXTENSION for older versionsBenjamin Kaduk2021-05-251-0/+2
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-2/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-1/+2
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-61/+30
* Improve some error messages if a digest is not availableMatt Caswell2020-08-291-1/+6
* Appease -Werror=stringop-overflow=Patrick Steuer2020-08-131-3/+2
* Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell2020-07-061-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix test_ssl_new test failureMatt Caswell2020-04-211-4/+6
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-2/+5
* Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte2019-10-111-3/+5
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+1
* Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2019-06-111-8/+5
* Move digests to providersShane Lontis2019-06-041-8/+27
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-44/+44
* Eliminate unused buffers from ssl3_change_cipher_stateDmitry Belyavskiy2019-01-031-6/+0
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov2018-10-121-3/+5
* Ensure that we write out alerts correctly after early_dataMatt Caswell2018-08-081-2/+2
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-1/+0
* Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger2018-03-191-0/+2
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-0/+1
* Fix some formatting nitsMatt Caswell2017-12-041-1/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-10/+30
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-43/+77
* Replace some usage of SSLerr with SSLfatal()Matt Caswell2017-12-041-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-36/+36
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-1/+4
* Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell2017-05-081-35/+0
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-101-0/+2