Commit History

Author SHA1 Message Date
  Richard Levitte 846ec07d90 Adapt all EVP_CIPHER_CTX users for it becoming opaque 8 years ago
  Richard Levitte bfb0641f93 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 8 years ago
  Richard Levitte eda34e4bef Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanup 8 years ago
  Richard Levitte 6e59a892db Adjust all accesses to EVP_MD_CTX to use accessor functions. 8 years ago
  Kurt Roeckx 361a119127 Remove support for all 40 and 56 bit ciphers. 8 years ago
  Dr. Stephen Henson 600fdc716f fix function code discrepancy 8 years ago
  Dr. Stephen Henson 28ba2541f9 PRF and handshake hash revision. 8 years ago
  Dr. Stephen Henson 6938c954b0 Remove unused cert_verify_mac code 8 years ago
  Matt Caswell 5f3d93e4a3 Ensure all EVP calls have their returns checked where appropriate 8 years ago
  Dr. Stephen Henson c72382048f Avoid duplication. 9 years ago
  Dr. Stephen Henson 124037fdc0 Tidy up ssl3_digest_cached_records logic. 9 years ago
  Dr. Stephen Henson f6a103133a Revert "Avoid duplication." 9 years ago
  Dr. Stephen Henson d480e182fe Avoid duplication. 9 years ago
  Dr. Stephen Henson 85fb6fdaed remove unnecessary NULL checks 9 years ago
  Rich Salz e0f9bf1de7 clear/cleanse cleanup 9 years ago
  Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes 9 years ago
  Rich Salz b4faea50c3 Use safer sizeof variant in malloc 9 years ago
  Rich Salz efa7dd6444 free NULL cleanup 11 9 years ago
  Rich Salz 4b45c6e52b free cleanup almost the finale 9 years ago
  Viktor Dukhovni 61986d32f3 Code style: space after 'if' 9 years ago
  Matt Caswell 14daae5a62 Move ssl3_record_sequence_update into record layer 9 years ago
  Matt Caswell de07f311ce Move read_sequence and write_sequence from s->s3 to s->rlayer 9 years ago
  Matt Caswell bd2e3a9512 Introduce macro RECORD_LAYER_setup_comp_buffer 9 years ago
  Matt Caswell 02a36fdae8 Move more SSL3_RECORD oriented functions into ssl3_record.c 9 years ago
  Matt Caswell 92ffa83d8b Encapsulate s->s3->wrec 9 years ago
  Matt Caswell 258f8721a5 Encapsulate s->s3->rrec 9 years ago
  Rich Salz ca3a82c3b3 free NULL cleanup 9 years ago
  Matt Caswell 69f6823748 Fix missing return value checks 9 years ago
  Matt Caswell c9dd49a751 Cleanse buffers 9 years ago
  Matt Caswell 35a1cc90bc More comment realignment 9 years ago