68 커밋 (3ed24f0502ea3f38fa79306dfe263527f0491230)

작성자 SHA1 메시지 날짜
  David Benjamin 4c5ddb8047 Set rwstate consistently. 8 년 전
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 년 전
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 년 전
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. 8 년 전
  David Benjamin 16285ea800 Rewrite DTLS handshake message sending logic. 9 년 전
  David Benjamin a97b737fb0 Separate CCS and handshake writing in DTLS. 9 년 전
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9 년 전
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 년 전
  David Benjamin c99807d843 Tidy up dtls1_hm_fragment_new and fix (unreachable) memory leak. 9 년 전
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 년 전
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 년 전
  David Benjamin 11fc66a04c DTLS fragments may not be split across two records. 9 년 전
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. 9 년 전
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. 9 년 전
  David Benjamin 3e3090dc50 Pass a dtls1_use_epoch enum down to dtls1_seal_record. 9 년 전
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9 년 전
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9 년 전
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9 년 전
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 년 전
  David Benjamin 5d1ec73b0f Require that FOO_free functions do nothing on NULL. 9 년 전
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 년 전
  David Benjamin f8ba285535 Remove redundant SSL_READING lines after ssl_read_bytes. 9 년 전
  David Benjamin bf0df92964 Fix Windows build. 9 년 전
  David Benjamin f7f0f3a74b Remove ccs_header_st. 9 년 전
  David Benjamin ee562b987e Get rid of the RSMBLY macros. 9 년 전
  David Benjamin 7538122ca6 Rework DTLS handshake message reassembly logic. 9 년 전
  David Benjamin 0685b68216 Remove HelloRequest special-case in DTLS message parsing. 9 년 전
  David Benjamin 5ca39fb50c Switch SSL_GET_MESSAGE_HASH_MESSAGE to an enum. 9 년 전
  David Benjamin bcb2d91e10 Actually check that the message has the expected type in DTLS. 9 년 전
  Adam Langley bcc4e23041 Pass fragment to dtls1_retransmit_message. 9 년 전
  Adam Langley d3459fb2f9 Don't randomly print stuff to stderr. 9 년 전
  David Benjamin fbdfefb76e Handle failures in ssl3_finish_mac. 9 년 전
  David Benjamin afbc63fc2f Simplify DTLS epoch rewind. 9 년 전
  David Benjamin f95ef93c62 Remove Finished special-case in dtls1_process_out_of_seq_message. 9 년 전
  David Benjamin 17a5f85cbb Clarify dtls1_do_write's interaction with the buffering BIO. 9 년 전
  David Benjamin 80cee912de Account for the MTU BIO_ctrls returning negative or overly large numbers. 9 년 전
  David Benjamin a18b671c94 Simplify minimum and default MTUs. 9 년 전
  David Benjamin 5a3cc0381b Remove BIO_CTRL_DGRAM_MTU_EXCEEDED retry in dtls1_do_write. 9 년 전
  David Benjamin 7f18b139cc Always SSL_OP_NO_QUERY_MTU before querying the BIO MTU. 9 년 전
  David Benjamin d9778fb418 Guard against small MTUs from the BIO. 9 년 전
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 년 전
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 년 전
  David Benjamin 16d031a493 Fold dtls1_set_message_header into dtls1_set_handshake_header. 10 년 전
  Adam Langley 71d8a085d0 Reformatting of several DTLS source files. 10 년 전
  David Benjamin 83abdd6e58 Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask 10 년 전
  David Benjamin 60e7992764 Remove DTLSv1_listen. 10 년 전
  David Benjamin a0ca1b742f DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist. 10 년 전
  Adam Langley 7571292eac Extended master secret support. 10 년 전
  Adam Langley b2cb0ece76 Fix minor issues found by Clang's analysis. 10 년 전
  David Benjamin 590cbe970c Introduce a hash_message parameter to ssl_get_message. 10 년 전