Use cert tables in ssl_set_sig_mask
[openssl.git] / ssl / record /
2017-06-12 Benjamin Kadukdrop some no-longer-relevant TODO(TLS1.3) entries
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-26 Todd ShortFix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION
2017-05-22 Matt CaswellAdd an error to the stack on failure in dtls1_write_bytes()
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-19 Matt CaswellFix return code in tls1_mac
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-05-11 Matt CaswellAdd some extra comments following alert changes
2017-05-11 Matt CaswellTLSv1.3 alert and handshake messages can never be 0...
2017-05-11 Matt CaswellTLSv1.3 alerts cannot be fragmented and only one per...
2017-05-11 Matt CaswellCheck that a TLSv1.3 encrypted message has an app data...
2017-05-11 Matt CaswellReject unknown warning alerts in TLSv1.3
2017-05-08 Matt CaswellAdd support to SSL_trace() for inner content types
2017-05-03 Todd ShortLimit padded record to max plaintext
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-04-19 Todd ShortFix minor compiler issues.
2017-04-11 Rich SalzAdditional check to handle BAD SSL_write retry
2017-04-03 Matt CaswellDon't handle handshake messages when writing early...
2017-03-30 Matt CaswellFix bug with SSL_read_early_data()
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-14 Benjamin KadukFix some -Wshadow warnings
2017-03-08 Matt CaswellFix no-comp
2017-03-07 Matt CaswellProvide a function to test whether we have unread recor...
2017-03-06 Matt CaswellTweak the TLSv1.3 record overflow limits
2017-03-02 Matt CaswellDon't attempt to write more early_data than we know...
2017-03-02 Matt CaswellSkip early_data if appropriate after a HelloRetryRequest
2017-03-02 Matt CaswellCheck max_early_data against the amount of early data...
2017-03-02 Matt CaswellMake sure we reset the read sequence when skipping...
2017-03-02 Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02 Matt CaswellParse the early_data extension
2017-03-02 Matt CaswellProvide functions to write early data
2017-03-02 Matt CaswellFix a compression bug
2017-03-02 Jon SpillettCheck for zero records and return immediately
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Matt CaswellRemove some commented out code in libssl
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Matt CaswellRemove some dead code from libssl
2017-02-16 Matt CaswellRemove an OPENSSL_assert() and replace with a soft...
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-08 Matt CaswellFix crash in tls13_enc
2017-02-08 Dr. Stephen HensonUse contants for Chacha/Poly, redo algorithm expressions.
2017-02-08 Dr. Stephen HensonAdd CCM mode support for TLS 1.3
2017-01-30 Matt CaswellMove TLSv1.3 Session Ticket processing into the state...
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-30 Matt CaswellRemove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
2017-01-30 Matt CaswellChangeCipherSpec is not allowed in TLSv1.3
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-23 Andy PolyakovReplace div-spoiler hack with simpler code
2017-01-10 Matt CaswellAlways use TLSv1.0 for record layer version in TLSv1.3
2017-01-10 Matt CaswellTemporarily ignore NewSessionTickets for TLS1.3
2017-01-10 Matt CaswellEnsure the record sequence number gets incremented
2017-01-10 Matt CaswellMark a HelloRequest record as read if we ignore it
2016-12-12 Matt CaswellFix a leak in SSL_clear()
2016-12-05 Matt CaswellChange various repeated wr[someindex]/pkt[someindex...
2016-12-05 Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05 Matt CaswellChange various repeated rr[someindex] references to...
2016-12-05 Matt CaswellEnsure compressdata is always initialised
2016-12-05 Matt CaswellAdd a TLS1.3 TODO for the msg callback
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-12-05 Matt CaswellConvert TLS Record receipt to use PACKET
2016-12-05 Matt CaswellConvert TLS record construction to use WPACKET
2016-11-29 Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-17 Matt CaswellFix missing SSL_IS_TLS13(s) usage
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-07 Matt CaswellIgnore the record version in TLS1.3
2016-11-04 Matt CaswellFix some style issues from libssl size_tify review
2016-11-04 Matt CaswellRename all "read" variables with "readbytes"
2016-11-04 Matt CaswellFix a shadowed variable declaration warning picked...
2016-11-04 Matt CaswellEnsure SSL_DEBUG works following size_t changes
2016-11-04 Matt CaswellFix some bogus warnings about uninitialised variables
2016-11-04 Matt CaswellRemove a stray TODO that has already been fixed
2016-11-04 Matt CaswellProvide some constant time functions for dealing with...
2016-11-04 Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
2016-11-04 Matt CaswellFix some ssl3_record code witch converstion to/from...
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellResolve some outstanding size_t related TODOs
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-10-28 Matt CaswellA zero return from BIO_read()/BIO_write() could be...
2016-10-17 David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-09-29 Matt CaswellFix an Uninit read in DTLS
2016-09-22 Matt CaswellFix a hang with SSL_peek()
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-09-15 Matt CaswellRevert "Abort on unrecognised warning alerts"
2016-09-13 Matt CaswellAbort on unrecognised warning alerts
2016-08-24 Matt CaswellRemove some dead code from rec_layer_s3.c
next