[Openvpn-devel,0/4] Collections of miscellenaous patches

Message ID 20230210142712.572303-1-arne@rfc2549.org
Headers show
Series Collections of miscellenaous patches | expand

Message

Arne Schwabe Feb. 10, 2023, 2:27 p.m. UTC
These are a few random patches that could have been sent as single patches to
the list but I bundle them here to indicate their "low priority"/impact.

Arne Schwabe (4):
  Combine extra_tun/frame parameter of frame_calculate_payload_overhead
  Update the last sections in the man page to a be a bit less outdated
  Revise the cipher negotiation about OpenVPN3 in the man page
  Reduce initialisation spam from verb <= 3 and print summary instead

 doc/man-sections/cipher-negotiation.rst |   5 +-
 doc/openvpn.8.rst                       |  11 +-
 src/openvpn/crypto.c                    |   4 +-
 src/openvpn/errlevel.h                  |   1 +
 src/openvpn/init.c                      | 143 +++++++++++++++++++++++-
 src/openvpn/mss.c                       |   2 +-
 src/openvpn/mtu.c                       |  14 +--
 src/openvpn/mtu.h                       |   6 +-
 src/openvpn/occ.c                       |   3 +-
 src/openvpn/occ.h                       |  16 +++
 src/openvpn/sig.c                       |  15 ---
 src/openvpn/ssl.c                       |   5 -
 src/openvpn/ssl_ncp.c                   |   2 +-
 13 files changed, 178 insertions(+), 49 deletions(-)