Skip to content
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: Dexus/pem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.3
Choose a base ref
...
head repository: Dexus/pem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.4
Choose a head ref
  • 12 commits
  • 6 files changed
  • 8 contributors

Commits on May 12, 2016

  1. Only generate altNames config if it is a non-empty array (#78)

    Otherwise, openssl fails because the config is invalid when passed an
    empty array for `altNames`
    
    Fixes https://github.com/andris9/pem/issues/77
    nickdaugherty authored and Dexus committed May 12, 2016
    Configuration menu
    Copy the full SHA
    710e62e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. refactor spawnWrapper (#80)

    Xuefeng-Zhu authored and Dexus committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    ac1c870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de06db9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be54d61 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. adding options for -CAcreateserial (#87)

    Alex Rhea authored and Dexus committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    9ae5ff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Fixing CSR subject generation (#90)

    The apostrophe character is wrongly being removed from the subject even
    though it is valid in an organization name, thus preventing certificate generation by CA. This fix allows the
    apostrophe character.
    adematte authored and Dexus committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    cd763a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    3074c9b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Merge pull request #91 from vizo/patch-1

    Added noop callback (Node 7.0 deprecation warning)
    andris9 authored Nov 13, 2016
    Configuration menu
    Copy the full SHA
    5b4aac7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Fix error handling and deprecation warnings (#93)

    This is a follow up to https://github.com/andris9/pem/pull/91, ensuring that errors from fs.unlink() calls get bubbled up correctly. This also ensures all fs.unlink() calls have a callback, which is important to avoid deprecation warnings on Node 7.
    sholladay authored and Josef Fröhle c5252118 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    34f3fe6 View commit details
    Browse the repository at this point in the history
  2. Add support for DC Certificates fix #83

    Josef Fröhle c5252118 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    e4a3583 View commit details
    Browse the repository at this point in the history
  3. release v1.9.3

    Josef Fröhle c5252118 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    bf6b4cd View commit details
    Browse the repository at this point in the history
  4. 1.9.4

    Josef Fröhle c5252118 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    8033546 View commit details
    Browse the repository at this point in the history
Loading