SHA256
1
0
forked from pool/libgcrypt

Accepting request 235418 from home:msmeissn:branches:devel:libraries:c_c++

- libgcrypt-fix-rng.patch: make drbg work again in FIPS mode.
- libgcrypt-1.6.1-use-fipscheck.patch: library to test is libgcrypt.so.20
  and not libgcrypt.so.11
- libgcrypt-init-at-elf-load-fips.patch: initialize globally on ELF 
  DSO loading to meet FIPS requirements.

OBS-URL: https://build.opensuse.org/request/show/235418
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=57
This commit is contained in:
Ismail Dönmez
2014-05-27 18:06:59 +00:00
committed by Git OBS Bridge
parent df3dfc3e0f
commit 31afb2af23
5 changed files with 51 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 26 12:05:17 UTC 2014 - meissner@suse.com
- libgcrypt-fix-rng.patch: make drbg work again in FIPS mode.
- libgcrypt-1.6.1-use-fipscheck.patch: library to test is libgcrypt.so.20
and not libgcrypt.so.11
- libgcrypt-init-at-elf-load-fips.patch: initialize globally on ELF
DSO loading to meet FIPS requirements.
-------------------------------------------------------------------
Tue May 13 10:47:51 UTC 2014 - vcizek@suse.com