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: refactor crypto code with RAII cleanup #23014

Merged
merged 1 commit into from
Sep 28, 2018

Commits on Sep 28, 2018

  1. src: refactor crypto code with RAII cleanup

    use more idiomatic expressions with RAII primitives,
    instead of old style goto
    
    PR-URL: nodejs#23014
    
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    gireeshpunathil committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    406e3ad View commit details
    Browse the repository at this point in the history