11 コミット (4008c7a80d59cb8dd7606abca12ec23870470c7f)

作成者 SHA1 メッセージ 日付
  David Benjamin ced9479fd1 Replace hash_current_message with get_current_message. 8年前
  Steven Valdez 5eead165fc Splitting finish_message to finish_message/queue_message. 8年前
  David Benjamin 2dc0204603 Don't return invalid versions in version_from_wire. 8年前
  David Benjamin 4497e58961 Switch finish_handshake to release_current_message. 8年前
  David Benjamin 02edcd0098 Reject stray post-Finished messages in DTLS. 8年前
  David Benjamin 481b9d2047 Remove begin_handshake and allocate init_buf lazily. 8年前
  David Benjamin 49054544d3 Clear init_msg/init_num whenever we clear the backing store. 8年前
  David Benjamin 61672818ef Check for buffered handshake messages on cipher change in DTLS. 8年前
  David Benjamin 528bd26dd9 Don't use init_buf in DTLS. 8年前
  David Benjamin 97718f1437 Move references to init_buf into SSL_PROTOCOL_METHOD. 8年前
  David Benjamin a2c42d7685 Rename (s3,d1)_meth.c. 8年前
  David Benjamin b6a0a518a3 Simplify version configuration. 8年前
  David Benjamin 7583643569 Disconnect handshake message creation from init_buf. 8年前
  David Benjamin 9f1dc8254e A bit of cleanup post state machine merging. 8年前
  David Benjamin df50eecfbc Fold DTLS server state machine into TLS state machine. 8年前
  David Benjamin aa7734b81b Fold the DTLS client handshake into the TLS one. 8年前
  David Benjamin a41280d8cb Pull ChangeCipherSpec into the handshake state machine. 9年前
  David Benjamin 79a0589dc4 Ditch remaining filename comments from public headers and ssl/ 9年前
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9年前
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. 9年前
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 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 c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9年前
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9年前
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9年前
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9年前
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9年前
  David Benjamin 9e13e1a31d Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD. 9年前
  David Benjamin f298019547 Remove ssl_version hook. 9年前
  David Benjamin 2fa83de3f2 Move handshake method hooks to SSL_PROTOCOL_METHOD. 9年前
  David Benjamin 62fd16283a Implement SSL_clear with ssl_new and ssl_free. 9年前
  Adam Langley 71d8a085d0 Reformatting of several DTLS source files. 10年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10年前
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10年前
  David Benjamin 28014cb4f2 Remove s_accept and s_connect parameters IMPLEMENT* macros. 10年前
  David Benjamin cde8abae14 Merge client/server SSL_METHODs into the generic one. 10年前
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前