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

OpenSSL EVP API Fix (ECB mode failing) #1997

Closed
wants to merge 8 commits into from
Closed

OpenSSL EVP API Fix (ECB mode failing) #1997

wants to merge 8 commits into from

Commits on Nov 3, 2011

  1. node_crypto: Correctly use EVP_Cipher*_ex methods instead of 'obsolet…

    …e' old versions. This also fixes an issue that made blowfish's ECB mode unusable. Need to investigate if this breaks anything related to padding.
    KiNgMaR committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    abefd9e View commit details
    Browse the repository at this point in the history
  2. Add a test for aforementioned BF-ECB bug. The hex strings have been g…

    …enerated from an independent C++ program.
    KiNgMaR committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    e58e16b View commit details
    Browse the repository at this point in the history
  3. This enables the previous fix to work on OpenSSL<=0.9.8l - verified v…

    …ia linking against old OpenSSL and using the new test case. Also the rest of the test suite does not report any side effects.
    KiNgMaR committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    087b5a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2011

  1. Configuration menu
    Copy the full SHA
    ef8a73d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4eb8d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    995e8b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2cdfd View commit details
    Browse the repository at this point in the history
  5. Another long line wrapped.

    KiNgMaR committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    cc30245 View commit details
    Browse the repository at this point in the history