hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / ssl / d1_lib.c
2023-11-21 Matt CaswellMove freeing of an old record layer to dtls1_clear_sent...
2023-10-04 Frederik Wedel-HeinenPrint record version for DTLSv1_listen()
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-04-24 FdaSilvaYYdtls: code cleanup and refactorization
2023-01-24 Matt CaswellExtend the new_record_layer function
2022-10-23 Daniel FialaFix coverity 1516101 deadcode
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-22 Paulissl: expose the get time function internally
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-02 Paulitls: remove TODOs
2021-01-28 Richard LevitteUpdate copyright year
2021-01-08 Matt CaswellEnsure DTLS free functions can handle NULL
2020-11-26 Matt CaswellUpdate copyright year
2020-11-20 Richard LevitteSSL: Change SSLerr() to ERR_raise()
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-16 Rich SalzRemove function name from errors
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
next