On 11/4/2021 9:13 PM, Michael StJohns wrote:
On 11/3/2021 3:03 PM, Lari Hotari wrote:
On Mon, 20 Sep 2021 09:35:57 GMT, Lari Hotari
wrote:
### Motivation
When profiling an application that uses JWT token authentication,
it was noticed that a high number of
`javax.crypto.BadPaddingExceptio
On 11/3/2021 3:03 PM, Lari Hotari wrote:
On Mon, 20 Sep 2021 09:35:57 GMT, Lari Hotari wrote:
### Motivation
When profiling an application that uses JWT token authentication, it was
noticed that a high number of `javax.crypto.BadPaddingException`s were created.
When investigating the code i
On Wed, 3 Nov 2021 21:56:10 GMT, Xue-Lei Andrew Fan wrote:
>>> Hi @lhotari, please submit an OCA at https://oca.opensource.oracle.com/ if
>>> you are contributing on your own behalf. If you are contributing on your
>>> employers behalf, please send me an e-Mail at
>>> [dalibor.to...@oracle.com
On Fri, 29 Oct 2021 06:07:26 GMT, Lari Hotari wrote:
>> For anyone interested, there's an explanation of the [Bleichenbacher's CCA
>> attack on PKCS#1 v1.5 on
>> Stackexchange](https://crypto.stackexchange.com/questions/12688/can-you-explain-bleichenbachers-cca-attack-on-pkcs1-v1-5).
>> The or
On Mon, 20 Sep 2021 09:35:57 GMT, Lari Hotari wrote:
>> ### Motivation
>>
>> When profiling an application that uses JWT token authentication, it was
>> noticed that a high number of `javax.crypto.BadPaddingException`s were
>> created. When investigating the code in RSAPadding, one can see tha
On Mon, 20 Sep 2021 09:35:57 GMT, Lari Hotari wrote:
>> ### Motivation
>>
>> When profiling an application that uses JWT token authentication, it was
>> noticed that a high number of `javax.crypto.BadPaddingException`s were
>> created. When investigating the code in RSAPadding, one can see tha
On Mon, 20 Sep 2021 08:38:18 GMT, Lari Hotari wrote:
> ### Motivation
>
> When profiling an application that uses JWT token authentication, it was
> noticed that a high number of `javax.crypto.BadPaddingException`s were
> created. When investigating the code in RSAPadding, one can see that
>
On Mon, 20 Sep 2021 08:43:24 GMT, Aleksey Shipilev wrote:
> Submitted the bug for it,
> [JDK-8273977](https://bugs.openjdk.java.net/browse/JDK-8273977). Please
> change the PR title to "8273977: Reduce unnecessary BadPaddingExceptions in
> RSAPadding" to get bots hooked properly.
Thanks for s
On Mon, 20 Sep 2021 08:38:18 GMT, Lari Hotari wrote:
> ### Motivation
>
> When profiling an application that uses JWT token authentication, it was
> noticed that a high number of `javax.crypto.BadPaddingException`s were
> created. When investigating the code in RSAPadding, one can see that
>
### Motivation
When profiling an application that uses JWT token authentication, it was
noticed that a high number of `javax.crypto.BadPaddingException`s were created.
When investigating the code in RSAPadding, one can see that BadPaddingException
is created in all cases, also on the success pa
10 matches
Mail list logo