On Thu, 7 Mar 2024 23:13:14 GMT, Hai-May Chao wrote:
>> Change was made to engineGetEntry() in PKCS12KeyStore to extract the key and
>> certificate chain from Entry only once. This is because the entry may get
>> updated between engineGetKey() and engineGetCertificateChain() which causes
>> in
On Thu, 7 Mar 2024 23:13:14 GMT, Hai-May Chao wrote:
>> Change was made to engineGetEntry() in PKCS12KeyStore to extract the key and
>> certificate chain from Entry only once. This is because the entry may get
>> updated between engineGetKey() and engineGetCertificateChain() which causes
>> in
> Change was made to engineGetEntry() in PKCS12KeyStore to extract the key and
> certificate chain from Entry only once. This is because the entry may get
> updated between engineGetKey() and engineGetCertificateChain() which causes
> inconsistent result. A new test was added to assess and manip