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: 66280de133a5
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 68487a73f27b
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 12, 2013

  1. crypto: split crypto classes

    indutny committed Mar 12, 2013
    Copy the full SHA
    a15cc93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    83d17e5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7845918 View commit details
    Browse the repository at this point in the history
  4. crypto: replace BIO_free with BIO_free_all

    From OpenSSL's documentation:
    
    "If BIO_free() is called on a BIO chain it will only free one BIO
    resulting in a memory leak."
    
    and
    
    "BIO_free_all() frees up an entire BIO chain, it does not halt if an
    error occurs freeing up an individual BIO in the chain"
    indutny committed Mar 12, 2013
    Copy the full SHA
    68487a7 View commit details
    Browse the repository at this point in the history