0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First successful negotiation with AS. Still need to parse and apply PUSH_REPLY options. More... almost 14 years ago
Extended dump_packet to handle DATA_V1 packets as well. More... almost 14 years ago
Keepalive implementation. More... almost 14 years ago
Implemented auth methods in ProtoContext. More... almost 14 years ago
Added compression framework. More... almost 14 years ago
Added some string parsing classes/functions for parsing OpenVPN options given as a comma-separated list. More... almost 14 years ago
Comment additions. More... almost 14 years ago
Implemented soft reset in proto.hpp. More... almost 14 years ago
Added dirty bit to KeyContext. More... almost 14 years ago
Minor README edit. More... almost 14 years ago
Full-protocol unit test using ProtoContext, w/o soft resets. Test in test/ssl/proto.cpp. More... almost 14 years ago
Minor fixes. More... almost 14 years ago
More test/reliable/ssl.cpp changes to bring in line with real OpenVPN protocol: More... almost 14 years ago
Added HMAC and Packet ID integrity checks to reliable/SSL test. More... almost 14 years ago
Add ssl_started differentiation to ProtoStackBase. More... almost 14 years ago
Added PACKET abstraction to ProtoStackBase. More... almost 14 years ago
Minor changes. More... almost 14 years ago
Coded hmac2 methods, for dealing with HMAC operations where HMAC signature exists within data range being signed. More... almost 14 years ago
Minor linux fix for test/reliable/ssl.cpp. More... about 14 years ago
Allow test/reliable/ssl.cpp to be built with either Apple SSL client and OpenSSL server, or OpenSSL for both client and server (see README.txt). More... about 14 years ago
ProtoStack with Apple SSL client and OpenSSL server successfully tested by test/reliable/ssl.cpp. More... about 14 years ago
Fixed minor build script regression on linux. More... about 14 years ago
Initial implementation of class ProtoStackBase. Compiles, but not yet tested. More... about 14 years ago
Added new constructor to AppleSSLContext so it can be initialized via an SSLConfig. More... about 14 years ago
Added AppleSSLContext. More... about 14 years ago
Minor CF changes. More... about 14 years ago
Added test/osx/ssl.cpp, simulates an SSL connection between an Apple-crypto-based client and an OpenSSL server. More... about 14 years ago
Read PKCS#12 file using Apple crypto. More... about 14 years ago
Frame class changes: More... about 14 years ago
Work around an issue in older versions of OpenSSL where DHparams_dup is defined as a macro. More... about 14 years ago