Daniel Pouzzner
ee7748f2e3
PR7648 20240418-exosip-apis peer review:
...
* tweak typography;
* move wolfSSL_i2d_X509_PUBKEY() from ssl.c to x509.c;
* in asn.h, add !NO_ASN_OLD_TYPE_NAMES macros to remap old names (ISSUER, SUBJECT, BEFORE, AFTER) by default unless the macros are already defined.
2024-07-16 19:12:19 -05:00
..
2024-07-16 19:12:18 -05:00
2024-07-16 19:12:19 -05:00
2022-12-30 17:12:11 -07:00
2024-06-19 21:27:01 +10:00
2023-10-03 11:45:43 +02:00
2024-07-16 19:12:19 -05:00
2024-06-08 16:39:53 -05:00
2024-07-16 19:12:18 -05:00
2023-07-07 11:22:58 +02:00
2024-06-03 15:38:36 -07:00
2024-03-18 21:13:42 +07:00
2023-08-22 11:23:46 -06:00
2023-08-22 11:23:46 -06:00
2023-08-24 13:04:59 -06:00
2024-07-16 19:12:18 -05:00
2024-05-30 14:48:52 -06:00
2024-07-08 09:47:46 -06:00
2022-12-30 17:12:11 -07:00
BIO/wolfio: refactor TranslateReturnCode(), wolfSSL_LastError(), and TranslateIoError() into complete+consistent wolfSSL_LastError() and TranslateIoReturnCode(), handling all special cases correctly, and correctly returning WOLFSSL_CBIO_ERR_WANT_WRITE and WOLFSSL_CBIO_ERR_TIMEOUT. use TranslateIoReturnCode() directly in wolfIO_Recv(), wolfIO_Send(), wolfIO_RecvFrom(), wolfIO_SendTo(), and remove now-superfluous TranslateIoError() calls from EmbedReceive(), EmbedSend(), EmbedReceiveFrom(), EmbedSendTo(), EmbedReceiveFromMcast().
2024-07-16 19:12:19 -05:00