chore(deps): update module golang.org/x/crypto to v0.53.0
Description
- chore(deps): update module golang.org/x/crypto to v0.53.0
Summary of Changes
This update bumps two security-related dependencies to newer versions (golang.org/x/crypto and golang.org/x/net), which typically include bug fixes and security patches.
Additionally, the test key generation code was reorganized and improved. Notably, RSA keys larger than 8,192 bits are now saved in a different format (PKCS#1 instead of OpenSSH), because the crypto library rejects oversized keys in OpenSSH format — this allows tests to still exercise the size-limit validation logic. The existing test file for an oversized RSA key was replaced with one in the new compatible format.
How has this been tested?
CI