1. 30 Oct, 2015 1 commit
    • Matt Caswell's avatar
      Split ssl3_get_message · 9ab930b2
      Matt Caswell authored
      
      
      The function ssl3_get_message gets a whole message from the underlying bio
      and returns it to the state machine code. The new state machine code will
      split this into two discrete steps: get the message header and get the
      message body. This commit splits the existing function into these two
      sub steps to facilitate the state machine implementation.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      9ab930b2
  2. 29 Oct, 2015 1 commit
  3. 28 Oct, 2015 1 commit
    • Rich Salz's avatar
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz authored
      
      
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      a528d4f0
  4. 27 Oct, 2015 1 commit
  5. 26 Oct, 2015 1 commit
  6. 25 Oct, 2015 1 commit
  7. 24 Oct, 2015 2 commits
  8. 23 Oct, 2015 9 commits
  9. 22 Oct, 2015 4 commits
  10. 21 Oct, 2015 5 commits
  11. 18 Oct, 2015 7 commits
  12. 17 Oct, 2015 1 commit
  13. 16 Oct, 2015 2 commits
  14. 15 Oct, 2015 4 commits