59 Révisions (5f005ccd9dfe791a64e31187a4e4c6c508416073)

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