index
:
ostp
main
p2p
OSMORA Secure Tunnel Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
include
Age
Commit message (
Expand
)
Author
7 days
spec: Add initial P2P sources
p2p
Ian Moffett
7 days
stpsession: Swap max username and pw length
Ian Moffett
7 days
otconfig: Create OSTP_PORT define
main
Ian Moffett
7 days
defs: Add CTASSERT() macro
Ian Moffett
11 days
auth: Add on_connect() callback
Ian Moffett
11 days
defs: Add NELEM()
Ian Moffett
2024-10-03
server: Fix handling of multiple clients
Ian Moffett
2024-10-03
lib: server: Add listener_clients()
Ian Moffett
2024-10-03
lib: auth: Keep track of username
Ian Moffett
2024-10-03
net: Replace magic numbers with defines
Ian Moffett
2024-10-01
project: Convert project to library
Ian Moffett
2024-10-01
lib: stpsession: Remove hash field
Ian Moffett
2024-09-29
project: Massive fixups
Ian Moffett
2024-09-29
libostp: session: Use DIAGNOSTIC
Ian Moffett
2024-09-29
project: Move server/client code into library
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-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
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-24
Initial commit
Ian Moffett