[PATCH V2 0/6] NaCl changes
Kevin Cernekee
cernekee at gmail.com
Sun Apr 17 23:04:56 PDT 2016
V1->V2:
- Finish up GnuTLS support and JNI glue for
openconnect_get_peer_cert_chain()
- Cache cert_list_size so the caller doesn't have to remember it
- Fix typo in libopenconnect.map.in
Kevin Cernekee (6):
dtls: Fix memcmp() arguments in MTU detection code
NaCl: Disable 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()
dtls.c | 6 +-
gnutls.c | 39 +++++++++++-
java/src/com/example/LibTest.java | 2 +
.../infradead/libopenconnect/LibOpenConnect.java | 3 +
jni.c | 73 ++++++++++++++++++++++
libopenconnect.map.in | 4 ++
library.c | 11 ++++
openconnect-internal.h | 3 +
openconnect.h | 38 +++++++++++
openssl.c | 55 +++++++++++++++-
ssl.c | 6 +-
11 files changed, 231 insertions(+), 9 deletions(-)
--
2.8.1
More information about the openconnect-devel
mailing list