Commit History

Author SHA1 Message Date
  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 7 years ago
  Matt Caswell 921d84a0ad Convert the remaining functions in the record layer to use SSLfatal() 7 years ago
  Matt Caswell c285338293 More record layer conversions to use SSLfatal() 7 years ago
  Matt Caswell 99dd374055 Convert ssl3_read_bytes() to use SSLfatal() 7 years ago
  Matt Caswell 196f2cbb78 Update ssl3_get_record() to use SSLfatal() 7 years ago
  Rich Salz cbe2964821 Consistent formatting for sizeof(foo) 7 years ago
  Andy Polyakov 3a63c0edab Resolve warnings in VC-WIN32 build, which allows to add /WX. 7 years ago
  FdaSilvaYY f479eab227 style : fix some if(... 7 years ago
  Matt Caswell 1c47d35a03 Mark a zero length record as read 7 years ago
  FdaSilvaYY cf72c75792 Implement Maximum Fragment Length TLS extension. 7 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 7 years ago
  Pauli 677963e5a4 e_os.h removal from other headers and source files. 7 years ago
  Rich Salz 0e97f1e1a7 (Re)move some things from e_os.h 7 years ago
  Xiaoyin Liu 3519bae518 Fix typos in files in ssl directory 7 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
  Matt Caswell 0b367d7955 TLSv1.3 alerts cannot be fragmented and only one per record 7 years ago
  Matt Caswell f66f8a4491 Reject unknown warning alerts in TLSv1.3 7 years ago