Permalink
Please
sign in to comment.
Browse files
tls: add code for ERR_TLS_INVALID_PROTOCOL_METHOD
Add an error code property to invalid `secureProtocol` method exceptions. PR-URL: #24729 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information...
Showing
with
39 additions
and 19 deletions.
- +6 −0 doc/api/errors.md
- +16 −7 src/node_crypto.cc
- +1 −0 src/node_errors.h
- +16 −12 test/parallel/test-tls-min-max-version.js
0 comments on commit
b05b330