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

Feature inlined assembly returns #4139

Closed

Commits on Dec 19, 2012

  1. openssl: fix perlasm issue

    When perlasm generates MASM code it sets the assembler target to 468.
    In this mode MASM refuses to assemble the CPUID instruction. Bumping
    the target to 586 solves this problem.
    piscisaureus authored and indutny committed Dec 19, 2012
    Copy the full SHA
    15830a0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d04015f View commit details
    Browse the repository at this point in the history
  3. 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 authored and indutny committed Dec 19, 2012
    Copy the full SHA
    118aa33 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0fb03b0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5c82e5f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3e5b404 View commit details
    Browse the repository at this point in the history
  7. openssl: fix build

    indutny committed Dec 19, 2012
    Copy the full SHA
    ee73a66 View commit details
    Browse the repository at this point in the history