]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Make the fuzzers more reproducible
[thirdparty/openssl.git] / ssl /
2016-11-04  Matt CaswellConvert master_secret_size code to size_t
2016-11-04  Matt CaswellConvert various mac_secret_size usage to size_t
2016-11-04  Matt CaswellConvert ssl3_cbc_digest_record for size_t
2016-11-04  Matt CaswellConvert some misc record layer functions for size_t
2016-11-04  Matt CaswellConvert SSL3_RECORD_clear() and SSL3_RECORD_release...
2016-11-04  Matt CaswellConvert libssl writing for size_t
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-11-04  Matt CaswellConvert record layer to use size_t
2016-11-02  Matt CaswellFail if an unrecognised record type is received
2016-11-02  Matt CaswellFix read_ahead
2016-11-02  David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02  Matt CaswellConvert a big "if" into a "switch"
2016-11-02  Matt CaswellUse ciphersuite id when matching if we've got one
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-01  Todd ShortAdd SSL_CTX_set1_cert_store()
2016-10-28  Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28  Matt CaswellFix a shadowed variable declaration warning
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-28  Matt CaswellA zero return from BIO_read()/BIO_write() could be...
2016-10-17  David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-17  David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-10-10  David BenjaminRemove trailing whitespace from some files.
2016-10-03  Matt CaswellFix linebreaks in the tls_construct_client_certificate...
2016-10-03  Matt CaswellAdd a typedef for the construction function
2016-10-03  Matt CaswellMove setting of the handshake header up one more level
2016-10-03  Matt CaswellRemove the special case processing for finished constru...
2016-10-03  Matt CaswellHarmonise setting the header and closing construction
2016-10-03  Matt CaswellDon't set the handshake header in every message
2016-10-03  Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02  Matt CaswellRename ssl_set_handshake_header2()
2016-10-02  Matt CaswellRemove ssl_set_handshake_header()
2016-10-02  Matt CaswellRemove the tls12_get_sigandhash_old() function
2016-10-02  Dr. Stephen Hensonfix memory leak
2016-09-29  Matt CaswellConvert NewSessionTicket construction to WPACKET
2016-09-29  Matt CaswellFix an error in packet_locl.h
2016-09-29  Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29  Matt CaswellFix mis-named macro in packet_locl.h
2016-09-29  Matt CaswellConvert SeverDone construction to WPACKET
2016-09-29  Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-29  Matt CaswellFix an mis-matched function code so that "make update...
2016-09-29  Matt CaswellAdd an example of usage to the WPACKET_reserve_bytes...
2016-09-29  Matt CaswellAddress style feedback comments
2016-09-29  Matt CaswellFix a bug in CKE construction for PSK
2016-09-29  Matt CaswellConvert ServerKeyExchange construction to WPACKET
2016-09-29  Matt CaswellAdd the WPACKET_reserve_bytes() function
2016-09-29  Matt CaswellRemove tls12_copy_sigalgs_old()
2016-09-29  Matt CaswellConvert CertificateRequest construction to WPACKET
2016-09-29  Matt CaswellAddress style feedback comments
2016-09-29  Matt CaswellFix a bug in the construction of the ClienHello SRTP...
2016-09-29  Matt CaswellFix heartbeat compilation error
2016-09-29  Matt CaswellDelete some unneeded code
2016-09-29  Matt CaswellConvert ServerHello construction to WPACKET
2016-09-29  Matt CaswellFix an Uninit read in DTLS
2016-09-28  Matt CaswellFix a bug in Renegotiation extension construction
2016-09-28  Matt CaswellConvert HelloRequest construction to WPACKET
2016-09-26  Matt CaswellFix HelloVerifyRequest construction
2016-09-26  Matt CaswellFix Use After Free for large message sizes
2016-09-26  Matt CaswellFix a WPACKET bug
2016-09-22  Matt CaswellConvert HelloVerifyRequest construction to WPACKET
2016-09-22  Matt CaswellAdd warning about a potential pitfall with WPACKET_allo...
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-09-22  Dmitry BelyavskyAvoid KCI attack for GOST
2016-09-22  Matt CaswellFix a hang with SSL_peek()
2016-09-22  Matt CaswellFix a mem leak in NPN handling
2016-09-22  Matt CaswellFix OCSP Status Request extension unbounded memory...
2016-09-22  Richard LevitteFix error message typo, wrong function code
2016-09-21  Matt CaswellExcessive allocation of memory in dtls1_preprocess_frag...
2016-09-21  Matt CaswellExcessive allocation of memory in tls_get_message_header()
2016-09-21  Matt CaswellDon't allow too many consecutive warning alerts
2016-09-21  Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21  Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20  Richard LevitteQuiet compiler warning about uninitialised variable
2016-09-20  Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20  Matt CaswellConvert CCS construction to WPACKET
2016-09-20  Matt CaswellConvert Finished construction to WPACKET
2016-09-20  Matt CaswellStyle tweaks following review feedback
2016-09-20  Matt CaswellConvert NextProto message construction to WPACKET
2016-09-20  Matt CaswellConvert Certificate message construction to WPACKET
2016-09-20  Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-18  FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-16  Alessandro GhediniUse switch instead of multiple ifs
2016-09-15  Matt CaswellRevert "Abort on unrecognised warning alerts"
2016-09-14  Matt CaswellFix OCSP_RESPID processing bug introduced by WPACKET...
2016-09-13  Matt CaswellEncourage use of the macros for the various "sub" functions
2016-09-13  Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13  Matt CaswellConvert CKE construction to use the WPACKET API
2016-09-13  Matt CaswellAbort on unrecognised warning alerts
2016-09-13  Matt CaswellFix a few style nits in the wpacket code
2016-09-13  Matt CaswellRemove else after a return in packet code
2016-09-13  Matt CaswellPull out some common packet code into a function
2016-09-13  Matt CaswellAdd some soft asserts where applicable
2016-09-13  Matt CaswellAddress WPACKET review comments
2016-09-13  Matt CaswellSimplify the overflow checks in WPACKET_allocate_bytes()
2016-09-13  Matt CaswellMove the WPACKET documentation comments to packet_locl.h
2016-09-13  Matt CaswellEnsure the WPACKET gets cleaned up in the event of...
2016-09-13  Matt CaswellVarious bug fixes and tweaks to WPACKET implementation
2016-09-13  Matt CaswellAdd WPACKET_sub_memcpy() function
2016-09-13  Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13  Matt CaswellRename PACKETW to WPACKET
next