index
:
ostp
main
p2p
OSMORA Secure Tunnel Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
6 days
otconfig: Create OSTP_PORT define
main
Ian Moffett
6 days
defs: Add CTASSERT() macro
Ian Moffett
10 days
docs: Add ref to OSTP paper
Ian Moffett
10 days
auth: Add on_connect() callback
Ian Moffett
10 days
auth: Handle password auth and motd
Ian Moffett
10 days
auth: Remove session thread
Ian Moffett
10 days
auth: Only generate new master session key once
Ian Moffett
10 days
auth: Fix typo in error
Ian Moffett
10 days
session: Handle overflows
Ian Moffett
10 days
session: Fix LOG() macro
Ian Moffett
10 days
server: listener: Prevent integer underflow
Ian Moffett
10 days
defs: Add NELEM()
Ian Moffett
10 days
build: Add deps file
Ian Moffett
2024-10-03
lib: Ensure recv_ap->lp is set
Ian Moffett
2024-10-03
lib: auth: Fixup error handling
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-03
build: Don't rely on GCC for compatibility
Ian Moffett
2024-10-03
lib: Add missing includes
Ian Moffett
2024-10-03
build: Remove unused flags
Ian Moffett
2024-10-01
Add README
Ian Moffett
2024-10-01
project: Convert project to library
Ian Moffett
2024-10-01
lib: stpsession: Remove hash field
Ian Moffett
2024-09-30
lib: session: Remove zeroing of hash
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-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
ostp.d: Add config
Ian Moffett
2024-09-26
net: listen: Fix typo
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
ostp.d: auth: Print newline in log_pubkey()
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
ostp.d: net: Refactor session request code
Ian Moffett
2024-09-24
ostp.d: init: Move main() to otd_init.c
Ian Moffett
[next]