64 コミット (1c58471cc9f4eae87ebf1b07e5f6754c45b40238)

作成者 SHA1 メッセージ 日付
  David Benjamin 81f030b106 Switch OPENSSL_VERSION_NUMBER to 1.1.0. 8年前
  David Benjamin 4512b792ba Run comment conversion script on include/ 7年前
  David Benjamin 3e2001c767 Remove BIO_set_callback and friends. 7年前
  David Benjamin 27e377ec65 Fix miscellaneous clang-tidy warnings. 7年前
  David Benjamin 01f8a8c2d5 Convert stack.h to use inline functions. 7年前
  David Benjamin 11c82895d7 Remove support for blocking DTLS timeout handling. 7年前
  David Benjamin 41a26e819f Remove buffer BIOs. 7年前
  David Benjamin 1d6eeb3b85 Spellcheck our public headers. 7年前
  David Benjamin 5b1f07e9e7 Remove unused BIO_RR_* values. 7年前
  Adam Langley f5b30cc28c Add a simplified SSL BIO for curl. 7年前
  David Benjamin ed1d288a91 Unwind all the zero-copy BIO pair machinery. 7年前
  David Benjamin dda85e85a0 Remove the last of BIO_print_errors. 8年前
  David Benjamin 28d938d4c3 Unwind unnecessary Android hacks. 8年前
  Alessandro Ghedini 32d961ae48 Implement BIO_eof() for compatibility 8年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8年前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8年前
  Adam Langley 8d79ed6740 Assume that MSVC supports C++11. 8年前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8年前
  David Benjamin 585d7a4987 Test both synchronous and asynchronous DTLS retransmit. 8年前
  David Benjamin bbc7859817 Match OpenSSL's values for BIO_CTRL_*. 8年前
  David Benjamin e7b3ce58ad Add BIO_set_conn_int_port. 8年前
  David Benjamin ea77107e9a Remove references to non-existent BIO functions. 8年前
  David Benjamin 26993ad55e Only use recv/send for socket BIOs on Windows. 8年前
  Adam Langley 4435e96b08 Include buffer.h from bio.h. 8年前
  David Benjamin 22ce9b2d08 SSL_set_fd should create socket BIOs, not fd BIOs. 8年前
  David Benjamin a473e554b4 Add BIO_do_connect. 8年前
  Steven Valdez d8eea14443 BIO_new_mem_buf should take const void * 8年前
  Adam Langley ce9d85eedd Tweaks for node.js 8年前
  David Benjamin 95219feafd Fix some documentation comments. 8年前
  Brian Smith 061332f216 Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations. 8年前
  David Benjamin e6d1e5a871 Use typedef names, not struct names. 9年前
  Adam Langley 5f88999a1e Fix up several comments and detect problems in the future. 9年前
  Matt Braithwaite 29d8adbdc6 Better handle IPv6. 9年前
  David Benjamin 617eac6a21 Align BIO_get_fd with upstream. 9年前
  David Benjamin 6fad7bc586 Some documentation fixes. 9年前
  Adam Langley 07bf9f69ba Drop DEFINE_STACK_OF. 9年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9年前
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. 9年前
  Matt Braithwaite e17d45f069 Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. 9年前
  Kenny Root 3a9e1fba0e Correct various documentation typos 9年前
  Adam Langley 71106adf89 Add |BIO_read_asn1| to read a single ASN.1 object. 9年前
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9年前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9年前
  Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 9年前
  Adam Langley ab9017b0ff Revert "bio: remove reference count." 9年前
  Adam Langley d5eb7f4268 bio: remove BIO_CTRL_PUSH/_POP. 9年前
  David Benjamin 1004b9564a Remove BIO's ex_data. 9年前
  Adam Langley 9bde6aeb76 bio: remove reference count. 9年前