summaryrefslogtreecommitdiff
path: root/lib/libssl/s3_cbc.c
AgeCommit message (Expand)Author
2018-09-08Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.Joel Sing
2017-01-23move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant andBob Beck
2017-01-23Move a large part of ssl_st into internal, so we can see what squeals.Bob Beck
2016-11-08When using an union including a type known for having strong alignmentMiod Vallat
2016-11-06Remove unused SSLv3 from ssl3_cbc_record_digest_supported().Joel Sing
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2015-09-11Nuke ssl3_cbc_remove_padding().Joel Sing
2015-07-17Remove workaround for TLS padding bug from SSLeay days.Doug Hogan
2014-12-15Add error handling for EVP_DigestInit_ex().Doug Hogan
2014-07-10decompress libssl. ok beck jsingTed Unangst
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-08Add a define for the SSLv3 sequence size and use it, rather than sprinklingJoel Sing
2014-05-30Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andJoel Sing
2014-04-17quick pass at removing ability to disable sha256 and sha512. ok miodTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2013-02-14Import OpenSSL 1.0.1gMarkus Friedl