56 커밋 (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

작성자 SHA1 메시지 날짜
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9 년 전
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 년 전
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 년 전
  David Benjamin ef4962f5a3 Shush warning in alignment code. 9 년 전
  David Benjamin 883e49fdd8 Remove dead code in do_dtls1_write and document another bug. 9 년 전
  David Benjamin bc746e3e9c Don't switch s->version on record-layer version mismatch. 9 년 전
  David Benjamin 4a3f0732fd Tidy record length check. 9 년 전
  David Benjamin 9faafdaeb8 Clean up do_ssl3_write fragment handling. 9 년 전
  David Benjamin a58c57822e Simplify the pointer management around do_ssl3_write. 9 년 전
  David Benjamin dc3da93899 Process alerts between ChangeCipherSpec and Finished. 9 년 전
  Adam Langley c4482d65dc Switch an assert back to a check. 9 년 전
  David Benjamin 86058a256b Tidy up the alert-parsing code. 9 년 전
  David Benjamin ed7c475154 Rename cutthrough to False Start. 9 년 전
  David Benjamin ccf74f8085 Revise SSL_cutthrough_complete and SSL_in_init. 9 년 전
  David Benjamin 931ab3484f Fix handshake check when False Start is used with implicit read. 9 년 전
  David Benjamin e0e7d0da68 Initialize the record buffers after the handshake check. 9 년 전
  David Benjamin e820df9371 Forbid interleaving between application data and handshake protocols. 9 년 전
  David Benjamin ddb9f15e18 Reject all invalid records. 9 년 전
  David Benjamin 1e52ecac4d Normalize tls1_enc return values. 9 년 전
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 년 전
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 년 전
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 년 전
  David Benjamin 1f48fba861 Use have_version in clamping TLS record-layer version to 1.0. 10 년 전
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 년 전
  Adam Langley af7e74ba9f Remove variable shadowing. 10 년 전
  David Benjamin 129992360a Check EVP_Cipher return values. 10 년 전
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 년 전
  David Benjamin e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 10 년 전
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10 년 전
  David Benjamin b4188f0c9d Don't be lenient if the client attempts unsafe renego. 10 년 전
  David Benjamin 6867f4854e Remove #if 0'd code documenting an old bug. 10 년 전
  Adam Langley ec48af40a7 Make SSL_MODE_AUTO_RETRY the default. 10 년 전
  David Benjamin e92fc1812d Remove remnant of SRP. 10 년 전
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 년 전
  David Benjamin c92c2d7a07 Prune some dead quirks and document the SSL_OP_ALL ones. 10 년 전
  David Benjamin f0fd37323b Remove remnants of EVP_CIPHER-based AES_GCM cipher. 10 년 전
  David Benjamin 5b8f104ee8 Revise hash management for reading the Finished message. 10 년 전
  David Benjamin 09bd58d1f1 Replace some DTLS version checks with SSL_IS_DTLS. 10 년 전
  Kenny Root 7fdeaf1101 Retry sending record split fragment when SSL write fails. 10 년 전
  Alex Chernyakhovsky a324603651 Remove OPENSSL_NO_TLS{,1} 10 년 전
  Adam Langley 46cfb0e4ee Remove redundant check. 10 년 전
  David Benjamin 86271ee9f8 Change CCS_OK to EXPECT_CCS. 10 년 전
  David Benjamin 13ab3e3ce1 Remove heartbeat extension. 10 년 전
  David Benjamin 3f6fa3db62 Remove more remnants of compression. 10 년 전
  Adam Langley 87750b433a Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jung@kippdata.de> 10 년 전
  Adam Langley ce7f9caa98 Fix for CVE-2014-0224 10 년 전
  Adam Langley ec48ffc1fe Additional CVE-2014-0224 protection. 10 년 전
  Adam Langley 45fb1eca0d Sync with upstream's fix for PR#3321. 10 년 전
  Adam Langley 9611cfcb9f safety check to ensure we dont send out beyond the users buffer 10 년 전
  Adam Langley 4a35a93a12 Fix use after free. 10 년 전