]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_locl.h
Split client message reading and writing functions
[thirdparty/openssl.git] / ssl / ssl_locl.h
2015-10-30  Matt CaswellSplit client message reading and writing functions
2015-10-30  Matt CaswellAdd initial state machine rewrite code
2015-10-30  Matt CaswellSplit ssl3_get_message
2015-10-09  Emilia KasperDTLS: remove unused cookie field
2015-10-05  Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-30  Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-23  Matt CaswellRemove remaining old listen code
2015-09-23  Matt CaswellDTLSv1_listen rewrite
2015-09-22  Emilia KasperRemove ssl_put_cipher_by_char
2015-09-14  Dr. Stephen HensonFix PSK identity hint handling.
2015-09-07  Matt CaswellPACKETise ServerHello processing
2015-08-14  Dr. Stephen Hensonccm8 support
2015-08-14  Dr. Stephen HensonCCM support.
2015-08-11  Rich SalzRemove Gost94 signature algorithm.
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-08-03  Matt CaswellPACKETise ClientHello processing
2015-08-03  Matt CaswellAdd initial packet parsing code
2015-07-30  Dr. Stephen HensonExtended PSK server support.
2015-07-30  Dr. Stephen Hensonfields for PSK key, new constants
2015-07-27  Matt CaswellRemove support for SSL3_FLAGS_DELAY_CLIENT_FINISHED
2015-07-18  Dr. Stephen HensonUse uint32_t consistently for flags.
2015-06-29  Dr. Stephen HensonUse single master secret generation function.
2015-06-23  Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
2015-06-22  Dr. Stephen HensonRemove SESS_CERT entirely.
2015-06-22  Dr. Stephen HensonMove peer chain to SSL_SESSION structure.
2015-06-22  Dr. Stephen HensonRemove certificates from sess_cert
2015-06-22  Dr. Stephen HensonRemove peer temp keys from SESS_CERT
2015-06-02  Matt CaswellFix race condition in NewSessionTicket
2015-05-29  Matt CaswellRemove struct ccs_header_st
2015-05-22  Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-19  Dr. Stephen Hensonmove masks out of CERT structure
2015-05-18  Dr. Stephen HensonMove certificate validity flags out of CERT.
2015-05-18  Dr. Stephen HensonMove signing digest out of CERT.
2015-05-18  Dr. Stephen HensonCERT tidy
2015-05-16  Matt CaswellUpdates following review comments
2015-05-16  Matt CaswellVersion negotiation rewrite cleanup
2015-05-16  Matt CaswellServer side version negotiation rewrite
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-12  Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-04-30  Matt CaswellSanity check the return from final_finish_mac
2015-03-26  Matt CaswellRenamed record layer header files
2015-03-26  Matt CaswellReorganise header files
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 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 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 CaswellRemoved dependency on rrec from heartbeat processing
2015-03-26  Matt CaswellMove ssl3_pending into the record layer
2015-03-26  Matt CaswellMoved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record...
2015-03-26  Matt CaswellSplit out non record layer functions out of s3_pkt...
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 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 CaswellMove s->s3->rrec into s->rlayer
2015-03-26  Matt CaswellEncapsulate SSL3_BUFFER and all access to s->s3->rbuf.
2015-03-26  Matt CaswellCreate a RECORD_LAYER structure and move read_ahead...
2015-03-25  Matt CaswellResolve swallowed returns codes
2015-03-23  Matt Caswellssl3_set_handshake_header returns
2015-03-23  Matt CaswellCheck libssl function returns
2015-03-15  Kurt RoeckxRemove ssl_cert_inst()
2015-03-11  Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-10  Matt CaswellMake tlsext_tick_lifetime_hint an unsigned long (from...
2015-02-03  Dr. Stephen HensonRewrite ssl3_send_client_key_exchange to support extms.
2015-02-03  Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-02-03  Dr. Stephen HensonAdd flags field to SSL_SESSION.
2015-01-31  Matt CaswellMake libssl opaque. Move all structures that were previ...
2015-01-27  Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellMore comments
2015-01-02  Dr. Stephen HensonRemove MS SGC
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-16  Matt CaswellThe dtls1_output_cert_chain function no longer exists...
2014-12-16  Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-12-03  Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-11-27  Matt CaswellRemove more references to dtls1_enc
2014-11-27  Matt CaswellCheck EVP_Cipher return values for SSL2
2014-11-26  Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-11-20  Emilia KasperRemove ssl3_check_finished.
2014-11-19  Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-10-24  Dr. Stephen HensonProcess signature algorithms in ClientHello late.
next