Convert the mac functions to just return 1 for success and 0 for failure
[openssl.git] / ssl / record / rec_layer_s3.c
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
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 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-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
2016-08-18 Emilia KasperIndent ssl/
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-07-30 Matt CaswellFix crash as a result of MULTIBLOCK
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-27 Matt CaswellEnsure read records are marked as read
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-06-07 Matt CaswellReject out of context empty records
2016-06-07 Matt CaswellFix pipelining bug
2016-05-26 Matt CaswellFix some suspect warnings on Windows
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-02 Andy Polyakovssl/record/rec_layer_s3.c: fix typo from previous commit.
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-31 Rich SalzUse return "" not set a var and return.
2016-03-08 Matt CaswellFix building without multiblock support
2016-03-07 Matt CaswellRemove the wrec record layer field
2016-03-07 Matt CaswellAdd an SSL_has_pending() function
2016-03-07 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07 Matt CaswellLazily initialise the compression buffer
2016-03-07 Matt CaswellImplement read pipeline support in libssl
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-02 Matt CaswellRemove a reachable assert from ssl3_write_bytes
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellImplement Client TLS state machine
2015-10-06 Andy PolyakovAddress more Windows warnings illuminated by mingw.
2015-08-26 Matt CaswellClean up reset of read/write sequences
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-03 Matt CaswellFix ssl3_read_bytes handshake fragment bug
2015-08-03 Matt CaswellMove TLS CCS processing into the state machine
2015-07-30 Matt CaswellFix write failure handling in DTLS1.2
2015-06-10 Matt CaswellCorrect type of RECORD_LAYER_get_rrec_length()
2015-05-22 Matt CaswellFix a memory leak in compression
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellClient side version negotiation rewrite
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-01 Ben Laurieu_len may be unused.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-10 Matt CaswellFix read_ahead issue
2015-03-31 Matt CaswellClean up record layer
2015-03-26 Matt CaswellRename record layer source files