chacha/asm/chacha-ppc.pl: fix typo.
[openssl.git] / ssl / record /
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-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-24 Rich SalzMove pqueue into ssl
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-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-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-02 Matt CaswellRemove a reachable assert from ssl3_write_bytes
2015-11-02 Matt CaswellRemove an OPENSSL_assert which could fail
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
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-09-23 Matt CaswellRemove remaining old listen code
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-09-01 Hiroyuki YAMAMORIFix DTLS1.2 buffers
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 DTLS CCS processing into the state machine
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 Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-06-10 Matt CaswellCorrect type of RECORD_LAYER_get_rrec_length()
2015-06-08 Emilia KasperUse CRYPTO_memcmp in ssl3_record.c
2015-05-29 Matt CaswellRemove struct ccs_header_st
2015-05-25 Matt CaswellDon't send an alert if we've just received one
2015-05-22 LubomLost alert in DTLS
2015-05-22 Matt CaswellFix a memory leak in compression
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellVersion negotiation rewrite cleanup
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-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Ben Laurieu_len may be unused.
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt CaswellRemove redundant includes from dtls1.h
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 CaswellAdd Record Layer documentation
2015-03-26 Matt CaswellFix formatting oddities
2015-03-26 Matt CaswellFix record.h formatting
2015-03-26 Matt CaswellDefine SEQ_NUM_SIZE
2015-03-26 Matt CaswellRename record layer source files
2015-03-26 Matt CaswellRemove some unneccessary macros
2015-03-26 Matt CaswellRenamed record layer header files
2015-03-26 Matt CaswellReorganise header files
2015-03-26 Matt CaswellRemove last trace of non-record layer code reading...
2015-03-26 Matt CaswellMove last_write_sequence from s->d1 to s->rlayer.d.
2015-03-26 Matt CaswellMove ssl3_record_sequence_update into record layer
2015-03-26 Matt CaswellMove buffered_app_data from s->d1 to s->rlayer.d
2015-03-26 Matt CaswellMove handshake_fragment, handshake_fragment_len, alert_...
2015-03-26 Matt CaswellFix seg fault in dtls1_new
2015-03-26 Matt CaswellMoved processed_rcds and unprocessed_rcds from s->d1...
2015-03-26 Matt CaswellMove bitmap and next_bitmap from s->d1 to s->rlayer.d.
2015-03-26 Matt CaswellMove r_epoch and w_epoch from s->d1 to s->rlayer.d
2015-03-26 Matt CaswellIntroduce a DTLS_RECORD_LAYER type for DTLS record...
2015-03-26 Matt CaswellMove DTLS1_RECORD_DATA into rec_layer.h
2015-03-26 Matt CaswellMove read_sequence and write_sequence from s->s3 to...
2015-03-26 Matt CaswellMove s->s3->wpend_* to s->rlayer
2015-03-26 Matt CaswellMove handshake_fragment, handshake_fragment_len, alert_...
2015-03-26 Matt CaswellMove s->s3->wnum to s->rlayer.wnum
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 CaswellRemove unneccessary use of accessor function now code...
2015-03-26 Matt CaswellMake rrec, wrec, rbuf and wbuf fully private to the...
2015-03-26 Matt CaswellRemoved dependency on rrec from heartbeat processing
2015-03-26 Matt CaswellIntroduce macro RECORD_LAYER_setup_comp_buffer
2015-03-26 Matt CaswellMove ssl3_pending into the record layer
2015-03-26 Matt CaswellRemove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init
2015-03-26 Matt CaswellProvide RECORD_LAYER_set_data function
2015-03-26 Matt CaswellIntroduce the functions RECORD_LAYER_release, RECORD_LA...
2015-03-26 Matt CaswellCreate RECORD_LAYER_clear function.
2015-03-26 Matt CaswellTidy up rec_layer.h. Add some comments regarding which...
2015-03-26 Matt CaswellMoved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record...
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 CaswellMove SSL3_BUFFER set up and release code into ssl3_buffer.c
2015-03-26 Matt CaswellMove s->s3->wrec to s>rlayer>wrec
2015-03-26 Matt CaswellEncapsulate s->s3->wrec
2015-03-26 Matt CaswellMove s->s3->rrec to s->rlayer->rrec
2015-03-26 Matt CaswellEncapsulate s->s3->rrec
2015-03-26 Matt CaswellMove s->s3->wbuf to s->rlayer->wbuf
2015-03-26 Matt CaswellEncapsulate access to s->s3->wbuf
next