Andri Yngvason
|
4705c0cfcc
|
Implement RSA-AES-256 security type
|
2023-09-29 21:53:20 +00:00 |
Andri Yngvason
|
9507624cf3
|
Create dedicated RSA-AES stream
The message format isn't really within the domain of the cipher, so it
doesn't belong to the crypto interface.
|
2023-09-29 21:53:20 +00:00 |
Andri Yngvason
|
da2518e296
|
stream: Integrate cipher
|
2023-09-29 21:53:20 +00:00 |
Andri Yngvason
|
ade1046391
|
stream: Allocate enough for tls upgrade
|
2023-05-30 08:40:56 +00:00 |
Andri Yngvason
|
b5f37d0227
|
stream: Move tls specific member into tls impl
|
2023-05-28 15:50:36 +00:00 |
Andri Yngvason
|
6a5ea71289
|
stream: Add a TODO about cleaning up struct
|
2023-04-11 19:54:25 +00:00 |
Andri Yngvason
|
0cdbf6a602
|
stream: Add exec_and_send function
This allows us to execute a function right before a leaves the send queue
and is really only useful for NTP as far as I can tell.
|
2023-04-08 13:02:45 +00:00 |
Andri Yngvason
|
8847511596
|
Implement websocket
|
2023-04-07 12:47:49 +00:00 |
Andri Yngvason
|
e385a98238
|
stream: Add a cork to pause sending
|
2023-04-07 12:47:49 +00:00 |
Andri Yngvason
|
979d10ce62
|
Turn stream into abstract interface class
|
2023-04-06 21:02:39 +00:00 |
Andri Yngvason
|
e1c0923915
|
stream: Add byte counters
|
2020-07-26 11:43:29 +00:00 |
Andri Yngvason
|
76e721c4cd
|
Replace libuv with aml
|
2020-03-21 16:59:10 +00:00 |
Andri Yngvason
|
fef9ca1d7c
|
stream: Change api for stream_write
|
2020-01-25 15:46:52 +00:00 |
Andri Yngvason
|
2f99659077
|
Create a network stream object with TLS support
|
2020-01-25 15:33:36 +00:00 |