All of lore.kernel.org
 help / color / mirror / Atom feed
* [Openvpn-devel] [PATCH v4 0/5] NCP v2 patch set
@ 2020-02-17 14:43 Arne Schwabe
  2020-02-17 14:43 ` [Openvpn-devel] [PATCH v4 1/5] Only announce IV_NCP=2 when we are willing to support these ciphers Arne Schwabe
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Arne Schwabe @ 2020-02-17 14:43 UTC (permalink / raw)
  To: openvpn-devel

Resend all patches to make applying them easier and sort them into the order
they should be applied to keep Windows happy

Arne Schwabe (5):
  Only announce IV_NCP=2 when we are willing to support these ciphers
  Add strsep compat function
  Implement dynamic NCP negotiation
  Move NCP related function into a seperate file and add unit tests
  Normalise ncp-ciphers option and restrict it to 127 bytes

 configure.ac                         |   2 +-
 doc/openvpn.8                        |  13 +-
 src/compat/Makefile.am               |   1 +
 src/compat/compat-strsep.c           |  61 ++++++
 src/compat/compat.h                  |   4 +
 src/compat/compat.vcxproj            |   3 +-
 src/openvpn/Makefile.am              |   1 +
 src/openvpn/init.c                   |   3 +-
 src/openvpn/multi.c                  |   1 +
 src/openvpn/openvpn.vcxproj          |   2 +
 src/openvpn/openvpn.vcxproj.filters  |   8 +-
 src/openvpn/options.c                |  15 +-
 src/openvpn/push.c                   |  32 +++-
 src/openvpn/ssl.c                    |  85 +--------
 src/openvpn/ssl.h                    |  31 ---
 src/openvpn/ssl_common.h             |   2 +-
 src/openvpn/ssl_ncp.c                | 274 +++++++++++++++++++++++++++
 src/openvpn/ssl_ncp.h                | 116 ++++++++++++
 tests/unit_tests/openvpn/Makefile.am |  18 +-
 tests/unit_tests/openvpn/test_ncp.c  | 207 ++++++++++++++++++++
 20 files changed, 752 insertions(+), 127 deletions(-)
 create mode 100644 src/compat/compat-strsep.c
 create mode 100644 src/openvpn/ssl_ncp.c
 create mode 100644 src/openvpn/ssl_ncp.h
 create mode 100644 tests/unit_tests/openvpn/test_ncp.c

-- 
2.25.0



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-03-27 15:26 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-17 14:43 [Openvpn-devel] [PATCH v4 0/5] NCP v2 patch set Arne Schwabe
2020-02-17 14:43 ` [Openvpn-devel] [PATCH v4 1/5] Only announce IV_NCP=2 when we are willing to support these ciphers Arne Schwabe
2020-02-17 14:50   ` Lev Stipakov
2020-02-17 18:33   ` [Openvpn-devel] [PATCH applied] " Gert Doering
2020-02-17 14:43 ` [Openvpn-devel] [PATCH v4 2/5] Add strsep compat function Arne Schwabe
2020-02-17 14:52   ` Lev Stipakov
2020-02-17 18:39   ` [Openvpn-devel] [PATCH applied] " Gert Doering
2020-02-17 14:43 ` [Openvpn-devel] [PATCH v4 3/5] Implement dynamic NCP negotiation Arne Schwabe
2020-02-17 15:03   ` Lev Stipakov
2020-02-17 19:25   ` [Openvpn-devel] [PATCH applied] " Gert Doering
2020-02-17 14:43 ` [Openvpn-devel] [PATCH v4 4/5] Move NCP related function into a seperate file and add unit tests Arne Schwabe
2020-02-17 15:24   ` Lev Stipakov
2020-02-20 17:31   ` David Sommerseth
2020-02-17 14:43 ` [Openvpn-devel] [PATCH v4 5/5] Normalise ncp-ciphers option and restrict it to 127 bytes Arne Schwabe
2020-02-17 15:26   ` Lev Stipakov
2020-02-21 10:07 ` [Openvpn-devel] [PATCH v5 4/5] Move NCP related function into a seperate file and add unit tests Arne Schwabe
2020-03-09 13:22   ` [Openvpn-devel] [PATCH applied] " Gert Doering
2020-02-21 10:07 ` [Openvpn-devel] [PATCH v5 5/5] Normalise ncp-ciphers option and restrict it to 127 bytes Arne Schwabe
2020-03-09 13:51   ` Gert Doering
2020-03-12 11:36     ` [Openvpn-devel] [PATCH v6 " Arne Schwabe
2020-03-27 15:19       ` David Sommerseth
2020-03-27 15:26       ` [Openvpn-devel] [PATCH applied] " Gert Doering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.