]> git.deb.at Git - rhonda/impostor.hazel.git/shortlog
rhonda/impostor.hazel.git
2021-02-03 Matthew EndsleyMerge branch 'dtls_rotate_hmac' into dtls_development
2021-02-03 Matthew EndsleyPeriodically rotate DTLS HMAC keys
2021-02-03 Matthew EndsleyChangeChiperSpec records should have a single byte
2021-02-03 Matthew EndsleyDo not compute HMAC for zero-length cookies
2021-02-03 Matthew EndsleyAcquire lock when resending DTLS packets
2021-02-03 Matthew EndsleyMerge branch 'dtls_all_tests' into dtls
2021-02-03 Matthew EndsleyUse TestLogger for ThreadLimitedUdp tests
2021-02-03 Matthew EndsleyModify ConnectLikeAJerk to cap valid connections at 1
2021-02-03 Matthew EndsleyLeverage existing tests for DTLS listener
2021-02-03 Matthew EndsleyDelegate listener and connection creation to subclass
2021-02-03 Matthew EndsleyMove test bodies to base class
2021-02-03 Matthew EndsleyMerge branch 'fix_ipv6' into dtls
2021-02-03 Matthew EndsleyModify ConnectionId to key on both an endpoint and...
2021-02-03 Matthew EndsleyRemove NetworkConnection.RemoteEndPoint
2021-02-03 Matthew EndsleyUse IPEndPoint internally in ThreadLimitedUdpConnection...
2021-02-03 Matthew EndsleyUpdate error message to reflect new function source
2021-02-03 Matthew EndsleyUse ConnectionId as key to connection map
2021-02-03 Matthew EndsleyUse consuming enumerator for queue processing
2021-02-03 Matthew EndsleyInitialize the keep-alive timer before sending packets
2021-02-03 Matthew EndsleyEnsure disconnect message is encrypted with DTLS
2021-02-03 Matthew EndsleyAttempt to resend reliable packets during connection...
2021-02-03 Matthew EndsleyFix outgoing sequence numbers from DTLS connection...
2021-02-03 Matthew EndsleyAdd DTLS connection tests
2021-02-02 Matthew EndsleyOnly join threads if we were active
2021-02-02 Matthew EndsleyDo not clear spans of zero length
2021-02-02 Matthew EndsleyMerge branch 'dtls_client' into dtls
2021-02-02 Matthew EndsleyImplement client-side DTLS handshake
2021-02-02 Matthew EndsleyAdd stub DTLS client connection
2021-02-02 Matthew EndsleyMerge branch 'dtls_listener' into dtls
2021-02-02 Matthew EndsleyImplement server-side DTLS handshake
2021-02-02 Matthew EndsleyAdd stub DTLS listener
2021-02-02 Matthew EndsleyAllow subclasses to mark a connection as stale
2021-02-02 Matthew EndsleyUse abstract connection identifier
2021-02-02 Matthew EndsleyAdd null record protection implementation
2021-02-02 Matthew EndsleyMerge branch 'dtls_listener_update' into dtls
2021-02-02 Matthew EndsleyAllow TL connection listener to override incoming messa...
2021-02-02 Matthew EndsleyMerge branch 'dtls_record_protection' into dtls
2021-02-02 Matthew EndsleyUpdate SendMessageInfo to hold byte span
2021-02-02 Matthew EndsleyAdd AesGcm record protection
2021-02-02 Matthew EndsleyAllow derived listener classes access to the logger
2021-02-02 Matthew EndsleyMerge branch 'dtls_record' into dtls
2021-02-02 Matthew EndsleyAdd interface for record protection
2021-02-02 Matthew EndsleyMerge branch 'dtls_psuedo_random_function' into dtls
2021-02-02 Matthew EndsleyAdd record wire format conversions
2021-02-02 Matthew EndsleyAdd common PRF labels as constants
2021-02-02 Matthew EndsleyAdd ExpandSecret variant that takes label as a byte...
2021-02-02 Matthew EndsleyMerge branch 'key_exchange' into dtls
2021-02-02 Matthew EndsleyAdd the psuedoranomm function P_SHA256
2021-02-02 Matthew EndsleyMerge branch 'crypto_primitives' into dtls_new
2021-02-02 Matthew EndsleyAdd x25519 version of ECDHE_RSA_256 cipher suite
2021-02-02 Matthew EndsleyAdd initial cipher suite interfaces
2021-02-02 Matthew EndsleyAdd AES_GCM primitive
2021-02-02 Matthew EndsleyAdd x25519 primitive
2021-02-02 Matthew EndsleyAdd a few constant-time utilities
2021-02-02 Matthew EndsleyAdd ByteSpan utility
2020-12-17 Matthew EndsleyMerge branch 'cleanup_tests' into fewerThreads2
2020-12-17 Matthew EndsleyInitialize keepalive timer in constructor
2020-12-17 Matthew EndsleyFix disposal issues in ThreadLimitedUdpConnectionListener
2020-12-15 ForestAdd the ability to start a MessageWriter in the middle...
2020-11-05 ForestA bit of testing and pushing abstractions around. Reade...
2020-10-31 ForestMerge branch 'rewritepkts' into fewerThreads2
2020-10-31 ForestTest UnityUdpClientConnection a little
2020-10-31 ForestA little tidy
2020-10-31 ForestCleanup old, unused doc project and fix #7
2020-10-31 ForestMerge remote-tracking branch 'origin/fewerThreads2'
2020-10-31 ForestRemove documentation project
2020-10-31 ForestAdd functionality to rewrite packets
2020-10-14 ForestCleanup old, unused doc project and fix #7
2020-10-08 ForestMerge pull request #6 from willardf/bug-5
2020-10-08 ForestMerge branch 'bug-5' into fewerThreads2
2020-10-08 ForestTest and fix bug #5: A malformed packet can be used...
2020-10-08 ForestA couple subtle changes
2020-09-24 ForestPoll for socket avail and handle send errors
2020-09-06 ForestAcceptable. Time to improve
2020-09-03 ForestHazel pretty good. 2020.9.1
2020-08-19 ForestAdd more tests, fix a bug when recycling unaware hello...
2020-07-06 ForestMore testing, some fixes
2020-05-09 ForestFix a severe issue with redundant acks
2020-04-02 ForestAdd 8x redundancy to acks
2020-01-17 ForestRemove unused timeout param from ConnectAsync
2020-01-15 ForestAdded a listener with a fixed number of threads. Still...
2020-01-11 ForestAdd some UPnP capabilities, add an intercept for intern...
2020-01-02 ForestMerge remote-tracking branch 'origin/master'
2019-12-17 ForestCreate a separate client connection better suited to...
2019-10-18 ForestMerge pull request #2 from shaunthesheep644/LoggerNullR...
2019-10-18 Forest* Fix some issues that popped up in Hazel-Examples...
2019-09-21 Max Tiganovlogger nullref fix
2019-09-05 ForestImprove broadcast listener debugging and ignore some...
2019-08-20 ForestBetter enable very early connection validation
2019-07-25 ForestRevert some bad code that caused OnNewConnection to...
2019-07-25 ForestLots of code clean up, fixed an issue were a latent...
2019-06-20 ForestFix and test disconnect message feature
2019-06-20 ForestFix some flaky tests, clean up some style
2019-06-20 ForestAdd the ability to send extra data along side a disconn...
2019-06-13 ForestImprove debuggability, and maybe fix a case where the...
2019-06-06 ForestClean up a slow leak of ping packets when connections...
2019-05-29 ForestClean up some stuff, fix some bugs, add a new type...
2019-04-26 ForestRe-remove TCP (this time for good), add a counter to...
2019-04-15 ForestRemove obvious allocation from UdpClientConnection...
2019-04-15 ForestRemove the accidentally added benchmark project
next