mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Do work on curl/mbedtls/zstd
This change fixes stderr to be unbuffered. Added hardware AES on ARM64 to help safeguard against timing attacks. The curl.com command will be somewhat more pleasant to use.
This commit is contained in:
parent
a186143f62
commit
0d3c1c8b1a
37 changed files with 1565 additions and 290 deletions
2
third_party/mbedtls/iana.h
vendored
2
third_party/mbedtls/iana.h
vendored
|
@ -6,8 +6,10 @@ COSMOPOLITAN_C_START_
|
|||
|
||||
bool IsCipherSuiteGood(uint16_t);
|
||||
const char *GetCipherSuiteName(uint16_t);
|
||||
const char *DescribeMbedtlsErrorCode(int);
|
||||
const char *GetAlertDescription(unsigned char);
|
||||
dontdiscard char *FormatSslClientCiphers(const mbedtls_ssl_context *);
|
||||
const char *DescribeSslClientHandshakeError(const mbedtls_ssl_context *, int);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue