Aleksandr Beliakov

Results 19 comments of Aleksandr Beliakov

Hello @dghgit , I did some additional testing and indeed I observe a CPU utilization decrease when running the unit test with BC jdk18on 1.71. I did my tests simply...

Hi @dghgit , It is Windows. I did not test on Linux so. Best regards, Aleksandr.

Please find below the thread dumps made for versions 1.70 and 1.71, using a simple unit test execution and processing in a debug mode. For 1.70, the stopping of thread...

Hello @dghgit, The keystore is quite special, it is used primary for performance testing against the regression, so that is why we spotted the issue in the first case. It...

Hi @dghgit again, After some additional analysis, in fact, we found out that the validation method is applied not only on KeyStore loading, but for all X509Certificate's creation (and other...

Hi @dghgit , Do you have any updates on this issue? Apparently 1.72 has been released without fixing this problem. This is a blocking issue for us, as it increases...

Hello @stratozero , Thank you for the PR. Indeed, I agree that `StringWriter` is not the best class to use within `toString()` method. Would it be possible to change it...

Hello @bsmelo , The validation of a certificate chain is essential within a _SignatureValidationContext_, because in this way DSS verifiers validity of all tokens, finds its issuers and builds the...

Hello @ThreeHmeng , That sounds great! For your additional information, it seems like my first idea, mentioned in the first message, was a bit too optimistic. Actually, the idea to...

Did anybody try to implement it? Very interested in this as well! @mkl-public , any chance for a PR maybe? :)