aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-30Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson3-3/+1
2015-03-30Initialised 'ok' and redo the logic.Richard Levitte1-4/+4
2015-03-29sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov1-9/+56
2015-03-29sha/asm/sha256-armv4.pl: fix compile issue in kernelAndy Polyakov1-1/+4
2015-03-29Have a shared library version thats reasonable with our version schemeRichard Levitte1-1/+1
2015-03-29Add private/public key conversion testsDr. Stephen Henson8-87/+145
2015-03-28Remove d2i_X509_PKEY and i2d_X509_PKEYDr. Stephen Henson3-43/+2
2015-03-28ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov1-13/+16
2015-03-28free NULL cleanupRich Salz48-165/+90
2015-03-28Engage vpaes-armv8 module.Andy Polyakov2-1/+4
2015-03-28Add vpaes-amrv8.pl module.Andy Polyakov2-0/+1251
2015-03-28Configure: remove unused variables.Andy Polyakov2-33/+9
2015-03-28Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson3-9/+8
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson6-66/+23
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson4-11/+11
2015-03-26ASN1_TYPE documentation.Dr. Stephen Henson2-1/+71
2015-03-26Add Record Layer documentationMatt Caswell1-0/+78
2015-03-26Fix formatting odditiesMatt Caswell1-5/+3
2015-03-26Fix record.h formattingMatt Caswell1-27/+26
2015-03-26Define SEQ_NUM_SIZEMatt Caswell3-7/+9
2015-03-26Fix compilation on windows for record layerMatt Caswell1-1/+1
2015-03-26Rename record layer source filesMatt Caswell4-12/+12
2015-03-26Remove some unneccessary macrosMatt Caswell1-7/+7
2015-03-26Renamed record layer header filesMatt Caswell7-4/+7
2015-03-26Reorganise header filesMatt Caswell7-351/+150
2015-03-26Remove last trace of non-record layer code reading and writing sequenceMatt Caswell2-4/+5
2015-03-26Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell4-24/+30
2015-03-26Move ssl3_record_sequence_update into record layerMatt Caswell4-15/+13
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell4-30/+29
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell3-38/+44
2015-03-26Fix seg fault in dtls1_newMatt Caswell3-8/+11
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell5-47/+64
2015-03-26Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell6-121/+351
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell6-28/+31
2015-03-26Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell3-0/+49
2015-03-26Move DTLS1_RECORD_DATA into rec_layer.hMatt Caswell2-9/+10
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell10-38/+61
2015-03-26Move s->s3->wpend_* to s->rlayerMatt Caswell4-22/+25
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell3-41/+40
2015-03-26Move s->s3->wnum to s->rlayer.wnumMatt Caswell3-8/+9
2015-03-26Move s->rstate to s->rlayer.rstateMatt Caswell8-64/+79
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell10-67/+84
2015-03-26Remove unneccessary use of accessor function now code is moved into recordMatt Caswell1-1/+1
2015-03-26Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell4-43/+36
2015-03-26Removed dependency on rrec from heartbeat processingMatt Caswell6-26/+22
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell5-7/+7
2015-03-26Fix bug where rrec was being released...should have been removed by one ofMatt Caswell1-1/+0
2015-03-26Move ssl3_pending into the record layerMatt Caswell4-11/+10
2015-03-26Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_initMatt Caswell3-4/+9
2015-03-26Provide RECORD_LAYER_set_data functionMatt Caswell6-19/+25