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: 3d0147ab341a^
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 9a739a6efa85
Choose a head ref
  • 7 commits
  • 80 files changed
  • 1 contributor

Commits on Dec 19, 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 19, 2012
    Copy the full SHA
    3d0147a 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 19, 2012
    Copy the full SHA
    1484a5d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    96903d1 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 19, 2012
    Copy the full SHA
    e4190b4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7845005 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f169825 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9a739a6 View commit details
    Browse the repository at this point in the history