GitHub user riverar opened a pull request:
https://github.com/apache/activemq-nms-openwire/pull/1
Fix ssl policy flag checks
SslPolicyErrors is a bit field, not a vanilla enumeration. SslTransport
users (e.g. using client authentication) could receive misleading errors if
multiple SSL policy errors are present.
Due to .NET 2.0 support, use of
[.HasFlag](https://msdn.microsoft.com/en-us/library/system.enum.hasflag.aspx)
is out.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/riverar/activemq-nms-openwire ssl-policy-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-nms-openwire/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit 9f739be9925f56cd7a17d9a47728e14408e03443
Author: Rafael Rivera <[email protected]>
Date: 2017-09-27T21:38:54Z
Fix ssl policy flag checks
----
---