summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov
2016-03-08Fix build; ssltestRich Salz
2016-03-08Tweak some more information in INSTALLRichard Levitte
2016-03-08GH787: Fix ALPNTodd Short
2016-03-08Add an SSL_has_pending() functionMatt Caswell
2016-03-08Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-08Add cipher query functionsTodd Short
2016-03-08Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk
2016-03-08GH787: Fix ALPNTodd Short
2016-03-08Make mk1mf recognise the --classic flagRichard Levitte
2016-03-08Fix configurations such as 'dist' and tar buildingRichard Levitte
2016-03-08We've switch to unified build scheme by default, reflect it in travisRichard Levitte
2016-03-08Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte
2016-03-08Change the INSTALL documentation for unified buildsRichard Levitte
2016-03-08Make unified builds the default on UnixRichard Levitte
2016-03-08Add the Configure option --classic, to fall back on classic build schemesRichard Levitte
2016-03-08Revert "unified build scheme: Try to nudge users to try the "unified" build"Richard Levitte
2016-03-08Fix building without multiblock supportMatt Caswell
2016-03-07Don't free NCONF obtained valuesViktor Dukhovni
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson
2016-03-07GH812: Fix for no-ui build on WindowsMat
2016-03-07AppVeyor: Only use the latest VS versionKurt Roeckx
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell
2016-03-07Rename a functionMatt Caswell
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell
2016-03-07Fix typo in SSL_pending docsMatt Caswell
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell
2016-03-07Add documentation for the EVP_CIPHER_CTX_cipher_data functionsMatt Caswell
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Update a commentMatt Caswell
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell
2016-03-07Add documentation for SSL_has_pending()Matt Caswell
2016-03-07Add pipelining documentationMatt Caswell
2016-03-07Fix erroneous fall thgrough in switch statementMatt Caswell
2016-03-07Ensure s_client and s_server work when read_ahead is setMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Lazily initialise the compression bufferMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell
2016-03-07Add pipeline support to s_server and s_clientMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell