Age | Commit message (Expand) | Author |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2021-12-09 | Convert s3_cbc.c to opaque EVP_MD_CTX. | Theo Buehler |
2021-05-16 | Make local header inclusion consistent. | Joel Sing |
2020-10-03 | Reimplement the TLSv1.2 record handling for the read side. | Joel Sing |
2020-06-19 | We inherited the constant time CBC padding removal from BoringSSL, but | Theo Buehler |
2020-03-16 | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | Theo Buehler |
2020-03-12 | Stop overloading the record type for padding length. | Joel Sing |
2020-03-12 | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. | Joel Sing |
2020-02-21 | Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it. | Joel Sing |
2018-09-08 | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE. | Joel Sing |
2017-01-23 | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | Bob Beck |
2017-01-23 | Move a large part of ssl_st into internal, so we can see what squeals. | Bob Beck |
2016-11-08 | When using an union including a type known for having strong alignment | Miod Vallat |
2016-11-06 | Remove unused SSLv3 from ssl3_cbc_record_digest_supported(). | Joel Sing |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2015-09-11 | Nuke ssl3_cbc_remove_padding(). | Joel Sing |
2015-07-17 | Remove workaround for TLS padding bug from SSLeay days. | Doug Hogan |
2014-12-15 | Add error handling for EVP_DigestInit_ex(). | Doug Hogan |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-08 | Add a define for the SSLv3 sequence size and use it, rather than sprinkling | Joel Sing |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-04-17 | quick pass at removing ability to disable sha256 and sha512. ok miod | Ted Unangst |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2013-02-14 | Import OpenSSL 1.0.1g | Markus Friedl |