This is an automated email from the ASF dual-hosted git repository.

johnnyv pushed a change to branch bugfix/DIRMINA1132
in repository https://gitbox.apache.org/repos/asf/mina.git.


 discard f369172  Adds missing null check for enabled ciphersuites/protocols
 discard 3f04424  Adds filter extend handler for engine creation allowing users 
to implement components like DIRMINA-1122 by themselves without having to patch 
the project.  Simply override onEngineCreated()
 discard c1f9e25  Adds hard ceiling for the number of queued cleartext messages 
in SSL2Handler
 discard 3608313  simplifies #isSecured() checking; adds null checks
 discard 4c13d27  certs cleanup
 discard 3dc8265  Improves loop encode/decode functions
 discard 2efbcbc  Adds support for IoEvent.SECURED and IoSession#isSecured()
 discard 726cd81  Adds SSL2 flow control
 discard 5c35963  Fix for ssl2 request backlog
 discard 9e00f61  Fixes bug in TailFilter which triggers the connect future on 
created instead of opened.
 discard 94a69ad  Fixes possible incorrect assertion of handshaking during write
 discard 4c7af56  Adds initial ssl2
 discard bb5b97e  Adds unique identifier to toString() result
 discard 5b51500  adds IoSession#isServer()
 discard aa500a6  formatted mina.filter.ssl
     add f6f9795  o Removed unused imports o Removed tabs
     add d90bbb9  o Simplified the check for messages that can bypass 
encryption o Avoided to push a message into a queue when not needed o Removed 
tabs
     new 498588d  formatted mina.filter.ssl
     new e60463a  adds IoSession#isServer()
     new f75a710  Adds unique identifier to toString() result
     new d9b3528  Adds initial ssl2
     new 95e59dd  Fixes possible incorrect assertion of handshaking during write
     new b817f02  Fixes bug in TailFilter which triggers the connect future on 
created instead of opened.
     new 81272b9  Fix for ssl2 request backlog
     new d64c8c7  Adds SSL2 flow control
     new f711c2a  Adds support for IoEvent.SECURED and IoSession#isSecured()
     new 2bd87b6  Improves loop encode/decode functions
     new 040b77c  certs cleanup
     new 89dc050  simplifies #isSecured() checking; adds null checks
     new 94a43f8  Adds hard ceiling for the number of queued cleartext messages 
in SSL2Handler
     new 2f59eed  Adds filter extend handler for engine creation allowing users 
to implement components like DIRMINA-1122 by themselves without having to patch 
the project.  Simply override onEngineCreated()
     new 4aa4729  Adds missing null check for enabled ciphersuites/protocols

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f369172)
            \
             N -- N -- N   refs/heads/bugfix/DIRMINA1132 (4aa4729)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/mina/filter/ssl/SslFilter.java | 1674 ++++++++++----------
 .../org/apache/mina/filter/ssl/SslHandler.java     | 1616 ++++++++++---------
 2 files changed, 1647 insertions(+), 1643 deletions(-)

Reply via email to