https://bz.apache.org/bugzilla/show_bug.cgi?id=58303
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Felix Schumacher <[email protected]> --- Date: Mon Oct 12 19:58:56 2015 New Revision: 1708212 URL: http://svn.apache.org/viewvc?rev=1708212&view=rev Log: Add a keywordMap parameter when using the constructor of X500Principal. This is necessary for DNs which have emailAddress components, which where not parsed correctly by the jdk. For better debug logs both compared components will be logged now, when comparing the issuerDN/certDN with given ones for the assertion. Bugzilla Id: 58303 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java Date: Mon Oct 12 20:10:37 2015 New Revision: 1708223 URL: http://svn.apache.org/viewvc?rev=1708223&view=rev Log: Add test cases for SMIMEAssertion. Bugzilla Id: 58303 Added: jmeter/trunk/test/resources/org/ jmeter/trunk/test/resources/org/apache/ jmeter/trunk/test/resources/org/apache/jmeter/ jmeter/trunk/test/resources/org/apache/jmeter/assertions/ jmeter/trunk/test/resources/org/apache/jmeter/assertions/email.pem jmeter/trunk/test/resources/org/apache/jmeter/assertions/signed_email.eml jmeter/trunk/test/src/org/apache/jmeter/assertions/SMIMEAssertionTest.java Date: Mon Oct 12 20:19:11 2015 New Revision: 1708224 URL: http://svn.apache.org/viewvc?rev=1708224&view=rev Log: Change usage of bouncycastle api in SMIMEAssertion to get rid of the deprecation warnings. Bugzilla Id: 58303 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java jmeter/trunk/xdocs/changes.xml -- You are receiving this mail because: You are the assignee for the bug.
