]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/record/ssl3_record.c
Fix misc size_t issues causing Windows warnings in 64 bit
[thirdparty/openssl.git] / ssl / record / ssl3_record.c
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 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 CaswellFurther libssl size_t-ify of reading
2016-11-04  Matt CaswellConvert record layer to use size_t
2016-10-17  David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-08-19  Matt CaswellFix DTLS replay protection
2016-08-19  Matt CaswellFix DTLS unprocessed records bug
2016-08-18  Emilia KasperIndent ssl/
2016-08-16  Matt CaswellEnsure we unpad in constant time for read pipelining
2016-08-15  Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15  Matt CaswellSend an alert if we get a non-initial record with the...
2016-08-15  Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-08  Adam LangleyFix test of first of 255 CBC padding bytes.
2016-07-29  Matt CaswellMake the checks for an SSLv2 style record stricter
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-07  Matt CaswellReject out of context empty records
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-17  Matt CaswellAdd a comment to explain the use of |num_recs|
2016-05-17  Matt CaswellUse the current record offset in ssl3_get_record
2016-05-17  Matt CaswellThere is only one read buffer
2016-03-07  Matt CaswellRename the numpipes argument to ssl3_enc/tls1_enc
2016-03-07  Matt CaswellRename a function
2016-03-07  Matt CaswellUpdate a comment
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-22  Rich SalzRemove unused parameters from internal functions
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-17  David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-13  Rainer JungRT4304: Look for plaintext HTTP
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-23  Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-07  Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07  Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-02  Matt CaswellRemove an OPENSSL_assert which could fail
2015-10-30  Matt CaswellMove in_handshake into STATEM
2015-09-23  Matt CaswellRemove remaining old listen code
2015-08-14  Dr. Stephen HensonCCM support.
2015-06-10  Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-06-08  Emilia KasperUse CRYPTO_memcmp in ssl3_record.c
2015-05-25  Matt CaswellDon't send an alert if we've just received one
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-14  Richard LevitteIdentify and move OpenSSL internal header files
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-03-26  Matt CaswellDefine SEQ_NUM_SIZE
2015-03-26  Matt CaswellRenamed record layer header files
2015-03-26  Matt CaswellMoved processed_rcds and unprocessed_rcds from s->d1...
2015-03-26  Matt CaswellMove r_epoch and w_epoch from s->d1 to s->rlayer.d
2015-03-26  Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26  Matt CaswellMove s->rstate to s->rlayer.rstate
2015-03-26  Matt CaswellMove s->packet and s->packet_length into s->rlayer
2015-03-26  Matt CaswellMake rrec, wrec, rbuf and wbuf fully private to the...
2015-03-26  Matt CaswellIntroduce macro RECORD_LAYER_setup_comp_buffer
2015-03-26  Matt CaswellMove more SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26  Matt CaswellMove SSL3_RECORD oriented functions into ssl3_record.c
2015-03-26  Matt CaswellEncapsulate s->s3->rrec