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: 160e4d053481
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 3570f2097f20
Choose a head ref
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Oct 23, 2012

  1. crypto: Move encoding logic to JS, default=buffer

    crypto: Hash and Hmac default to buffers
    
    crypto: Move Cipher encoding logic to JS
    
    crypto: Move Cipheriv encoding logic to JS
    
    crypto: Move Decipher encoding logic to JS
    
    crypto: Move Decipheriv into JS, default to buffers
    
    crypto: Move Sign class to JS
    
    crypto: Better encoding handling in Hash.update
    
    crypto: Move Verify class to JS
    
    crypto: Move DiffieHellman to JS, default to buffers
    
    crypto: Move DiffieHellmanGroup to JS, default to buffers
    
    Also, create a test for this feature
    isaacs committed Oct 23, 2012
    Copy the full SHA
    9901b69 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bfb9d5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4266f5c View commit details
    Browse the repository at this point in the history
  4. crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')

    This is a flag to make it easier for users to upgrade through the
    breaking crypto change, and easier for us to switch it back if it's a
    problem.
    
    Explicitly set default encoding to 'buffer' in other tests, in case it
    ever changes back.
    isaacs committed Oct 23, 2012
    Copy the full SHA
    76b0bdf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c87b524 View commit details
    Browse the repository at this point in the history
  6. doc: OpenSSL is bundled now.

    isaacs committed Oct 23, 2012
    Copy the full SHA
    f362135 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d7da20c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f2fa97f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1122e3a View commit details
    Browse the repository at this point in the history
  10. Merge branch 'crypto-buffers'

    isaacs committed Oct 23, 2012
    Copy the full SHA
    3570f20 View commit details
    Browse the repository at this point in the history