aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perlasm/arm-xlate.pl update (fix end-less loop and prepare for 32-bit iOS).Andy Polyakov2015-04-021-24/+49
* Configure: android-arm facelift.Andy Polyakov2015-04-022-2/+54
* make updateEmilia Kasper2015-04-015-160/+261
* Remove SSL_TASK, the DECnet Based SSL Engine - addendumRichard Levitte2015-03-312-21/+0
* Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte2015-03-315-1002/+3
* Remove old ASN.1 code from evp_asn1.cDr. Stephen Henson2015-03-311-66/+36
* Now that we've removed the need for symlinks, we can safely remove util/mklin...Richard Levitte2015-03-311-73/+0
* Remove remaining variables for symlinked/copied headers and testsRichard Levitte2015-03-315-43/+11
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-3163-1024/+72
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-31121-151/+129
* Ensure EC private keys retain leading zerosDouglas E Engert2015-03-311-3/+17
* Clean up record layerMatt Caswell2015-03-313-121/+150
* Fix record layer "make clean"Matt Caswell2015-03-311-1/+3
* Fix some faults in util/mk1mf.plRichard Levitte2015-03-312-5/+8
* Remove duplicate code.Dr. Stephen Henson2015-03-307-76/+23
* New ASN1_TYPE SEQUENCE functions.Dr. Stephen Henson2015-03-304-1/+58
* Rewrite X509_PKEY_new to avoid old ASN1. macros.Dr. Stephen Henson2015-03-301-7/+14
* Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson2015-03-303-3/+1
* Initialised 'ok' and redo the logic.Richard Levitte2015-03-301-4/+4
* sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov2015-03-291-9/+56
* sha/asm/sha256-armv4.pl: fix compile issue in kernelAndy Polyakov2015-03-291-1/+4
* Have a shared library version thats reasonable with our version schemeRichard Levitte2015-03-291-1/+1
* Add private/public key conversion testsDr. Stephen Henson2015-03-298-87/+145
* Remove d2i_X509_PKEY and i2d_X509_PKEYDr. Stephen Henson2015-03-283-43/+2
* ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov2015-03-281-13/+16
* free NULL cleanupRich Salz2015-03-2848-165/+90
* Engage vpaes-armv8 module.Andy Polyakov2015-03-282-1/+4
* Add vpaes-amrv8.pl module.Andy Polyakov2015-03-282-0/+1251
* Configure: remove unused variables.Andy Polyakov2015-03-282-33/+9
* Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson2015-03-283-9/+8
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-266-66/+23
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-264-11/+11
* ASN1_TYPE documentation.Dr. Stephen Henson2015-03-262-1/+71
* Add Record Layer documentationMatt Caswell2015-03-261-0/+78
* Fix formatting odditiesMatt Caswell2015-03-261-5/+3
* Fix record.h formattingMatt Caswell2015-03-261-27/+26
* Define SEQ_NUM_SIZEMatt Caswell2015-03-263-7/+9
* Fix compilation on windows for record layerMatt Caswell2015-03-261-1/+1
* Rename record layer source filesMatt Caswell2015-03-264-12/+12
* Remove some unneccessary macrosMatt Caswell2015-03-261-7/+7
* Renamed record layer header filesMatt Caswell2015-03-267-4/+7
* Reorganise header filesMatt Caswell2015-03-267-351/+150
* Remove last trace of non-record layer code reading and writing sequenceMatt Caswell2015-03-262-4/+5
* Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell2015-03-264-24/+30
* Move ssl3_record_sequence_update into record layerMatt Caswell2015-03-264-15/+13
* Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell2015-03-264-30/+29
* Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell2015-03-263-38/+44
* Fix seg fault in dtls1_newMatt Caswell2015-03-263-8/+11
* Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell2015-03-265-47/+64
* Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell2015-03-266-121/+351