-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b29
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8227329 | 14 | Weijun Wang | P4 | Resolved | Fixed | b05 |
JDK-8228288 | 13.0.2 | Weijun Wang | P4 | Resolved | Fixed | b01 |
JDK-8228072 | 13.0.1 | Weijun Wang | P4 | Resolved | Fixed | master |
Unlike in C where GSS_unwrap returns something other than GSS_S_COMPLETE when there is a sequencing error, JGSS's GSSContext::unwrap returns a decrypted message successfully and only put the sequencing error info in the MessageProp parameter of the method. We should educate users to check for the parameter.
One thing we can do is to add a unwrap call with checks in the example of the GSSContext class spec.
One thing we can do is to add a unwrap call with checks in the example of the GSSContext class spec.
- backported by
-
JDK-8227329 More clarification on possible sequencing error in GSSContext::unwrap
-
- Resolved
-
-
JDK-8228072 More clarification on possible sequencing error in GSSContext::unwrap
-
- Resolved
-
-
JDK-8228288 More clarification on possible sequencing error in GSSContext::unwrap
-
- Resolved
-