Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: fix crypto.privateEncrypt fails first time #42793

Merged
merged 3 commits into from Oct 29, 2022

Commits on Apr 20, 2022

  1. src: fix crypto.privateEncrypt fails first time

    crypto.privateEncrypt fails for the first time after
    crypto.generateKeyPairSync with certain parameters
    Because the error stack is not cleaned up
    when crypto.generateKeyPairSync exits.
    
    Fixes: nodejs#40814
    liuxingbaoyu committed Apr 20, 2022
    Copy the full SHA
    b306018 View commit details
    Browse the repository at this point in the history
  2. modify test

    liuxingbaoyu committed Apr 20, 2022
    Copy the full SHA
    9a7c063 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. fix test

    liuxingbaoyu committed May 3, 2022
    Copy the full SHA
    12c8ba7 View commit details
    Browse the repository at this point in the history