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: add node_crypto_common and refactor #32016

Closed
wants to merge 1 commit into from

Commits on Mar 2, 2020

  1. src: add node_crypto_common and refactor

    Two things in one on this commit:
    
    (a) For the QUIC implementation, we need to separate out various bits
        from node_crypto.cc to allow them to be reused. That's where this
        commit starts.
    
    (b) Quite a bit of the node_crypto.cc code was just messy in terms of
        it's organization and lack of error handling and use of Local vs.
        MaybeLocal. This cleans that up a bit and hopefully makes certain
        parts a bit more manageable also.
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    e1b0c3d View commit details
    Browse the repository at this point in the history