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

Upgrade to openssl-1.0.2a (Part1) #1325

Closed
wants to merge 6 commits into from

Commits on Apr 2, 2015

  1. deps: update gyp to e1c8fcf7

    Shigeki Ohtsu committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    80da54c View commit details
    Browse the repository at this point in the history
  2. gyp: fix build with python 2.6

    indutny authored and Shigeki Ohtsu committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    107a68b View commit details
    Browse the repository at this point in the history
  3. tools: fix gyp to work on MacOSX without XCode

    This issue has already submitted to the upstream in
    https://code.google.com/p/gyp/issues/detail?id=477
    Use this commit until the upstream is to be fixed.
    Shigeki Ohtsu committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    91f36d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. deps: refactor openssl.gyp

    Updated gyp has "else if" syntax in condition. Use this for
    target_arch and OS switches. Several sources, defines, rules and
    libraries variables moved to gypi files.
    Shigeki Ohtsu committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    ebc75f5 View commit details
    Browse the repository at this point in the history
  2. benchmark: add/remove hash algorithm

    add sha1, sha512 algorithm and remove md5
    Shigeki Ohtsu committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    12f72b5 View commit details
    Browse the repository at this point in the history
  3. benchmark: add rsa/aes-gcm performance test

    Shigeki Ohtsu committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    6b3c90c View commit details
    Browse the repository at this point in the history