Skip to content

Commit

Permalink
Merge pull request #105 from fjuma/WFSSL-74
Browse files Browse the repository at this point in the history
[WFSSL-74] Update the error message that occurs when OpenSSLEngine#closeInbound is called before receiving the close_notify message from the peer so that it's consistent with the JDK SSLEngine
  • Loading branch information
darranl authored May 18, 2021
2 parents 1f9d8d2 + bc5e416 commit ab71a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WFOPENSSL0005=Write to SSL failed. Error code %s
WFOPENSSL0006=Buffer is null
WFOPENSSL0007=Invalid offset (%s) and length (%s) into buffer array of length (%s)
WFOPENSSL0008=Read from SSL failed error: (%s) read result:(%s) error string: %s
WFOPENSSL0009=Inbound is closed
WFOPENSSL0009=closing inbound before receiving peer's close_notify
WFOPENSSL0010=Null cipher suites
WFOPENSSL0011=Empty cipher suite list
WFOPENSSL0012=Failed cipher suite %s
Expand Down

0 comments on commit ab71a50

Please sign in to comment.