bn/Makefile: give MacOS X hand to compiler armv8-mont module.
[openssl.git] / ssl /
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-13 Matt CaswellDon't allow a CCS when expecting a CertificateVerify
2015-05-12 Dr. Stephen HensonFix cipherlist order.
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-11 Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-05-08 Dr. Stephen HensonAdd SSL_use_certificate_chain_file function
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Dr. Stephen HensonDigest cached records if not sending a certificate.
2015-05-06 Dr. Stephen HensonSSL_CONF table reorganisation.
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-05 Matt CaswellAdd more error state transitions (DTLS)
2015-05-05 Matt CaswellAdd more error state transitions (client)
2015-05-05 Matt CaswellAdd more error state transitions
2015-05-05 Matt CaswellAdd Error state
2015-05-05 Matt Caswellmake update
2015-05-05 mancha securityssl/kssl.c: include missing header to complete SSL...
2015-05-05 mancha securityssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 mancha securityssl/s3_srvr.c: Fix typo introduced via 69f682374868b.
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-05-01 Ben Laurieu_len may be unused.
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Matt CaswellAdd sanity check to ssl_get_prev_session
2015-04-30 Matt CaswellSanity check the return from final_finish_mac
2015-04-30 Matt CaswellAdd sanity check in ssl3_cbc_digest_record
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt Caswellmake update
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Matt CaswellRemove redundant includes from dtls1.h
2015-04-28 Rich Salzremove malloc casts
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-22 Dr. Stephen HensonSSL_CIPHER lookup functions.
2015-04-21 Emilia KasperRepair EAP-FAST session resumption
2015-04-17 Emilia KasperError out immediately on empty ciphers list.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-14 Matt CaswellFix ssl_get_prev_session overrun
2015-04-14 Matt CaswellCheck for ClientHello message overruns
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich Salzfree NULL cleanup 10
2015-04-10 Kurt CancemiThe wrong ifdef is used to guard usage of PSK code
2015-04-10 Matt CaswellFix read_ahead issue
2015-04-03 Dr. Stephen Hensonmake depend
2015-04-03 Dr. Stephen HensonRewrite ssl_asn1.c using new ASN.1 code.
2015-04-01 Emilia Kaspermake update
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine - addendum
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-31 Matt CaswellClean up record layer
2015-03-31 Matt CaswellFix record layer "make clean"
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
next