index
:
platform/upstream/openconnect
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network; Licenses: LGPL-2.1+;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dtls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
Close dtls_fd on error returns from connect_dtls_socket()
David Woodhouse
1
-0
/
+2
2012-07-16
Fix strict-aliasing warning with DTLS local port handling
David Woodhouse
1
-3
/
+6
2012-06-30
Separate requested from received MTU settings
David Woodhouse
1
-3
/
+3
2012-06-30
Fix GnuTLS DTLS MTU for GnuTLS 3.0.21 and above
David Woodhouse
1
-2
/
+25
2012-06-28
Fix build failure on systems without GnuTLS v3
David Woodhouse
1
-2
/
+2
2012-06-27
Fix DTLS MTU for GnuTLS
David Woodhouse
1
-0
/
+4
2012-06-25
Add source port option for DTLS
Steven Ihde
1
-0
/
+31
2012-06-13
Move dtls1_stop_timer() declaration inside the OPENCONNECT_OPENSSL section
David Woodhouse
1
-6
/
+7
2012-06-11
Allow building against GnuTLS (for TCP) and GnuTLS (for DTLS) simultaneously
David Woodhouse
1
-8
/
+21
2012-06-11
Remove stray openssl includes
David Woodhouse
1
-2
/
+0
2012-06-08
Don't hard-code cipher type in GnuTLS DTLS
David Woodhouse
1
-3
/
+27
2012-06-07
GnuTLS now uses gnutls_session_set_premaster()
David Woodhouse
1
-4
/
+4
2012-06-07
Add DTLS support for GnuTLS
David Woodhouse
1
-9
/
+144
2012-06-07
Split out OpenSSL_specific start_dtls_handshake() function
David Woodhouse
1
-48
/
+59
2012-05-29
Disable DTLS for GnuTLS build for now
David Woodhouse
1
-1
/
+1
2012-05-13
Clean up BIO_set_nbio() calls for DTLS
David Woodhouse
1
-6
/
+4
2012-05-13
Namespace cleanup: s/set_http_proxy/openconnect_set_http_proxy/
David Woodhouse
1
-2
/
+2
2012-05-12
Update copyright years
David Woodhouse
1
-1
/
+1
2012-05-10
Expand OpenSSL DTLS compatibility to include Ubuntu 10.04 (Lucid Lynx)
David Woodhouse
1
-6
/
+26
2011-12-14
Fix memcpy-less DTLS RX so it really doesn't use memcpy().
David Woodhouse
1
-1
/
+3
2011-12-12
Eliminate memcpy() for incoming packets from DTLS
David Woodhouse
1
-3
/
+18
2011-11-05
Remove all _xxx_SOURCE macros from source, do it in configure.
David Woodhouse
1
-1
/
+0
2011-11-03
Fix build with -ansi and without optimisation.
David Woodhouse
1
-1
/
+2
2011-09-22
Make user-visible strings translatable
David Woodhouse
1
-41
/
+49
2011-09-22
Fix DTLS-may-fail warning when built against OpenSSL 1.0.0e and run with older
David Woodhouse
1
-1
/
+1
2011-09-15
Clean up DTLS timer workaround to make it work with Debian OpenSSL, hopefully
David Woodhouse
1
-13
/
+45
2011-09-08
Fix DTLS compatibility with ASA firmware 8.4.1(11) and above.
David Woodhouse
1
-0
/
+8
2011-06-27
Add openconnect_vpninfo_new_with_cbdata() function to ease C++ integration
David Woodhouse
1
-29
/
+29
2011-03-09
Split private parts of openconnect.h out into openconnect-internal.h
David Woodhouse
1
-1
/
+1
2010-08-12
Implement DTLS and CSTP rekeying.
David Woodhouse
1
-26
/
+22
2010-08-07
Add --force-dpd option
David Woodhouse
1
-1
/
+3
2010-04-14
Move unhex() out of DTLS ifdef, to build with OpenSSL 0.9.7 again
David Woodhouse
1
-13
/
+13
2010-04-11
Use X-CSTP-Banner header to set $CISCO_BANNER
David Woodhouse
1
-2
/
+2
2010-03-24
Note DTLS support in 0.9.8m release
David Woodhouse
1
-1
/
+1
2010-01-02
Fix up DTLS vs. reconnection address confusion
David Woodhouse
1
-7
/
+24
2010-01-02
Add libproxy support, conditionally
David Woodhouse
1
-1
/
+7
2010-01-01
Update copyright years
David Woodhouse
1
-1
/
+1
2009-11-17
Warn about lack of DTLS compatibility at build time
David Woodhouse
1
-0
/
+1
2009-11-02
Kill packet type field; IPv6 and Legacy IP are carried identically
David Woodhouse
1
-5
/
+1
2009-10-03
Fix compiler warnings with OpenSSL 1.0.0
David Woodhouse
1
-1
/
+1
2009-06-23
Don't clear vpninfo->dtls_cipher on CSTP reconnect
David Woodhouse
1
-1
/
+1
2009-06-10
Give up permanently when no DTLS cipher; don't keep complaining
David Woodhouse
1
-0
/
+1
2009-06-02
Build against old OpenSSL without DTLS support (OSX, OpenBSD)
David Woodhouse
1
-1
/
+9
2009-06-01
Discard all but Legacy IP packets on VPN transmit
David Woodhouse
1
-0
/
+4
2009-05-27
Report SSL errors through vpninfo->progress()
David Woodhouse
1
-2
/
+2
2009-04-24
Handle failure to agree DTLS cipher more gracefully
David Woodhouse
1
-0
/
+6
2009-04-18
DTLS: Use cipher specified by server, not the one from the TCP connection
David Woodhouse
1
-7
/
+31
2009-04-09
Whitespace cleanups
Nick Andrew
1
-15
/
+15
2009-01-29
Fix memory leak on handled packets
David Woodhouse
1
-0
/
+1
2008-12-05
NetBSD fixes from Sergey Svishchev
David Woodhouse
1
-0
/
+1
[next]