index
:
ostp
main
p2p
OSMORA Secure Tunnel Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2024-09-29
project: Move server/client code into library
Ian Moffett
2024-09-29
lib: net: Return 0 on peer disconnect
Ian Moffett
2024-09-28
ostp.d: auth: Add user authentication
Ian Moffett
2024-09-28
lib: crypto: Add AES key size define
Ian Moffett
2024-09-28
lib: net: Fix buffer overflow in recv_frame()
Ian Moffett
2024-09-27
lib: crypto: Return 0 in free_session_key()
Ian Moffett
2024-09-26
project: Introduce actual connections
Ian Moffett
2024-09-26
lib: net: Add message frame handling
Ian Moffett
2024-09-26
lib: Add more defines in defs.h
Ian Moffett
2024-09-26
lib: net: Add message frame structure
Ian Moffett
2024-09-26
lib: crypto: Implement AES message free functions
Ian Moffett
2024-09-26
lib: crypto: Fix ECDH session key buffer size
Ian Moffett
2024-09-26
lib: crypto: Remove extra whitespace
Ian Moffett
2024-09-26
project: Use unsigned byte for data
Ian Moffett
2024-09-26
lib: crypto: Add AES-256-GCM support
Ian Moffett
2024-09-25
lib: crypto: Add session key generation
Ian Moffett
2024-09-25
lib: crypto: Remove unused function
Ian Moffett
2024-09-24
Initial commit
Ian Moffett