Skip to content

tls: expose Finished messages in TLSSocket

Rodrigo Muino Tomonari requested to merge github/fork/codedot/bug19055 into master

Exposes SSL_get_finished and SSL_get_peer_finished routines in OpenSSL as tlsSocket.getFinished() and tlsSocket.getPeerFinished(), respectively.

Fixes: https://github.com/nodejs/node/issues/19055 Refs: https://github.com/ripple/rippled/issues/2413

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

tls, crypto, doc, test

Merge request reports

Loading