aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Reuse strndup(), simplify codeDmitry-Me1-9/+8
2016-03-08make updateDr. Stephen Henson1-6/+7
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson6-58/+53
2016-03-08Fix travis buildsRichard Levitte1-1/+1
2016-03-08make updateAlessandro Ghedini1-0/+2
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini20-49/+131
2016-03-08Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini4-3/+13
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini9-20/+128
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini9-14/+31
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini5-14/+46
2016-03-08Only enable ccache if it's availableRichard Levitte1-1/+3
2016-03-08Use ccache for the unified buildsRichard Levitte1-0/+3
2016-03-08For unified builds, make a separate build directory and build thereRichard Levitte1-5/+16
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov33-100/+119
2016-03-08Fix build; ssltestRich Salz1-3/+3
2016-03-08Tweak some more information in INSTALLRichard Levitte1-6/+11
2016-03-08GH787: Fix ALPNTodd Short2-7/+10
2016-03-08Add an SSL_has_pending() functionMatt Caswell1-5/+0
2016-03-08Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+5
2016-03-08Add cipher query functionsTodd Short9-7/+242
2016-03-08Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini2-23/+39
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini7-190/+48
2016-03-08Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini2-8/+20
2016-03-08Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini3-11/+28
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini12-55/+79
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini2-6/+13
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk1-1/+1
2016-03-08GH787: Fix ALPNTodd Short13-151/+432
2016-03-08Make mk1mf recognise the --classic flagRichard Levitte1-0/+1
2016-03-08Fix configurations such as 'dist' and tar buildingRichard Levitte3-6/+10
2016-03-08We've switch to unified build scheme by default, reflect it in travisRichard Levitte1-2/+2
2016-03-08Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte1-0/+5
2016-03-08Change the INSTALL documentation for unified buildsRichard Levitte3-213/+235
2016-03-08Make unified builds the default on UnixRichard Levitte1-4/+1
2016-03-08Add the Configure option --classic, to fall back on classic build schemesRichard Levitte1-1/+23
2016-03-08Revert "unified build scheme: Try to nudge users to try the "unified" build"Richard Levitte1-49/+1
2016-03-08Fix building without multiblock supportMatt Caswell2-2/+3
2016-03-07Don't free NCONF obtained valuesViktor Dukhovni1-9/+15
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson3-14/+2
2016-03-07GH812: Fix for no-ui build on WindowsMat1-0/+2
2016-03-07AppVeyor: Only use the latest VS versionKurt Roeckx1-13/+0
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2-22/+25
2016-03-07Rename a functionMatt Caswell1-2/+2
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell1-144/+97
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell1-61/+83
2016-03-07Fix typo in SSL_pending docsMatt Caswell1-1/+1
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell18-47/+4790
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell2-4/+10
2016-03-07Add documentation for the EVP_CIPHER_CTX_cipher_data functionsMatt Caswell1-0/+41
2016-03-07Remove the wrec record layer fieldMatt Caswell4-32/+25