wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Update --enable-jni to define SESSION_CERTS for wolfJSSE

Open cconlon opened this issue 1 year ago • 0 comments

Description

This PR updates --enable-jni to define SESSION_CERTS.

This is needed for wolfJSSE SSLSession.getPeerCertificate() to return cert chain post handshake.

Testing

Exposed through SunJSSE tests, specifically SSLEngine.ConnectionTest. This has also been recommended to support users frequently, so should reduce a few minor JSSE support cases.

Checklist

  • [ ] added tests
  • [ ] updated/added doxygen
  • [ ] updated appropriate READMEs
  • [ ] Updated manual and documentation

cconlon avatar May 17 '24 21:05 cconlon