imterah
3a58a12033
fix: Removes debug print left over in server code.
2024-10-25 12:17:22 -04:00
Tera 8
8a0974447a
Merge pull request 'Adds cross-verifier' ( #1 ) from cross-verifier into main
...
Reviewed-on: https://git.greysoh.dev/imterah/bismuthd/pulls/1
2024-10-25 16:06:30 +00:00
imterah
e062975a0b
fix: Fixes potential crashing issues.
2024-10-25 12:01:02 -04:00
imterah
00a57443d4
feature: Adds signing validation support to the client.
2024-10-25 11:59:16 -04:00
imterah
86ad3e174f
chore: Remove extra code.
2024-10-24 11:43:47 -04:00
imterah
e527413faf
feature: Gets signing server and client infrastructure working.
2024-10-24 11:39:46 -04:00
greysoh
a5e479cc0c
chore: Seperate code into multiple files for client and server.
2024-10-20 12:13:23 -04:00
greysoh
a977e69aef
choore: Prepares support for certificate validation in client.
2024-10-20 12:02:15 -04:00
greysoh
8eb9bb3cee
chore: Adds lots of documentation.
2024-10-19 18:06:49 -04:00
imterah
514ccee264
chore: Adds license
2024-10-19 21:25:49 +00:00
greysoh
db924bc198
chore: Tidies modules
2024-10-19 17:19:42 -04:00
greysoh
412ed6bb77
feature: Makes "ConnStandardMaxBufSize" less.
...
This makes "ConnStandardMaxBufSize" less, because, according to tests,
it doesn't matter if it's 2 times. 65535 works fine on its own.
Anything less than 65535 is dangerous, however. The maximum packet size
in TCP is 64k, so if the maximum buffer size is less than that, it could
cause issues, depending on the application.
2024-10-19 16:48:16 -04:00
greysoh
6370948de4
fix: Fixes tests not correctly testing buffering.
2024-10-19 16:47:47 -04:00
greysoh
5c8ba3ff37
chore: Removes useless comments.
...
These comments were useless and provided no value. They weren't
even funny.
2024-10-19 16:45:41 -04:00
greysoh
c6c407d205
feature: Initial commit.
2024-10-19 14:49:24 -04:00