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

ECDH and DH secret derivation: openssl_pkey_derive() #3197

Closed
wants to merge 9 commits into from

Commits on Mar 26, 2018

  1. ECDH support for openssl_dh_compute_key()

        string openssl_dh_compute_key(resource ec_pub_key,resource ec_priv_key)   [new]
        string openssl_dh_compute_key(resource dh_pub_key,resource dh_priv_key)   [new]
        string openssl_dh_compute_key(string dh_pub,resource dh_priv_key)         [original]
    vesvault-jz committed Mar 26, 2018
    Copy the full SHA
    7861bad View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. windows fix

    vesvault-jz committed Mar 27, 2018
    Copy the full SHA
    e925b43 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Copy the full SHA
    f2cfd3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b170b05 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3feba65 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bea922d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    46f9762 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Copy the full SHA
    e011b83 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. NIT CS

    vesvault-jz committed Apr 4, 2018
    Copy the full SHA
    cd853e6 View commit details
    Browse the repository at this point in the history