Cockatrice/.ci
Lukas Brübach fd865c1ea9
[Security] Use a CSPRNG for salts, tokens, and RNG seeding
Password salts and activation tokens were generated with the global SFMT
RNG, which was seeded from a 32-bit timestamp, making registration
salts and activation tokens predictable. The game RNG used the same
timestamp seed across restarts.

Add CryptoUtil backed by OpenSSL RAND_bytes and use it for salt/token
generation and to seed RNG_SFMT with a 64-bit CSPRNG value in both the
client and server. Link libcockatrice_utility against OpenSSL::Crypto.

Took 30 seconds

Took 25 minutes
2026-08-30 19:28:37 +02:00
..
Arch [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Debian12 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Debian13 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Fedora43 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Fedora44 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Servatrice_Debian12 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Ubuntu24.04 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
Ubuntu26.04 [Security] Use a CSPRNG for salts, tokens, and RNG seeding 2026-08-30 19:28:37 +02:00
compile.sh Add --x-abi-tools-use-exact-version to vcpkg invocation (#7068) 2026-08-05 23:14:29 +02:00
docker.sh add ccache eviction for files older than 7 days (#6795) 2026-04-11 19:18:12 +02:00
lint_cpp.sh CI: Print colored diff for lint check (#6975) 2026-06-08 19:19:28 +02:00
macos.entitlements Sign macOS Releases (#5396) 2025-01-09 22:32:53 -05:00
name_build.sh CI: Cleanup (#6677) 2026-03-09 21:32:47 +01:00
prep_release.sh escape ampersand (#6900) 2026-05-21 22:02:09 +02:00
release_template.md Update & add arch/platform labels in release template (#7149) 2026-08-23 12:56:00 +02:00
resolve_latest_aqt_qt_version.sh CI: Resolve to latest Qt version in range for Windows as well (#6700) 2026-03-15 17:47:48 +01:00
thin_macos_qtlib.sh ci: make fat qt libs thin (#6281) 2026-01-04 01:00:05 +01:00
update_translation_source_strings.sh make translation update script more specific in line selection (#4993) 2024-01-25 23:28:23 +01:00
update_translation_source_strings_template.md fix transifex link (#5969) 2025-06-09 02:05:24 +02:00