Commit History

Author SHA1 Message Date
  Matt Caswell 921d84a0ad Convert the remaining functions in the record layer to use SSLfatal() 6 years ago
  Matt Caswell 5591a6132e Convert dlts1_write_bytes() to use SSLfatal() 6 years ago
  Matt Caswell c285338293 More record layer conversions to use SSLfatal() 6 years ago
  Rich Salz cbe2964821 Consistent formatting for sizeof(foo) 6 years ago
  Matt Caswell e7d961e994 Remove spurious whitespace 6 years ago
  Matt Caswell d273b60b41 Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal() 6 years ago
  FdaSilvaYY cf72c75792 Implement Maximum Fragment Length TLS extension. 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 6 years ago
  KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and 6 years ago
  Rich Salz 0e97f1e1a7 (Re)move some things from e_os.h 6 years ago
  Matt Caswell 67dc995eaf Move ossl_assert 7 years ago
  Matt Caswell 42bd7a16d0 Add an error to the stack on failure in dtls1_write_bytes() 7 years ago
  Matt Caswell b77f3ed171 Convert existing usage of assert() to ossl_assert() in libssl 7 years ago
  Matt Caswell 380a522f68 Replace instances of OPENSSL_assert() with soft asserts in libssl 7 years ago
  Matt Caswell bd990e2535 Don't allow fragmented alerts 7 years ago
  Matt Caswell aefb925647 Don't attempt to send fragments > max_send_fragment in DTLS 7 years ago
  Matt Caswell bd79bcb42b Remove special case code for SCTP reneg handling 7 years ago
  Emilia Kasper 2f0ca54c32 Remove some obsolete/obscure internal define switches: 7 years ago
  Matt Caswell 38f2837b1b Remove some commented out code in libssl 7 years ago
  Matt Caswell df15c84901 Remove some dead code from libssl 7 years ago
  Matt Caswell 28a31a0a10 Don't change the state of the ETM flags until CCS processing 7 years ago
  Matt Caswell c7f47786a5 Move state machine knowledge out of the record layer 7 years ago
  Matt Caswell 0386aad1ab Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flag 7 years ago
  Richard Levitte e72040c1dc Remove heartbeat support 7 years ago
  Matt Caswell 02ba18a63e Fix a shadowed variable declaration warning picked up by Travis 7 years ago
  Matt Caswell a14aa99be8 Convert the mac functions to just return 1 for success and 0 for failure 7 years ago
  Matt Caswell 7ee8627f6e Convert libssl writing for size_t 7 years ago
  Matt Caswell eda757514e Further libssl size_t-ify of reading 7 years ago
  David Woodhouse e23d5071ec Fix encrypt-then-mac implementation for DTLS 7 years ago
  Matt Caswell 2f2d6e3e3c Fix an Uninit read in DTLS 7 years ago