summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_cbc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-2/+2
* Convert s3_cbc.c to opaque EVP_MD_CTX.tb2021-12-091-9/+10
* Make local header inclusion consistent.jsing2021-05-161-3/+3
* Reimplement the TLSv1.2 record handling for the read side.jsing2020-10-031-16/+14
* We inherited the constant time CBC padding removal from BoringSSL, buttb2020-06-191-4/+4
* Consistently spell 'unsigned' as 'unsigned int', as style(9) seemstb2020-03-161-25/+25
* Stop overloading the record type for padding length.jsing2020-03-121-2/+2
* Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.jsing2020-03-121-4/+4
* Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it.jsing2020-02-211-1/+15
* Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.jsing2018-09-081-7/+1
* move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant andbeck2017-01-231-2/+2
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-2/+2
* When using an union including a type known for having strong alignmentmiod2016-11-081-7/+15
* Remove unused SSLv3 from ssl3_cbc_record_digest_supported().jsing2016-11-061-72/+29
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-201-2/+2
* Nuke ssl3_cbc_remove_padding().jsing2015-09-111-31/+1
* Remove workaround for TLS padding bug from SSLeay days.doug2015-07-171-19/+1
* Add error handling for EVP_DigestInit_ex().doug2014-12-151-5/+11
* decompress libssl. ok beck jsingtedu2014-07-101-2/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Add a define for the SSLv3 sequence size and use it, rather than sprinklingjsing2014-06-081-2/+2
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-1/+2
* quick pass at removing ability to disable sha256 and sha512. ok miodtedu2014-04-171-12/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-51/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-238/+207
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-0/+790