838 コミット (399e7c94bfac09a64db3aff020952ee2f8363c56)

作成者 SHA1 メッセージ 日付
  David Benjamin 399e7c94bf Run go fmt on runner. 9年前
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9年前
  Adam Langley c5b23a19ea Work around MSVC's limitations. 9年前
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9年前
  Adam Langley 0950563a9b Implement custom extensions. 9年前
  David Benjamin 820731a2b0 Fix some typos in license headers. 9年前
  David Benjamin 0a96859877 Minor simplification to the padding extension logic. 9年前
  David Benjamin 821464e45f Remove old 'prepare' extensions functions. 9年前
  David Benjamin 422fe08672 Add tests for the padding extension. 9年前
  Adam Langley a54cc0c55c Remove most handshake equal functions from runner. 9年前
  Adam Langley 879219b2c0 Move the declaration of kSRTPProfiles to ssl/internal.h 9年前
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9年前
  Adam Langley 273d49cd80 Convert EC curves extension to the new system 9年前
  Adam Langley bdd5d666f0 Convert EC point formats extension to the new system 9年前
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9年前
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9年前
  Adam Langley f18e453db8 Convert the ALPN extension to the new system 9年前
  Adam Langley ab8d87d2f5 Convert the SCT extension to the new system 9年前
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 7ca4b42146 Fix Chromium NaCl build. 9年前
  Doug Hogan ecdf7f9986 Minor whitespace update after running go fmt with 1.4.2. 9年前
  Adam Langley 97dfcbfc7c Convert the NPN extension to the new system 9年前
  Adam Langley bb0bd04d15 Convert the status_request (OCSP stapling) extension to the new system 9年前
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system 9年前
  Adam Langley 9b05bc5caf Convert the session ticket extension to the new system. 9年前
  Adam Langley 0a05671f76 Switch EMS over to the new extensions system. 9年前
  Adam Langley efb0e16ee5 Reject empty ALPN protocols. 9年前
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9年前
  Adam Langley b558c4c504 Add a test case for renegotation with False Start enabled. 9年前
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9年前
  Adam Langley 6df1ac9092 Fix Windows build. 9年前
  David Benjamin 71d2e54099 Clear key_method in ssl_cert_clear_certs. 9年前
  David Benjamin 11c0f8e54c Promote certificate-related ctrl macros to functions. 9年前
  David Benjamin 7481d39bf7 Document APIs relating to configuring certificates and private keys. 9年前
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9年前
  David Benjamin 4462809623 Remove SSL_CTX_select_current_cert. 9年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9年前
  David Benjamin 570364800c Remove SSL_CTX_get_extra_chain_certs_only. 9年前
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9年前
  David Benjamin 0fc431a0d7 Prune NIDs from TLS_SIGALGS. 9年前
  David Benjamin ba16a1e405 Remove SSL_get_(shared_)sigalgs. 9年前
  David Benjamin 7d97fd3a91 Remove SSL_get_server_tmp_key. 9年前
  David Benjamin 396a441421 ssl3_cert_verify_hash should take the EVP_PKEY type. 9年前
  David Benjamin 67dc83851b Fix ssl3_send_client_certificate state machine. 9年前
  David Benjamin dfa4069a16 Fix MSVC build some more. 9年前
  David Benjamin 3e536334be Fix Windows build. 9年前
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9年前
  Håvard Molland 047d6f0f4d Remove ssl2.h and ssl23.h. 9年前
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9年前