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

crypto: support FIPS mode of OpenSSL #1890

Closed
wants to merge 7 commits into from

Commits on Jun 4, 2015

  1. crypto: support FIPS mode of OpenSSL

    Support building and running with FIPS-compliant OpenSSL. The process is
    following:
    
    1. Download and verify `openssl-fips-x.x.x.tar.gz` from
       https://www.openssl.org/source/
    2. Extract source to `openssl-fips` folder
    3. `cd openssl-fips && ./config fipscanisterbuild --prefix=`pwd`/out`
    4. `make -j && make install`
    5. Get into io.js checkout folder
    6. `./configure --openssl-fips=/path/to/openssl-fips/out`
    7. Build io.js with `make -j`
    
    Fix: nodejs/node-v0.x-archive#25463
    indutny committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    282d4c9 View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    c836aba View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. another fix

    indutny committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    c425e47 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. fixes

    indutny committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    c5932ad View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    d0bb37e View commit details
    Browse the repository at this point in the history
  3. fix

    indutny committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    8cfe4ab View commit details
    Browse the repository at this point in the history
  4. fix

    indutny committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    566a6f7 View commit details
    Browse the repository at this point in the history