You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tls): initialize crypto provider for rustls and enhance database container configuration
- Added `init_crypto_provider` function to initialize the crypto provider for rustls, ensuring secure connections.
- Updated `main.rs` to call the new initialization function at startup.
- Enhanced `DatabaseContainer` to support TLS configurations, including validation and secure defaults for MySQL and MariaDB containers.
- Refactored `TestDatabase` to include TLS-enabled variants for better integration testing.
These changes improve the security posture of the Gold Digger project by ensuring proper TLS setup for database connections.
Copy file name to clipboardExpand all lines: tests/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Gold Digger Integration Tests
2
2
3
-
This directory contains comprehensive integration tests for Gold Digger's MySQL/MariaDB functionality, including TLS support, data type handling, and output format validation.
3
+
This directory contains comprehensive integration tests for Gold Digger's MySQL/MariaDB
4
+
functionality, including TLS support, data type handling, and output format validation.
0 commit comments