resetting manifest requested domain to floor
[platform/upstream/openconnect.git] / dtls.c
2012-09-26 David WoodhouseClose dtls_fd on error returns from connect_dtls_socket()
2012-07-16 David WoodhouseFix strict-aliasing warning with DTLS local port handling
2012-06-30 David WoodhouseSeparate requested from received MTU settings
2012-06-30 David WoodhouseFix GnuTLS DTLS MTU for GnuTLS 3.0.21 and above
2012-06-28 David WoodhouseFix build failure on systems without GnuTLS v3
2012-06-27 David WoodhouseFix DTLS MTU for GnuTLS
2012-06-25 Steven IhdeAdd source port option for DTLS
2012-06-13 David WoodhouseMove dtls1_stop_timer() declaration inside the OPENCONN...
2012-06-11 David WoodhouseAllow building against GnuTLS (for TCP) and GnuTLS...
2012-06-11 David WoodhouseRemove stray openssl includes
2012-06-08 David WoodhouseDon't hard-code cipher type in GnuTLS DTLS
2012-06-07 David WoodhouseGnuTLS now uses gnutls_session_set_premaster()
2012-06-07 David WoodhouseAdd DTLS support for GnuTLS
2012-06-07 David WoodhouseSplit out OpenSSL_specific start_dtls_handshake() function
2012-05-29 David WoodhouseDisable DTLS for GnuTLS build for now
2012-05-14 David WoodhouseClean up BIO_set_nbio() calls for DTLS
2012-05-14 David WoodhouseNamespace cleanup: s/set_http_proxy/openconnect_set_htt...
2012-05-13 David WoodhouseUpdate copyright years
2012-05-10 David WoodhouseExpand OpenSSL DTLS compatibility to include Ubuntu...
2011-12-14 David WoodhouseFix memcpy-less DTLS RX so it really doesn't use memcpy().
2011-12-12 David WoodhouseEliminate memcpy() for incoming packets from DTLS
2011-11-05 David WoodhouseRemove all _xxx_SOURCE macros from source, do it in...
2011-11-03 David WoodhouseFix build with -ansi and without optimisation.
2011-09-22 David WoodhouseMake user-visible strings translatable
2011-09-22 David WoodhouseFix DTLS-may-fail warning when built against OpenSSL...
2011-09-15 David WoodhouseClean up DTLS timer workaround to make it work with...
2011-09-08 David WoodhouseFix DTLS compatibility with ASA firmware 8.4.1(11)...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-03-09 David WoodhouseSplit private parts of openconnect.h out into openconne...
2010-08-11 David WoodhouseImplement DTLS and CSTP rekeying.
2010-08-07 David WoodhouseAdd --force-dpd option
2010-04-14 David WoodhouseMove unhex() out of DTLS ifdef, to build with OpenSSL...
2010-04-11 David WoodhouseUse X-CSTP-Banner header to set $CISCO_BANNER
2010-03-24 David WoodhouseNote DTLS support in 0.9.8m release
2010-01-02 David WoodhouseFix up DTLS vs. reconnection address confusion
2010-01-02 David WoodhouseAdd libproxy support, conditionally
2010-01-01 David WoodhouseUpdate copyright years
2009-11-17 David WoodhouseWarn about lack of DTLS compatibility at build time
2009-11-02 David WoodhouseKill packet type field; IPv6 and Legacy IP are carried...
2009-10-03 David WoodhouseFix compiler warnings with OpenSSL 1.0.0
2009-06-23 David WoodhouseDon't clear vpninfo->dtls_cipher on CSTP reconnect
2009-06-10 David WoodhouseGive up permanently when no DTLS cipher; don't keep...
2009-06-02 David WoodhouseBuild against old OpenSSL without DTLS support (OSX...
2009-06-01 David WoodhouseDiscard all but Legacy IP packets on VPN transmit
2009-05-27 David WoodhouseReport SSL errors through vpninfo->progress()
2009-04-24 David WoodhouseHandle failure to agree DTLS cipher more gracefully
2009-04-18 David WoodhouseDTLS: Use cipher specified by server, not the one from...
2009-04-09 Nick AndrewWhitespace cleanups
2009-02-03 Jussi KukkonenMerge branch 'master' into nm-ui-rewrite
2009-02-03 David WoodhouseMerge branch 'fixes' of git://github.com/jku/openconnect
2009-01-28 David WoodhouseFix memory leak on handled packets
2008-12-05 David WoodhouseNetBSD fixes from Sergey Svishchev
2008-11-24 David WoodhouseDon't keep retrying DTLS if OpenSSL doesn't support it
2008-11-20 David WoodhouseFix up licensing headers
2008-10-26 David WoodhouseLimit outgoing packet queue length
2008-10-15 David WoodhouseMove to using select() instead of poll(). poll() doesn...
2008-10-15 David WoodhouseRemove the MTU hack; it didn't work anyway, and we...
2008-10-15 Dirk HohndelBuild fixes for MacOS
2008-10-07 David WoodhouseKill dtls_state, fix --no-dtls
2008-10-06 David WoodhouseAdd DTLS test hacks
2008-10-06 David Woodhouseexplain the dtls wrong-packet problem now we know the...
2008-10-05 David WoodhouseUse progress callback for output
2008-10-05 David WoodhouseFix disconnections with JF endpoint.
2008-10-05 David WoodhouseRename to openconnect to avoid potential trademark...
2008-10-04 David WoodhouseSwitch to LGPLv2.1
2008-10-02 David WoodhouseAsynchronous DTLS (re)connection
2008-10-02 David Woodhousereconnect on dtls dpd
2008-10-02 David WoodhouseNo need to SSL_CTX_add_session()
2008-10-02 David WoodhouseIt looks like we do receive DPD requests occasionally...
2008-10-02 David Woodhouseignore incoming keepalive packets
2008-10-02 David Woodhousefewer magic numbers
2008-10-02 David Woodhouseuse generic KA stuff for cstp
2008-10-02 David Woodhouseuse generic KA stuff for dtls
2008-10-02 David Woodhousemore info in times struct
2008-10-02 David Woodhousetimes to own struct
2008-10-02 David Woodhouseheader in pkt
2008-10-02 David Woodhousestop poll loop when close dtls
2008-10-02 David Woodhousedon't try new dtls ver
2008-10-02 David Woodhousefix dpd in dtls
2008-10-01 David WoodhouseAttempt to avoid the assert() which Marcel saw.
2008-09-30 David WoodhouseClean up messages a little
2008-09-29 David WoodhouseFD_CLOEXEC
2008-09-29 David WoodhouseRemove the 'FIXME: keepalive' comment. I implemented...
2008-09-29 David WoodhouseImplement DTLS rekey
2008-09-29 David WoodhouseStart of DTLS rekey support, clean up comments about...
2008-09-29 David WoodhouseUse SSL_OP_CISCO_ANYCONNECT option to match the patch...
2008-09-29 David WoodhouseLatency will be a lot better if we actually select...
2008-09-29 David WoodhouseUse explicit numbers for DTLS1_BAD_VER and DTLS1_VERSION
2008-09-27 David Woodhousequieter
2008-09-26 David Woodhousesilence warnings, and output
2008-09-23 David WoodhouseFall back to SSL if DTLS dies
2008-09-23 David WoodhouseSort out DPD and Keepalive
2008-09-23 David Woodhouseone fewer FIXME...
2008-09-23 David Woodhousecheck DPD config
2008-09-23 David Woodhousedata transport over DTLS working
2008-09-23 David Woodhouseattempt actual data transport over DTLS. Not working yet
2008-09-23 David Woodhousefix typo
2008-09-23 David Woodhousewheee. dtls works... at least with their library
2008-09-23 David WoodhouseAdd readahead to UDP socket, to avoid throwing away...
2008-09-23 David WoodhouseAttempt DTLS setup. Broken.
next