1
0
2021-12-04 07:29:21 +00:00
committed by Git OBS Bridge
parent cbcbd1e7e8
commit aaf0c8ca27
2 changed files with 52 additions and 29 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 4 07:23:12 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* fips.patch
+ Do not fall back to static initialization of crypto providers
when system crypto policy files are not available. Instead,
use the information from the java.security file that we
distribute with OpenJDK. The same way as if system property
java.security.disableSystemPropertiesFile was set in this
case (bsc#1193314)
-------------------------------------------------------------------
Fri Nov 5 18:01:42 UTC 2021 - Fridrich Strba <fstrba@suse.com>