Navigation Menu

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: 813074404401
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: f755ecf484a9
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Oct 29, 2013

  1. src: accept passphrase when crypto signing with private key

    Previous behaviour was to drop to an openssl prompt
    ("Enter PEM pass phrase:") when supplying a private key with a
    passphrase. This change adds a fourth, optional, paramter that
    will be used as the passphrase.
    To include this parameter in a backwards compatible way it was
    necessary to expose the previously undocumented (and unexposed)
    feature of being able to explitly setting the output encoding.
    Thom Seddon authored and indutny committed Oct 29, 2013
    Copy the full SHA
    f755ecf View commit details
    Browse the repository at this point in the history