sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context.
[openssl.git] / ssl /
2015-03-28 Rich Salzfree NULL cleanup
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 CaswellFix compilation on windows for record layer
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 CaswellFix bug where rrec was being released...should have...
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 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 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
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 Rich Salzfree NULL cleanup.
2015-03-25 Matt CaswellResolve swallowed returns codes
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Dr. Stephen HensonSupport key loading from certificate file
2015-03-25 Matt CaswellSSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled...
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Matt CaswellAdd ticket length before buffering DTLS message
2015-03-25 Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-23 Kurt Roeckxreturn unexpected message when receiving kx with kDHr...
2015-03-23 Kurt RoeckxDon't send a for ServerKeyExchange for kDHr and kDHd
2015-03-23 Kurt RoeckxMake sure that cert is never NULL
2015-03-23 Matt CaswellFix SSL_clear unused return
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt CaswellFix missing return value checks
2015-03-23 Matt CaswellCheck libssl function returns
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-20 David WoodhouseAdd DTLS support to ssltest
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-19 Matt CaswellFix DHE Null CKE vulnerability
2015-03-19 Dr. Stephen HensonFix for CVE-2015-0291
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-19 Matt CaswellMultiblock corrupted pointer fix
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-15 Rich SalzOPENSSL_NO_EC* merge; missed one file
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-03-12 Matt CaswellSSL_check_chain fix
2015-03-12 Andy Polyakovssl/s3_clnt.c: fix intermittent failures.
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-11 Matt CaswellCleanse buffers
2015-03-10 Emilia KasperHarmonize return values in dtls1_buffer_record
2015-03-10 Matt CaswellPrevent handshake with unseeded PRNG
2015-03-09 David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
2015-03-09 Matt CaswellFix DTLS1_BAD_VER regression
2015-03-05 Kurt CancemiUse constants not numbers
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-03-01 Rich SalzRemove experimental 56bit export ciphers
2015-02-27 Matt CaswellFix d2i_SSL_SESSION for DTLS1_BAD_VER
2015-02-27 Matt CaswellFixed missing return value checks.
2015-02-27 Matt CaswellFix missing return value checks.
2015-02-26 Matt CaswellRemove NETSCAPE_HANG_BUG
2015-02-26 Matt CaswellRemoved support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_...
2015-02-24 Dr. Stephen HensonDon't set no_protocol if -tls1 selected.
2015-02-12 Eric DequinMissing OPENSSL_free on error path.
2015-02-10 Matt CaswellAdd SSL_SESSION_get0_ticket API function.
2015-02-10 Matt CaswellCorrect reading back of tlsext_tick_lifetime_hint from...
2015-02-10 Matt CaswellProvide the API functions SSL_SESSION_has_ticket and
next