update wolfSSL_get_SessionTicket to be able to return ticket length#9053
update wolfSSL_get_SessionTicket to be able to return ticket length#9053JacobBarthelmeh merged 3 commits intowolfSSL:masterfrom
Conversation
|
retest this please Jenkins. PRB-generic-config-parser: Found unhandled org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException exception: |
|
🛟 Devin Lifeguard found 1 likely issues in this PR
@rlm2002 |
JacobBarthelmeh
left a comment
There was a problem hiding this comment.
Test case needs added for the new behavior.
doc/dox_comments/header_files/ssl.h needs updated for documenting the new behavior.
|
retest this please jenkins: PRB-140-3-tests: Found unhandled hudson.remoting.RequestAbortedException exception: |
|
Reopened after wolfSSLJNI PR review. Retest this please jenkins - |
|
retest this please jenkins: AgentOfflineException |
a7a35e3 to
a725f4d
Compare
|
retest this please jenkins - AgentOfflineException |
Description
Allow
wolfSSL_get_SessionTicket()to retrieve the session ticket length if buffer is null butdataSzis not null. Used in JNI wrapper to adjust byte array size. This change does not modify the function signature.zd#20208
Testing
./configure --enable-jni --enable-session-ticketChecklist