| Summary: | wget with amazon.com fails with TLS handshake failure on Debian 12 | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Michal P <pem3v78> |
| Component: | Networking | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | blocker | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Michal P
2023-07-04 09:38:30 UTC
This happens when openssl is uninstalled and internal busybox tls implementation is used. The problem seems to be with the x86_64 assembly language code for sp_256_sub_8_p256_mod() in networking/tls_sp_c32.c. If I use the C code instead, wget works. Unfortunately I don't speak x86_64 assembly language, so I've no idea what the real problem is. |