Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: d1556fbdd298
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 747598280193
Choose a head ref
  • 7 commits
  • 83 files changed
  • 1 contributor

Commits on Dec 20, 2012

  1. openssl: clean up and merge configuration files

    This patch brings the openssl library that is built with gyp closer
    to what the standard build system produces.
    
    All opensslconf.h versions are now merged into a single file, which
    makes it easier for compiled addons to locate this file.
    piscisaureus committed Dec 20, 2012
    Copy the full SHA
    7eaea7f View commit details
    Browse the repository at this point in the history
  2. openssl: make perlasm target pentium or newer for masm outputs

    When perlasm generates MASM code it sets the assembler target to 468.
    In this mode MASM refuses to assemble a couple of instructions. Bumping
    the target to 686 solves this problem.
    piscisaureus committed Dec 20, 2012
    Copy the full SHA
    2e6180a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aeae22c View commit details
    Browse the repository at this point in the history
  4. openssl: disable HT sidechannel attack mitigation

    It used to be off before. It's extremely unlikely that such an attack
    would be a viable attack against node. And it makes AES much slower.
    piscisaureus committed Dec 20, 2012
    Copy the full SHA
    1d97db5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1b5c5b1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5edbb53 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7475982 View commit details
    Browse the repository at this point in the history