Replace long dash characters with normal ascii minus
[openssl.git] / ssl / d1_lib.c
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-20 Matt CaswellUpdate copyright year
2018-10-19 Matt CaswellBuffer a ClientHello with a cookie received via DTLSv1_...
2018-10-19 Matt CaswellUse the read and write buffers in DTLSv1_listen()
2017-12-08 Matt CaswellMore record layer conversions to use SSLfatal()
2017-10-18 KaoruTodaRemove parentheses of return.
2017-09-06 Alfred E. Heggestadadd callback handler for setting DTLS timer interval
2017-08-31 Paulistruct timeval include guards
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellFix some style issues in returns
2017-02-28 Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2016-11-29 Matt CaswellEnsure we are in accept state in DTLSv1_listen
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-04 Matt CaswellAdd some PACKET functions for size_t
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-02 David WoodhouseAdd DTLS_get_data_mtu() function
2016-10-02 Matt CaswellRename ssl_set_handshake_header2()
2016-10-02 Matt CaswellRemove ssl_set_handshake_header()
2016-09-22 Matt CaswellConvert HelloVerifyRequest construction to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2016-08-18 Emilia KasperIndent ssl/
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-05 Matt CaswellImprove heartbeats coding style
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-21 Matt CaswellFix no-sock
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-09 Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-05 Matt CaswellAdd tests for DTLSv1_listen
2016-02-05 Matt CaswellProvide partial support for fragmented DTLS ClientHellos
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-24 Rich SalzMove pqueue into ssl
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-11-25 Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-02 Matt CaswellRemove a trivially true OPENSSL_assert
2015-10-30 Matt CaswellMake dtls1_link_min_mtu static
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellFix DTLSv1_listen following state machine changes
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellReorganise state machine files
2015-10-30 Matt CaswellConvert DTLSv1_listen to use new state machine code
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-09-23 Matt CaswellSanity check cookie_len
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-04-30 Matt CaswellRemove redundant includes from dtls1.h
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-26 Matt CaswellMove buffered_app_data from s->d1 to s->rlayer.d
2015-03-26 Matt CaswellFix seg fault in dtls1_new
2015-03-26 Matt CaswellMoved processed_rcds and unprocessed_rcds from s->d1...
2015-03-26 Matt CaswellMove r_epoch and w_epoch from s->d1 to s->rlayer.d
2015-03-26 Matt CaswellIntroduce a DTLS_RECORD_LAYER type for DTLS record...
2015-03-23 Matt CaswellFix SSL_clear unused return
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt CaswellFix missing return value checks
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-09 David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-04 Kurt Roeckxdtls1_new: free s on error path
2014-12-04 Matt CaswellRemove incorrect code inadvertently introduced through...
2014-12-03 Matt CaswellOnly use the fallback mtu after 2 unsuccessful retransm...
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03 Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-06-29 Ben LaurieConstification - mostly originally from Chromium.
2014-06-02 zhu qun-yingFree up s->d1->buffered_app_data.q properly.
2014-03-06 Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2013-04-09 Dr. Stephen HensonDual DTLS version methods.
2013-04-08 Dr. Stephen HensonSet s->d1 to NULL after freeing it.
2013-03-28 Dr. Stephen HensonEnable TLS 1.2 ciphers in DTLS 1.2.
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-03-18 Dr. Stephen HensonDTLS revision.
2013-01-19 Andy PolyakovImprove WINCE support.
2012-12-16 Andy Polyakovd1_lib.c,bss_dgram.c: eliminate dependency on _ftime.
next