Tags: nikohpng/openvpn3
Tags
AuthCert: support up to 160 bit serial numbers Previously, we only supported int64 serial numbers. This change renames get_sn() method to serial_number_as_int64() for code that cares about 64-bit serial numbers. Signed-off-by: James Yonan <james@openvpn.net>
SetUserGroupRetainCap: added a new constructor for user/group paramet… …ers provided as const char * This follows the organization of SetUserGroup (the base class), and solves a potential null pointer dereference issue cited by Coverity. Signed-off-by: James Yonan <james@openvpn.net>
WS::ClientSet: it seems more logical for SyncPersistState to be insid… …e of HTTPStateContainer HTTPStateContainer contains the current HTTP client session state, and can be retained for multiple HTTP transactions over a persistent HTTP session. Since SyncPersistState can optionally contain the Asio io_context for synchronous operations, it seems logical to colocate this object with HTTPStateContainer. Signed-off-by: James Yonan <james@openvpn.net>
PreviousNext