Commit History

Author SHA1 Message Date
  Matt Caswell ba70904949 Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake data 6 years ago
  Matt Caswell 93f528f36e Auto retry if we ditch records during shutdown 6 years ago
  Matt Caswell fee33643a8 Fix enable-ssl3 enable-ssl3-method 6 years ago
  Matt Caswell bcf2907c68 Remodel the if sequence for handling alerts 6 years ago
  Matt Caswell 4aa5a5669c Fix TLSv1.3 alert handling 6 years ago
  Matt Caswell 3295d24238 Use the TLSv1.3 record header as AAD 6 years ago
  Matt Caswell 5f7470df83 The record version for ClientHello2 should be TLS1.2 6 years ago
  Matt Caswell 6738bf1417 Update copyright year 6 years ago
  Bernd Edlinger ebc20cfa74 Swap the check in ssl3_write_pending to avoid using 6 years ago
  Matt Caswell 3faa07b582 Move decisions about whether to accept reneg into the state machine 6 years ago
  Matt Caswell 2d729db2f0 Send TLSv1.2 as the record version when using TLSv1.3 6 years ago
  Matt Caswell 921d84a0ad Convert the remaining functions in the record layer to use SSLfatal() 6 years ago
  Matt Caswell c285338293 More record layer conversions to use SSLfatal() 6 years ago
  Matt Caswell 99dd374055 Convert ssl3_read_bytes() to use SSLfatal() 6 years ago
  Matt Caswell 196f2cbb78 Update ssl3_get_record() to use SSLfatal() 6 years ago
  Rich Salz cbe2964821 Consistent formatting for sizeof(foo) 6 years ago
  Andy Polyakov 3a63c0edab Resolve warnings in VC-WIN32 build, which allows to add /WX. 6 years ago
  FdaSilvaYY f479eab227 style : fix some if(... 6 years ago
  Matt Caswell 1c47d35a03 Mark a zero length record as read 6 years ago
  FdaSilvaYY cf72c75792 Implement Maximum Fragment Length TLS extension. 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 6 years ago
  Pauli 677963e5a4 e_os.h removal from other headers and source files. 6 years ago
  Rich Salz 0e97f1e1a7 (Re)move some things from e_os.h 6 years ago
  Xiaoyin Liu 3519bae518 Fix typos in files in ssl directory 6 years ago
  Benjamin Kaduk cf34d54d82 drop some no-longer-relevant TODO(TLS1.3) entries 7 years ago
  Paul Yang bd91e3c870 Fix a bundle of trailing spaces in several files 7 years ago
  Todd Short db0f35dda1 Fix #2400 Add NO_RENEGOTIATE option 7 years ago
  Todd Short dffdcc773a Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION 7 years ago
  Matt Caswell b77f3ed171 Convert existing usage of assert() to ossl_assert() in libssl 7 years ago
  Matt Caswell bd990e2535 Don't allow fragmented alerts 7 years ago