[PATCH V3 0/7] NaCl changes
Kevin Cernekee
cernekee at gmail.com
Wed May 4 21:40:02 PDT 2016
V2->V3:
- Add a check to configure.ac for IPV6_PATHMTU instead of hardcoding
another __native_client__ check. I think this should be undefined on
Windows, but I didn't try it.
- Fix incorrect symbol versions.
- When possible, use GnuTLS to figure out if a cert/key string is
a recognized URL. This works on GnuTLS >= 3.1.0.
- Make sure libopenconnect.map.in stays in alphabetical order.
Kevin Cernekee (7):
NaCl: Add autoconf check for IPV6_PATHMTU getsockopt() call
Allow OC_CMD_PAUSE to abort connection attempts
library: Add reconnected() callback
library: Add openconnect_get_dnsname()
library: Add openconnect_get_peer_cert_chain()
library: Alphabetize OPENCONNECT_5_2 and OPENCONNECT_5_3 symbols
gnutls: Load application-defined key types by URL
configure.ac | 12 ++++
dtls.c | 16 +++--
gnutls.c | 47 +++++++++++++-
java/src/com/example/LibTest.java | 2 +
.../infradead/libopenconnect/LibOpenConnect.java | 3 +
jni.c | 73 ++++++++++++++++++++++
libopenconnect.map.in | 10 ++-
library.c | 11 ++++
openconnect-internal.h | 3 +
openconnect.h | 38 +++++++++++
openssl.c | 55 +++++++++++++++-
ssl.c | 6 +-
12 files changed, 261 insertions(+), 15 deletions(-)
--
1.9.1
More information about the openconnect-devel
mailing list