~mamarley/openconnect/+git/gitlab-main:ppahacks

Last commit made on 2020-04-02
Get this branch:
git clone -b ppahacks https://git.launchpad.net/~mamarley/openconnect/+git/gitlab-main

Branch merges

Branch information

Name:
ppahacks
Repository:
lp:~mamarley/openconnect/+git/gitlab-main

Recent commits

4e0a7ce... by dwmw2

ppa hacks

b974ed3... by Luca Boccassi <email address hidden>

DTLS: check at runtime whether GnuTLS is giving us a zero'ed ClientHello

Use a handshake hook, and abort the handshake if it fails.

Signed-off-by: Luca Boccassi <email address hidden>
Signed-off-by: David Woodhouse <email address hidden>

868922a... by dwmw2

Merge branch 'ignore-empty-select-tag' of gitlab.com:klyr/openconnect

87c528d... by dwmw2

Reduce duplication in start_dtls_handshake()

Signed-off-by: David Woodhouse <email address hidden>

1e70ced... by dwmw2

Merge branch 'fix-gnutls-check' of gitlab.com:mrueg/openconnect

594c92e... by Julien Barbot <email address hidden>

Do not process <select/> nodes with no children

Signed-off-by: Julien Barbot <email address hidden>

adf29eb... by Manuel Rüger

configure.ac: Fix gnutls version check

This version number is hexadecimal

See gnutls/gnutls.h

 #define GNUTLS_VERSION "3.6.13"
 #define GNUTLS_VERSION_MAJOR 3
 #define GNUTLS_VERSION_MINOR 6
 #define GNUTLS_VERSION_PATCH 13
 #define GNUTLS_VERSION_NUMBER 0x03060d

Signed-off-by: Manuel Rüger <email address hidden>

24b759d... by dwmw2

Fix up Dan's aversion to writing changelog entries...

Signed-off-by: David Woodhouse <email address hidden>

b02101e... by dwmw2

Don't abort Pulse connection for bad cert MD5

This happens in the wild and the official clients seem not to care. It's
a pointless check anyway. It's too late, and it's only MD5.

Signed-off-by: David Woodhouse <email address hidden>

9377c0e... by Dan Lenski

fix off-by-one error in GnuTLS version check (v3.6.12 is known-bad), and also warn at compile time

Not-signed-off-by: Daniel Lenski <email address hidden>
Signed-off-by: David Woodhouse <email address hidden>