59 Commits (5f005ccd9dfe791a64e31187a4e4c6c508416073)

Author SHA1 Message Date
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 years ago
  David Benjamin e9cb2ec832 Don't support bidirectional shutdown over DTLS. 9 years ago
  David Benjamin 4cf369b920 Reject empty records of unexpected type. 9 years ago
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 years ago
  David Benjamin 7446a3b77f Clean up DTLS1_BITMAP code. 9 years ago
  David Benjamin c8d5122538 Fold dtls1_process_record into dtls1_get_record. 9 years ago
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. 9 years ago
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9 years ago
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9 years ago
  David Benjamin 76e48c51d0 Fix Windows mode. 9 years ago
  David Benjamin 3e3090dc50 Pass a dtls1_use_epoch enum down to dtls1_seal_record. 9 years ago
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9 years ago
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9 years ago
  David Benjamin b1f5bca538 Remove max parameter to ssl3_read_n. 9 years ago
  David Benjamin 9417b7649f Remove DTLS special-cases in buffer releasing. 9 years ago
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9 years ago
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 years ago
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 years ago
  David Benjamin 883e49fdd8 Remove dead code in do_dtls1_write and document another bug. 9 years ago
  David Benjamin 4417d055e2 Remove buffered_app_data as well. 9 years ago
  David Benjamin 0afbcc05e6 Remove buffering out records from the next epoch. 9 years ago
  David Benjamin d81e73dcbb Factor out sequence number updates. 9 years ago
  David Benjamin a58c57822e Simplify the pointer management around do_ssl3_write. 9 years ago
  Adam Langley 5edc4e2a9b Correct three incorrect function names in errors. 9 years ago
  David Benjamin dc3da93899 Process alerts between ChangeCipherSpec and Finished. 9 years ago
  David Benjamin f7f0f3a74b Remove ccs_header_st. 9 years ago
  David Benjamin 7eaab4cd57 Only retransmit on Finished if frag_off == 0. 9 years ago
  David Benjamin 86058a256b Tidy up the alert-parsing code. 9 years ago
  David Benjamin e0e7d0da68 Initialize the record buffers after the handshake check. 9 years ago
  David Benjamin ddb9f15e18 Reject all invalid records. 9 years ago
  David Benjamin 0ea8dda93e Remove alert_fragment and handshake_fragment. 9 years ago
  David Benjamin ac6900b0d3 Disallow peer-initiated renegotiations in DTLS. 9 years ago
  David Benjamin 5fa3eba03d Clear the error queue when dropping a bad DTLS packet. 9 years ago
  David Benjamin 1e52ecac4d Normalize tls1_enc return values. 9 years ago
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 years ago
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 years ago
  Adam Langley 44e2709cd6 Fix DTLS memory leak. 9 years ago
  Adam Langley 71d8a085d0 Reformatting of several DTLS source files. 10 years ago
  David Benjamin 9ec6bcaebe Remove method swap in DTLS_ANY_VERSION. 10 years ago
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 years ago
  David Benjamin 129992360a Check EVP_Cipher return values. 10 years ago
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 years ago
  David Benjamin e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 10 years ago
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. 10 years ago
  David Benjamin 6867f4854e Remove #if 0'd code documenting an old bug. 10 years ago
  David Benjamin d8138e91d0 Keep retransmit window size architecture-independent. 10 years ago
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 years ago
  Adam Langley ec48af40a7 Make SSL_MODE_AUTO_RETRY the default. 10 years ago
  David Benjamin a0ca1b742f DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist. 10 years ago