]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_dtls.c
Update copyright year
[thirdparty/openssl.git] / ssl / statem / statem_dtls.c
2018-02-13  Matt CaswellUpdate copyright year
2018-02-09  Matt CaswellDon't calculate the Finished MAC twice
2017-12-08  Matt CaswellMore record layer conversions to use SSLfatal()
2017-12-04  Matt CaswellConvert more functions in ssl/statem/statem_dtls.c...
2017-12-04  Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-08-03  Matt CaswellMove ossl_assert
2017-05-22  Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-19  Matt CaswellTry to be more consistent about the alerts we send
2017-04-25  Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-01-30  Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30  Matt CaswellMove state machine knowledge out of the record layer
2017-01-25  FdaSilvaYYFix a few double ;
2016-11-13  Richard LevitteRemove heartbeat support
2016-11-04  Matt CaswellRename all "read" variables with "readbytes"
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellResolve some outstanding size_t related TODOs
2016-11-04  Matt CaswellUpdate misc function params in libssl for size_t
2016-11-04  Matt CaswellConvert libssl writing for size_t
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-10-03  Matt CaswellHarmonise setting the header and closing construction
2016-10-03  Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02  Matt CaswellRename ssl_set_handshake_header2()
2016-09-21  Matt CaswellExcessive allocation of memory in dtls1_preprocess_frag...
2016-09-21  Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20  Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20  Matt CaswellConvert CCS construction to WPACKET
2016-09-13  Matt CaswellConvert CKE construction to use the WPACKET API
2016-09-13  Matt CaswellFix a few style nits in the wpacket code
2016-09-13  Matt CaswellAddress WPACKET review comments
2016-09-13  Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13  Matt CaswellRename PACKETW 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-05  klemensspelling fixes, just comments and readme.
2016-07-20  Matt CaswellNever expose ssl->bbio in the public API.
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-04  Rich SalzRT3895: Remove fprintf's from SSL library.
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-05  Sergio Garcia MurilloGH356: Change assert to normal error
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-17  David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-24  Rich SalzMove pqueue into ssl
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-13  tjmaoAllow ChaCha20-Poly1305 in DTLS
2015-12-13  Rich SalzRevert "Allow ChaCha20-Poly1305 in DTLS"
2015-12-11  Rich SalzAllow ChaCha20-Poly1305 in DTLS
2015-12-10  Matt CaswellEnsure |rwstate| is set correctly on BIO_flush
2015-12-10  Matt CaswellFix DTLS handshake fragment retries
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-11-09  Matt CaswellStandardise our style for checking malloc failures
2015-10-30  Matt CaswellConvert enums to typedefs
2015-10-30  Matt CaswellMore state machine reorg
2015-10-30  Matt CaswellReorganise state machine files