Commit Graph

83 Commits (63f3b4a89f8d83a32685668d63138e3a6dc6949f)

Author SHA1 Message Date
Andy Wang 63f3b4a89f Allow server to listen on multiple ports 5 years ago
Andy Wang e2d4ab7376 Use non-pointer receiver instead 5 years ago
Andy Wang 854dc422a2 Update some comments 5 years ago
Andy Wang 339b324946 Working direct WebSocket transport 5 years ago
Andy Wang f47f57a59f Direct WebSocket 5 years ago
Andy Wang 3a28bb65d5 Refactor touchStone 5 years ago
Andy Wang 31898dad63 Change the way user termination works 5 years ago
Andy Wang 87a7684e10 More comments 5 years ago
Andy Wang dd4a1769d0 Refactor new session authorisation 5 years ago
Andy Wang eabe113547 Add Stream Timeout 5 years ago
Andy Wang cf1f1ccf16 Add some tests 5 years ago
Andy Wang 57255fdeb2 Fail to parse ClientHello if the TLS record layer Content Type and versions are wrong 5 years ago
Andy Wang 0e0a3314c9 Add server TLS parse test 5 years ago
Andy Wang b5c6d7fedc Change touchUp function signature 5 years ago
Andy Wang e28df86a55 Move Unordered field around 5 years ago
Andy Wang c19c43f6e8 Server side UDP to proxy server 5 years ago
Andy Wang c36ec04ce5 Add unordered mode 5 years ago
Andy Wang 52fac535e3 Fix nil pointer with ClientInfo 5 years ago
Qian Wang 58cbb73f0f Refactor return value of decryption 5 years ago
Qian Wang cb672a99de Refactor session configuration 5 years ago
Qian Wang 82fe177c24 Change how timestamp's validity is checked 5 years ago
Qian Wang d99b4009b2 Differentiate concrete types of LimitedValve and UnlimitedValve to avoid unnecessary atomic.AddUint64 since it has non-trivial overhead on embedded systems 5 years ago
Qian Wang e7aa4cd04b Fix a stuck mutex 5 years ago
Qian Wang ae4fc917b6 Let the server send a mock encrypted certificate after ChangeCipherSuite to imitate real behaviour more closely 5 years ago
Qian Wang 1d878b3adb Use AEAD to encrypt session key in ServerHello to provide authentication of the identity of the server 5 years ago
Qian Wang e15536d7c7 Refactor TLS handshake 5 years ago
Qian Wang 76095bde0f Add user bypass feature 5 years ago
Qian Wang bf83273f6e Fix redirection 5 years ago
Qian Wang 64b39d728f Refactor usedrandom 5 years ago
Qian Wang 08cb5d8462 Refactor usermanager 5 years ago
Qian Wang 67521efbd6 Alter composeServerHello function signature slightly 5 years ago
Qian Wang 429da0e0d9 Add unit tests 5 years ago
Qian Wang e75c713385 Refactor session struct's obfs fields 5 years ago
Qian Wang 33f232475d Improve logging 5 years ago
Qian Wang 726a405a26 TLS1.3 5 years ago
Qian Wang 0fbb6011fc Remove psudorandom padding 5 years ago
Qian Wang 0f3b2232ab Remove redundant config field 5 years ago
Qian Wang e1c879a478 Fix CORS and POST handler 5 years ago
Qian Wang 059a222394 Use defer to unlock mutexes 5 years ago
Qian Wang 75fecacd20 Change the protocol to solve sessionTicket inconsistency 5 years ago
Qian Wang 8f9922b06b Add terminal messages upon session closing 5 years ago
Qian Wang 8ff0f3d17e Rename handlers 5 years ago
Qian Wang 09bdae2584 Add CORS header through middleware 5 years ago
Qian Wang 2ce6f380d1 Implement admin control through a tunneled RESTful API 5 years ago
Qian Wang 98a772b6ee Add server response to status update 5 years ago
Qian Wang 29a45bcc1a Rewrite user authentication, credit bookkeeping and db interaction 5 years ago
Qian Wang 710fa6835a Reduce the size of UID to 16 bytes 5 years ago
Qian Wang d781c7b1be Use a sessional ephemeral key as the main key instead of UID for forward security 5 years ago
Qian Wang 8168b9e2e7 Use AES-GCM instead of CTR 5 years ago
Qian Wang 0dd52d8570 Add optional encryption 5 years ago