> Hi,
>
> I would like to propose an implementation to support AES CBC with Ciphertext
> Stealing (CTS) in SunPKCS11, according to what has been specified in
> [JDK-8330843 CSR](https://bugs.openjdk.org/browse/JDK-8330843).
>
> What follows are implementation notes that describe the most releva
On Thu, 23 May 2024 20:20:51 GMT, Valerie Peng wrote:
>> @theRealAph: no, it looked to me easier to read if we have input-related
>> parameters separated from output ones. So I did this reordering in a
>> separate commit (0a777e94229723376e1264e87cbf0ba805dc736f), to distinguish
>> it from the
On Thu, 23 May 2024 08:42:00 GMT, Daniel Fuchs wrote:
> This is one of these tests that is not really fixable if any other process
> that might open a socket runs concurrently with it on the same machine:
> nothing can guarantee that if you open a socket, close it, then open a new
> socket on
On Fri, 24 May 2024 11:42:37 GMT, Francisco Ferrari Bihurriet
wrote:
>> Hi,
>>
>> I would like to propose an implementation to support AES CBC with Ciphertext
>> Stealing (CTS) in SunPKCS11, according to what has been specified in
>> [JDK-8330843 CSR](https://bugs.openjdk.org/browse/JDK-83308
On Thu, 22 Feb 2024 01:14:24 GMT, Hai-May Chao wrote:
> For the PKIX KeyManager and PKCS12 Keystore, when the TLS server sends the
> ServerHello message and ultimately calls the
> X509KeyManagerImpl.chooseEngineServerAlias() method, it retrieves the private
> key from the keystore, decrypts it