Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi->proto_hash, key-value store for protocols #13345

Closed
wants to merge 5 commits into from

Commits on Apr 11, 2024

  1. multi->proto_hash, key-value store for protocols

    - add `Curl_hash_add2()` that passes a destructor function for
      the element added. Call element destructor instead of hash
      destructor if present.
    - multi: add `proto_hash` for protocol related information,
      remove `struct multi_ssl_backend_data`.
    - openssl: use multi->proto_hash to keep x509 shared store
    - schannel: use multi->proto_hash to keep x509 shared store
    - vtls: remove Curl_free_multi_ssl_backend_data() and its
      equivalents in the TLS backends
    icing committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1e4ff27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176d632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de0ff4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e79665d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a4ab07 View commit details
    Browse the repository at this point in the history