Andrew Kelley 79b41dbdbf std.crypto.tls: avoid heap allocation
The code we are borrowing from https://github.com/shiguredo/tls13-zig
requires an Allocator for doing RSA certificate verification. As a
stopgap measure, this commit uses a FixedBufferAllocator to avoid heap
allocation for these functions.

Thank you to @naoki9911 for providing this great resource which has been
extremely helpful for me when working on this standard library TLS
implementation. Until Zig has std.crypto.rsa officially, we will borrow
this implementation of RSA. 🙏
2023-01-02 16:57:16 -07:00
..
2023-01-02 16:57:15 -07:00
2022-12-14 14:26:02 -07:00
2022-11-30 15:42:59 -07:00
2023-01-02 16:57:16 -07:00
2022-12-31 20:49:02 -05:00
2022-12-13 15:04:03 -05:00
2022-12-18 01:46:09 -05:00
2022-12-13 13:14:20 +02:00
2022-12-29 12:42:44 +02:00
2022-12-09 21:57:17 +01:00
2022-11-04 00:09:27 +03:30
2023-01-02 16:57:15 -07:00
2023-01-02 16:57:15 -07:00
2022-12-13 13:14:20 +02:00
2022-12-31 20:49:02 -05:00
2023-01-02 16:57:16 -07:00
2022-09-11 23:18:43 -04:00
2023-01-02 16:57:15 -07:00
2022-12-30 17:23:31 +02:00
2023-01-02 16:57:15 -07:00
2022-12-13 13:14:20 +02:00
2023-01-02 16:57:15 -07:00
2022-12-21 17:02:53 +01:00