Skip to content

Conversation

@calif-devel
Copy link

  1. Bumped version to 6.0.2
  2. Bumped Java Source and Target version from 1.5 to 1.6
  3. FileBuffer.java: convert has potential bug; simplified read() method
  4. Handshake.java: improved receive() method
    5: SecureTransport.java: Fixed Bugs
    5.1: receive() method where unwrap is only called when swap buffer
    has data. Should call unwarp() until SSLEngine has consumed and
    produced all bytes it could. Noticed Bug when uploading huge
    files ( > 1 MB )
    5.2: send() method could potentially have same issue when wrapping.
    5.3: write() method improvements due changes in send() method
    6: TransportReader: Fixed a potential bug where count is directly
    adjusted without checking read result

1. Bumped version to 6.0.2
2. Bumped Java Source and Targer version from 1.5 to 1.6
3. FileBuffer: convert has potential bug; simplified read() method
4. Handshake: improved receive() method
5: SecureTransport: Fixed Bugs
5.1:  receive() method where unwrap is only called when swap  buffer
      has data.  Should call unwarp till SSLEngine has consumed and
      produced all bytes it could.  Noticed Bug when uploading huge
      files ( > 1 MB )
5.2:  send() method could potentially have same issue when wrapping.
5.3:  write() method improvements due changes in send() method
6: TransportReader: Fixed a potential bug where count is directly
      adjusted without checking read result
@calif-devel calif-devel changed the title Simple Framework Fixes Simple Framework SSL Bug Fixes Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant