8
0
forked from pool/libcryptopp

86 Commits

Author SHA256 Message Date
40db48778c Sync changes to SLFO-1.2 branch 2025-08-20 09:36:20 +02:00
ce2c70da22 Accepting request 1242887 from devel:libraries:c_c++
- Rename patch to patchlevel to avoid confusion on check and avoid:
  line 75: Patch number not specified: patch

OBS-URL: https://build.opensuse.org/request/show/1242887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=41
2025-02-03 21:16:48 +00:00
db34e4d5b0 Accepting request 1136804 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1136804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=40
2024-01-04 15:00:15 +00:00
f808371d50 Accepting request 1136759 from home:pgajdos
- security update
- added patches
  fix CVE-2023-50981 [bsc#1218222], issue on ModularSquareRoot function leads to potential DoS
  https://github.com/weidai11/cryptopp/pull/1255
  + libcryptopp-CVE-2023-50981.patch

OBS-URL: https://build.opensuse.org/request/show/1136759
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=79
2024-01-04 13:13:04 +00:00
2253a52e6c Accepting request 1134568 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1134568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=39
2023-12-22 21:41:35 +00:00
b6560d66ed Accepting request 1134476 from home:pgajdos
- version update to 8.9.0
  * Crypto++ 8.9 was released on October 1, 2023. The 8.9 release
    was a minor, unplanned release. There were no CVEs and one
    memory error.
  * The 8.9 release was driven by the fix for `ProcessData`, and
    the failures when `inString==outString`. Also see GH #1231,
    Rabbit Produces null Keystream When inString == outString.
  * Release notes
  * ===========
  * minor release, recompile of programs required
  * expanded community input and support
  * 88 unique contributors as of this release
  * add additional tests to datatest.cpp
  * fix SIMON128 Asan finding on POWER8
  * fix AES/CFB and AES/CTR modes self test failures when using
    Cryptogams AES on ARMv7
  * fix ARIA/CTR mode self test failures when inString==outString
  * fix HIGHT/CTR mode self test failures when
    inString==outString
  * fix Rabbit/CTR mode self test failures when
    inString==outString
  * fix HC128/CTR and HC256/CTR mode self test failures when
    inString==outString
  * fix Prime Table and dangling reference to a temporary
  * fix Singleton::Ref() when using C++11 memory fences
  * remove unneeded call to Crop() in Randomize()
- modified patches
  % libcryptopp-shared.patch (refreshed)
- modified sources
  % baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/1134476
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=77
2023-12-22 04:27:57 +00:00
01543b9be2 Accepting request 1098984 from devel:libraries:c_c++
- update to 8.8.0:
  * minor release, recompile of programs required
  * expanded community input and support
  * 88 unique contributors as of this release
  * fix crash in cryptest.exe when invoked with no options
  * fix crash in library due to GCC removing live code
  * fix RSA with key size 16 may provide an invalid key
  * fix failure to build on 32-bit x86
  * fix failure to build on iPhone Simulator for arm64
  * fix failure to build on Windows arm64
  * test for SSSE3 before using the ISA
  * fix include of  when using MSVC
  * improve performance of CRC32C_Update_SSE42 for x86-64
  * update documentation

OBS-URL: https://build.opensuse.org/request/show/1098984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=38
2023-07-18 19:54:54 +00:00
d9d8f3aac1 - update to 8.8.0:
* minor release, recompile of programs required
  * expanded community input and support
  * 88 unique contributors as of this release
  * fix crash in cryptest.exe when invoked with no options
  * fix crash in library due to GCC removing live code
  * fix RSA with key size 16 may provide an invalid key
  * fix failure to build on 32-bit x86
  * fix failure to build on iPhone Simulator for arm64
  * fix failure to build on Windows arm64
  * test for SSSE3 before using the ISA
  * fix include of  when using MSVC
  * improve performance of CRC32C_Update_SSE42 for x86-64
  * update documentation

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=75
2023-07-16 18:55:51 +00:00
f2977f0e4c Accepting request 994251 from devel:libraries:c_c++
- Enable SSE2 to fix i586 build
- Update to 8.7.0

OBS-URL: https://build.opensuse.org/request/show/994251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=37
2022-08-10 15:13:15 +00:00
119cc4cad4 Accepting request 994250 from home:plater
Disable check for i586 as workaround to fix build

OBS-URL: https://build.opensuse.org/request/show/994250
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=73
2022-08-10 06:56:00 +00:00
fed7ccd83e Accepting request 994224 from home:bmwiedemann:branches:devel:libraries:c_c++
Enable SSE2 to fix i586 build

note: tests Segfault - FIXME

OBS-URL: https://build.opensuse.org/request/show/994224
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=72
2022-08-10 05:40:03 +00:00
66a9d83533 Accepting request 994108 from home:plater
Run precheckin_baselibs.sh to update baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/994108
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=71
2022-08-09 10:39:01 +00:00
3b70f0abb7 Accepting request 993926 from home:bmwiedemann:branches:devel:libraries:c_c++
- Update to 8.7.0
- https://cryptopp.com/release870.html
  * fix RSA key generation for small moduli (GH #1136)
  * fix AES-GCM with AESNI but without CLMUL (GH #1132)
  * rework CFB_CipherTemplate::ProcessData and AdditiveCipherTemplate::ProcessData (GH #1088, GH #1103)
    + restored performance and avoided performance penalty of a temp buffer
  * fix undersized SecBlock buffer in Integer bit operations (GH #1072)
  * work around several GCC 11 & 12 problems

OBS-URL: https://build.opensuse.org/request/show/993926
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=70
2022-08-09 08:36:18 +00:00
2330b79e0e Accepting request 921434 from devel:libraries:c_c++
- Update to 8.6.0
-upstream changes:
  *This release clears CVE-2021-40530 and fixes a problem with
   ChaCha20 AVX2 implementation.

OBS-URL: https://build.opensuse.org/request/show/921434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=36
2021-09-25 20:51:29 +00:00
81df8a75c6 Accepting request 921432 from home:plater
convert patch to -p ab format

OBS-URL: https://build.opensuse.org/request/show/921432
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=69
2021-09-25 14:47:21 +00:00
e30d4c6088 Accepting request 921409 from home:plater
- Update to 8.6.0 This release clears CVE-2021-40530 and fixes a problem with ChaCha20 AVX2 implementation.

OBS-URL: https://build.opensuse.org/request/show/921409
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=68
2021-09-25 08:44:37 +00:00
7de668850b Accepting request 879764 from devel:libraries:c_c++
- update to 8.5.0:
  * minor release, no recompile of programs required
  * expanded community input and support
  * 70 unique contributors as of this release
  * port to Apple M1 hardware

OBS-URL: https://build.opensuse.org/request/show/879764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=35
2021-03-18 21:55:01 +00:00
05d4878933 Accepting request 879739 from home:dirkmueller:Factory
- update to 8.5.0:
  * minor release, no recompile of programs required
  * expanded community input and support
  * 70 unique contributors as of this release
  * port to Apple M1 hardware

OBS-URL: https://build.opensuse.org/request/show/879739
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=66
2021-03-18 04:09:17 +00:00
051f0049f8 Accepting request 860703 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/860703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=34
2021-01-07 20:22:44 +00:00
f0110b188c Accepting request 860702 from home:plater
Update to version 8.4.0 and remove obsolete patches:  0001-Fix-TCXXFLAGS-using-openSUSE-standard-flags-GH-865.patch,  0001-Fix-missing-if-statement.patch and cve-2019-14318.patch

OBS-URL: https://build.opensuse.org/request/show/860702
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=64
2021-01-06 11:14:55 +00:00
9bc691759e Accepting request 818315 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/818315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=33
2020-07-06 14:16:24 +00:00
3dab09f39a Accepting request 818304 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Simplify the baselibs creation
- Do not BR unzip as the tarball is tar.gz
- Generate the pc file with cat not bunch of echos

OBS-URL: https://build.opensuse.org/request/show/818304
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=62
2020-07-02 12:55:22 +00:00
c79af51280 Accepting request 722323 from devel:libraries:c_c++
Partial fix for CVE-2019-14318

OBS-URL: https://build.opensuse.org/request/show/722323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=32
2019-08-13 11:13:54 +00:00
50c8663cb3 Accepting request 722322 from home:plater
Partial fix for CVE-2019-14318

OBS-URL: https://build.opensuse.org/request/show/722322
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=60
2019-08-11 13:11:04 +00:00
ab48e8a075 Accepting request 718852 from devel:libraries:c_c++
Update to major version 8.2.0
Filter out -flto= flag for arm7 see cryptopp issue#865

OBS-URL: https://build.opensuse.org/request/show/718852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=31
2019-07-31 12:15:39 +00:00
239ab19264 Accepting request 718822 from home:plater
Use %define _lto_cflags %{nil}

OBS-URL: https://build.opensuse.org/request/show/718822
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=58
2019-07-26 10:41:18 +00:00
b764725df5 Accepting request 717888 from home:plater
Update to major version 8.2.0 Filter out -flto= flag for arm7 see cryptopp issue#865
Remove 0001-disable_os_rng_test.patch which is no longer needed.

OBS-URL: https://build.opensuse.org/request/show/717888
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=57
2019-07-23 12:52:28 +00:00
5f866e53cd Accepting request 717504 from home:plater
Final mix

OBS-URL: https://build.opensuse.org/request/show/717504
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=56
2019-07-22 09:25:39 +00:00
3a59f9c7a5 Accepting request 717198 from home:plater
Update to 8.2.0

OBS-URL: https://build.opensuse.org/request/show/717198
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=55
2019-07-20 11:16:42 +00:00
f82c37e5ad Accepting request 717194 from home:plater
Update to major version 8.2.0

OBS-URL: https://build.opensuse.org/request/show/717194
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=54
2019-07-20 10:25:45 +00:00
4ffe4cc585 Accepting request 717193 from home:plater
Update to major version 8.2.0

OBS-URL: https://build.opensuse.org/request/show/717193
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=53
2019-07-20 10:15:29 +00:00
16a58e3d9f Accepting request 653713 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/653713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=30
2018-12-04 19:57:17 +00:00
f7f69e53bc Accepting request 651458 from home:etamPL:branches:devel:libraries:c_c++
update to v7.0.0

OBS-URL: https://build.opensuse.org/request/show/651458
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=51
2018-11-24 06:19:05 +00:00
45e4554fda Accepting request 497073 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/497073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=29
2017-06-01 14:27:59 +00:00
4ebb9ced16 Accepting request 497002 from home:bmwiedemann:branches:devel:libraries:c_c++
Add reproducible.patch to sort input files to make build fully reproducible

OBS-URL: https://build.opensuse.org/request/show/497002
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=49
2017-05-21 09:47:24 +00:00
21455e79ee Accepting request 477070 from devel:libraries:c_c++
Fix version macros to satisfy osc download service

OBS-URL: https://build.opensuse.org/request/show/477070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=28
2017-03-10 19:47:44 +00:00
a25ad636ac Accepting request 477069 from home:plater
Fix version macros to satisfy osc download service

OBS-URL: https://build.opensuse.org/request/show/477069
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=47
2017-03-06 06:12:40 +00:00
a1663de9b7 Accepting request 469681 from home:plater
Added script to update baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/469681
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=46
2017-03-05 15:27:36 +00:00
22a01fbbc4 Accepting request 460173 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/460173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=27
2017-02-26 16:03:38 +00:00
Ismail Dönmez
083e37c899 Accepting request 460109 from home:etamPL
- update to 5.6.5
  * Rebase libcryptopp-shared.patch
  * Rebase 0001-disable_os_rng_test.patch
- enable openmp usage

OBS-URL: https://build.opensuse.org/request/show/460109
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=44
2017-02-24 10:50:11 +00:00
3e911fd189 Accepting request 454217 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/454217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=26
2017-02-07 10:57:21 +00:00
Ismail Dönmez
18eeebb3eb Accepting request 454030 from home:jengelh:branches:devel:libraries:c_c++
- Add obsoletes tag for dropped static lib

OBS-URL: https://build.opensuse.org/request/show/454030
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=42
2017-02-02 15:29:09 +00:00
0e6af64329 Accepting request 453244 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/453244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=25
2017-01-31 11:27:52 +00:00
Ismail Dönmez
d2a5d36bb5 Accepting request 453209 from home:jengelh:branches:devel:libraries:c_c++
- Remove libcryptoo-devel-static, this seems unused in Factory.

OBS-URL: https://build.opensuse.org/request/show/453209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=40
2017-01-29 12:01:39 +00:00
Ismail Dönmez
7d082ac300 Accepting request 453141 from home:jengelh:branches:devel:libraries:c_c++
- Update descriptions

OBS-URL: https://build.opensuse.org/request/show/453141
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=39
2017-01-28 16:37:57 +00:00
39c25b024a Accepting request 427870 from devel:libraries:c_c++
- Update to 5.6.4
  * Use proper openSUSE-style library naming
  * Drop upstream libcryptopp-s390.patch
  * Drop upstream libcryptopp-m68k.patch
  * Drop upstream libcryptopp-CVE-2015-2141.patch
  * Drop upstream cryptopp-gcc6.patch
  * Rebase libcryptopp-shared.patch
  * Rebase 0001-disable_os_rng_test.patch

OBS-URL: https://build.opensuse.org/request/show/427870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=24
2016-09-16 09:02:01 +00:00
Ismail Dönmez
66533988d9 Fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=37
2016-09-15 07:12:57 +00:00
Ismail Dönmez
3e0ee4c41f Accepting request 427266 from home:bmwiedemann:branches:devel:libraries:c_c++
- Update to 5.6.4
  * Use proper openSUSE-style library naming
  * Drop upstream libcryptopp-s390.patch
  * Drop upstream libcryptopp-m68k.patch
  * Drop upstream libcryptopp-CVE-2015-2141.patch
  * Drop upstream cryptopp-gcc6.patch
  * Rebase libcryptopp-shared.patch
  * Rebase libcryptopp-m68k.patch
  * Rebase 0001-disable_os_rng_test.patch

OBS-URL: https://build.opensuse.org/request/show/427266
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=36
2016-09-14 16:45:39 +00:00
0758571893 Accepting request 403703 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/403703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=23
2016-06-25 00:21:45 +00:00
Ismail Dönmez
5e6c2db987 Accepting request 403677 from home:MargueriteSu:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/403677
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=34
2016-06-20 13:20:40 +00:00
Stephan Kulow
8c48a1d17a Accepting request 315635 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/315635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=22
2015-07-12 20:53:28 +00:00
Ismail Dönmez
9ebf63611e Accepting request 315547 from home:bmwiedemann:branches:devel:libraries:c_c++
prevent timing attack to get secret key (bnc#936435, CVE-2015-2141)
  add libcryptopp-CVE-2015-2141.patch

OBS-URL: https://build.opensuse.org/request/show/315547
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=32
2015-07-09 06:56:07 +00:00
Stephan Kulow
1b768a289e Accepting request 251786 from devel:libraries:c_c++
- Added 0001-disable_os_rng_test.patch
  Fixes buildfailure on openSUSE_Factory x86_64 within OBS environment,
  due to OS supplied Random Number Generator taking too long to respond

OBS-URL: https://build.opensuse.org/request/show/251786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=21
2014-09-25 06:43:20 +00:00
f7a0be31da OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=30 2014-09-24 09:57:45 +00:00
6a8e37edfe OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=29 2014-08-21 13:24:16 +00:00
3a18648c6f Accepting request 244774 from home:sfalken:branches:devel:libraries:c_c++
- Added 0001-disable_os_rng_test.patch
  Fixes buildfailure on openSUSE_Factory x86_64 within OBS environment,
  due to OS supplied Random Number Generator taking too long to respond

OBS-URL: https://build.opensuse.org/request/show/244774
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=28
2014-08-21 13:08:26 +00:00
Stephan Kulow
93153a398f Accepting request 228904 from devel:libraries:c_c++
- libcryptopp-m68k.patch: define IS_LITTLE_ENDIAN on m68k (forwarded request 228892 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/228904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=19
2014-04-04 14:35:23 +00:00
e2cb43000b Accepting request 228892 from home:Andreas_Schwab:Factory
- libcryptopp-m68k.patch: define IS_LITTLE_ENDIAN on m68k

OBS-URL: https://build.opensuse.org/request/show/228892
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=26
2014-04-03 15:09:02 +00:00
Tomáš Chvátal
8615f01db0 Accepting request 211815 from devel:libraries:c_c++
- define as big endian on s390/s390x (libcryptopp-s390.patch)

OBS-URL: https://build.opensuse.org/request/show/211815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=18
2013-12-22 18:34:37 +00:00
d58be8ae81 - define as big endian on s390/s390x (libcryptopp-s390.patch)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=24
2013-12-20 09:06:38 +00:00
Stephan Kulow
8db71ec2ca Accepting request 200787 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/200787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=17
2013-09-27 15:38:46 +00:00
16c90a7184 - remove noninstallable 32bit -devel baselibs
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=22
2013-08-28 08:29:49 +00:00
Stephan Kulow
235953d94d Accepting request 157534 from devel:libraries:c_c++
- update to 5.6.2
  - changed license to Boost Software License 1.0
  - added SHA-3 (Keccak)
  - updated DSA to FIPS 186-3 (see DSA2 class)
  - fixed Blowfish minimum keylength to be 4 bytes (32 bits)
  - fixed Salsa validation failure when compiling with GCC 4.6
  - fixed infinite recursion when on x64, assembly disabled, and
    no AESNI
  - ported to MSVC 2012, GCC 4.7, Clang 3.2, Solaris Studio 12.3,
    Intel C++ Compiler 13.0
- removed libcryptopp-gcc47.patch - fixed upstream
- rebased libcryptopp-shared.patch
- added devel-static subpackage
- updated license tag

OBS-URL: https://build.opensuse.org/request/show/157534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=15
2013-03-19 11:19:55 +00:00
Ismail Dönmez
b250d1afba Fix requires
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=20
2013-03-06 18:26:08 +00:00
Ismail Dönmez
f48c87e898 Accepting request 157023 from home:etamPL:branches:devel:libraries:c_c++
update to 5.6.2

OBS-URL: https://build.opensuse.org/request/show/157023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=19
2013-03-01 18:39:52 +00:00
Stephan Kulow
7793c5e438 Accepting request 138282 from devel:libraries:c_c++
- added baselibs.conf
- spec file improved (forwarded request 138107 from etamPL)

OBS-URL: https://build.opensuse.org/request/show/138282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=13
2012-10-16 09:58:01 +00:00
Stephan Kulow
3a01b12984 Accepting request 138107 from home:etamPL:branches:devel:libraries:c_c++
- added baselibs.conf
- spec file improved

OBS-URL: https://build.opensuse.org/request/show/138107
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=17
2012-10-16 07:24:00 +00:00
Stephan Kulow
2b84312efb Accepting request 109886 from devel:libraries:c_c++
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already. (forwarded request 109800 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/109886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=11
2012-03-20 10:28:35 +00:00
Ismail Dönmez
f62a5ef6dc Accepting request 109800 from home:dimstar:gcc47
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already.

OBS-URL: https://build.opensuse.org/request/show/109800
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=15
2012-03-18 18:07:05 +00:00
Stephan Kulow
0238dbb890 Accepting request 102829 from devel:libraries:c_c++
- Proper shared library versioning (forwarded request 102791 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/102829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=10
2012-02-07 13:46:04 +00:00
Cristian Rodríguez
d93d85786e Accepting request 102791 from home:jengelh:branches:devel:libraries:c_c++
- Proper shared library versioning

OBS-URL: https://build.opensuse.org/request/show/102791
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=13
2012-02-06 00:02:57 +00:00
Stephan Kulow
91b92e13c4 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=9
2011-12-06 17:23:00 +00:00
Sascha Peilicke
6adc53f4d7 Accepting request 88445 from devel:libraries:c_c++
There is no libcrypto++0 in packman. It's also bogus, shlib packages
must not Obsolete:, and because their file set is (supposed to be)
non-overlapping, there is no point in Conflicts:. (forwarded request 88264 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/88445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=7
2011-10-18 12:19:44 +00:00
Pavol Rusnak
640bfe0540 Accepting request 88264 from home:jengelh:bl-new
There is no libcrypto++0 in packman. It's also bogus, shlib packages
must not Obsolete:, and because their file set is (supposed to be)
non-overlapping, there is no point in Conflicts:.

OBS-URL: https://build.opensuse.org/request/show/88264
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=11
2011-10-18 09:37:15 +00:00
Lars Vogdt
df9bfcdff0 Accepting request 87881 from devel:libraries:c_c++
- Added pkg-config file from fedora project
- Cleaned up spec file formatting (forwarded request 87847 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/87881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=6
2011-10-16 10:52:42 +00:00
Cristian Rodríguez
31cbf927ca Accepting request 87847 from home:TheBlackCat:branches:devel:libraries:c_c++
- Added pkg-config file from fedora project
- Cleaned up spec file formatting

OBS-URL: https://build.opensuse.org/request/show/87847
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=9
2011-10-14 15:26:48 +00:00
Sascha Peilicke
a87c817be5 Autobuild autoformatter for 76011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=5
2011-07-11 08:35:56 +00:00
OBS User buildservice-autocommit
eefa739e18 Updating link to change in openSUSE:Factory/libcryptopp revision 5.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=6bb88f50cb73ee9857f7689592a2c21e
2011-07-11 08:35:56 +00:00
Sascha Peilicke
a41c702808 Accepting request 76011 from devel:libraries:c_c++
fixed ppc build, added explicit -pthread (forwarded request 76010 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/76011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=4
2011-07-11 08:35:46 +00:00
Ismail Dönmez
5269948174 Accepting request 76010 from home:msmeissn:branches:devel:libraries:c_c++
fixed ppc build, added explicit -pthread

OBS-URL: https://build.opensuse.org/request/show/76010
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=7
2011-07-11 06:36:44 +00:00
Stephan Kulow
1d16eb2a9c sync with O:F
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=6
2011-03-11 10:04:49 +00:00
Stephan Kulow
cb0f2ce9d0 prepare_spec
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=5
2011-03-11 10:03:54 +00:00
Lars Vogdt
381e09da3d Autobuild autoformatter for 57884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=2
2011-01-25 09:06:12 +00:00
Lars Vogdt
6af36ca94f Accepting request 57884 from devel:libraries:c_c++
Accepted submit request 57884 from user coolo

OBS-URL: https://build.opensuse.org/request/show/57884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcryptopp?expand=0&rev=1
2011-01-25 09:05:52 +00:00
Cristian Rodríguez
f2aee5224f Accepting request 56217 from home:andreas_hanke
Thanks andreas

OBS-URL: https://build.opensuse.org/request/show/56217
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=2
2010-12-16 23:45:58 +00:00
Pascal Bleser
ab0c1124da 5.6.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcryptopp?expand=0&rev=1
2010-08-09 22:30:27 +00:00
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
commit 2472be710f8518caab1f62999c50970b475f162f
Author: Angel Yankov <angel.yankov@suse.com>
Date: Wed May 28 16:17:10 2025 +0300
Fix ElGamal side channel issue
diff --git a/pubkey.h b/pubkey.h
index 31e00a33..b12ef458 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -1854,8 +1854,13 @@ public:
SecByteBlock derivedKey(encAlg.GetSymmetricKeyLength(encAlg.GetMaxSymmetricPlaintextLength(ciphertextLength)));
derivAlg.Derive(params, derivedKey, derivedKey.size(), z, q, parameters);
-
- return encAlg.SymmetricDecrypt(derivedKey, ciphertext, ciphertextLength, plaintext, parameters);
+ DecodingResult res = encAlg.SymmetricDecrypt(derivedKey, ciphertext, ciphertextLength, plaintext, parameters);
+ Element z2 = agreeAlg.AgreeWithStaticPrivateKey(params, q, true, key.GetPrivateExponent());
+ if (z == z2) {
+ } else {
+ return DecodingResult();
+ }
+ return res;
}
catch (DL_BadElement &)
{

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 29 10:56:35 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
- Security fix [bsc#1224280, CVE-2024-28285]
* potential leak of secret key of ElGamal encryption via fault injection
* Added patch libcryptopp-CVE-2024-28285.patch
* https://github.com/weidai11/cryptopp/issues/1262
-------------------------------------------------------------------
Mon Feb 3 09:09:55 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -40,6 +40,8 @@ Patch1: libcryptopp-shared.patch
Patch2: libcryptopp-CVE-2023-50980.patch
# CVE-2023-50981 [bsc#1218222], issue on ModularSquareRoot function leads to potential DoS
Patch3: libcryptopp-CVE-2023-50981.patch
# PATCH-FIX-SUSE: [bsc#1224280] CVE-2024-28285 potential leak of secret key of ElGamal encryption via fault injection
Patch4: libcryptopp-CVE-2024-28285.patch
BuildRequires: dos2unix
BuildRequires: gcc-c++
BuildRequires: pkgconfig