Commit History

Author SHA1 Message Date
  Richard Levitte b646179229 Copyright year updates 6 months ago
  Hugo Landau 89dd87e1e8 libssl: Make some global mutable structures constant 8 months ago
  Neil Horman 6f22bcd631 Add appropriate NULL checks in EVP_CIPHER api 9 months ago
  Matt Caswell afcc12c41a Don't attempt to set provider params on an ENGINE based cipher 10 months ago
  Matt Caswell da1c088f59 Copyright year updates 1 year ago
  Dimitri Papadopoulos eb4129e12c Fix typos found by codespell 1 year ago
  Tomas Mraz 25624c9087 Rationalize FIPS sources 1 year ago
  Matt Caswell 22094d11a7 Rename SSL3_RECORD to TLS_RL_RECORD 1 year ago
  Matt Caswell e9189cc4af Rename SSL3_BUFFER to TLS_BUFFER 1 year ago
  Matt Caswell 3961af375e Pipeline output/input buf arrays must live until the EVP_Cipher is called 1 year ago
  Matt Caswell 43dfa5a931 Remove dtls_write_records 1 year ago
  Matt Caswell 421386e392 Move sequence increment to post encryption processing 1 year ago
  Matt Caswell bed07b1875 Consolidate sequence counter incrementing code 1 year ago
  Matt Caswell b9e37f8f57 Convert dtls_write_records to use standard record layer functions 1 year ago
  Matt Caswell 248a9bf21a Start using WPACKET in the dtls write records code 1 year ago
  Matt Caswell 602ee1f672 Use common tls_write_records() even for DTLS 2 years ago
  Matt Caswell bf04cbfafe Use record layer buffers for DTLS rather than the buffers in s->rlayer 2 years ago
  Matt Caswell ace3819506 Introduce a step to prepare the BIO before writing 2 years ago
  Matt Caswell 2a354d5463 Add a post encryption processing step 2 years ago
  Matt Caswell 757ef3bab0 Add a prepare for encryption step 2 years ago
  Matt Caswell 2582de2590 Move record padding out of tls_common.c 2 years ago
  Matt Caswell aca70ca81c Defer record header preparation to the protocol methods 2 years ago
  Matt Caswell 7ca61d63e9 Abstract out the record type processing 2 years ago
  Matt Caswell 91fe8ff02a Defer write buffer and WPACKET allocation/initialisation to protocol code 2 years ago
  Matt Caswell 1e76110b72 Enable the ability to query the COMP_METHOD being used in the record layer 2 years ago
  Matt Caswell 9251c3c4c7 Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layer 2 years ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 2 years ago
  Matt Caswell bafe524b5c Restructure the write code 2 years ago
  Matt Caswell 1704961cf0 Formatting cleanups 2 years ago
  Matt Caswell d4ee3456e9 Correct some formatting errors in tls1_meth.c 2 years ago