aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor dasync cipher implementations to improve code reuseMatt Caswell2016-03-071-144/+97
* Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell2016-03-071-61/+83
* Fix typo in SSL_pending docsMatt Caswell2016-03-071-1/+1
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-0718-47/+4790
* Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell2016-03-072-4/+10
* Add documentation for the EVP_CIPHER_CTX_cipher_data functionsMatt Caswell2016-03-071-0/+41
* Remove the wrec record layer fieldMatt Caswell2016-03-074-32/+25
* Update a commentMatt Caswell2016-03-071-2/+2
* Add documentation for new s_server/s_client optionsMatt Caswell2016-03-074-2/+54
* Add documentation for SSL_has_pending()Matt Caswell2016-03-073-24/+44
* Add pipelining documentationMatt Caswell2016-03-071-0/+126
* Fix erroneous fall thgrough in switch statementMatt Caswell2016-03-071-0/+2
* Ensure s_client and s_server work when read_ahead is setMatt Caswell2016-03-072-3/+3
* Add an SSL_has_pending() functionMatt Caswell2016-03-076-4/+444
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-0710-10/+53
* Lazily initialise the compression bufferMatt Caswell2016-03-076-31/+9
* Implement read pipeline support in libsslMatt Caswell2016-03-076-312/+472
* Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell2016-03-073-10/+221
* Add pipeline support to s_server and s_clientMatt Caswell2016-03-072-2/+68
* Implement write pipeline support in libsslMatt Caswell2016-03-0711-240/+471
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-077-71/+275
* Add defines for pipeline capable ciphersMatt Caswell2016-03-071-0/+9
* make updateMatt Caswell2016-03-071-2/+3
* Trim Travis config part 3Emilia Kasper2016-03-071-12/+5
* Revert "Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platforms"Rich Salz2016-03-071-1/+4
* Fix pkeyutl to KDF lnks.Rich Salz2016-03-072-2/+2
* Remove really old demo'sRich Salz2016-03-0760-11367/+0
* Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse2016-03-072-0/+4
* Elide DES_read_password() for no-ui buildDavid Woodhouse2016-03-072-0/+5
* Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse2016-03-071-1/+1
* Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platformsDavid Woodhouse2016-03-071-4/+1
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-077-25/+15
* Minor update to includes and documentation for ct_test.cRob Percival2016-03-071-2/+2
* Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival2016-03-071-1/+1
* Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival2016-03-071-4/+2
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-073-3/+3
* CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival2016-03-071-0/+2
* Fixes memory leaks in CT codeRob Percival2016-03-072-6/+6
* Fix the build tree include directory for afalg engineRichard Levitte2016-03-071-1/+1
* Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte2016-03-071-2/+8
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-073-1/+5
* GH768: Minor grammar nits in CRYPTO_get_ex_new_index.podBenjamin Kaduk2016-03-071-4/+5
* Unified - adapt the generation of padlock assembler to use GENERATERichard Levitte2016-03-072-8/+4
* Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte2016-03-0715-91/+115
* Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte2016-03-073-1/+25
* Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte2016-03-072-0/+52
* Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte2016-03-074-14/+80
* Add a function to detect if we have async or notMatt Caswell2016-03-076-33/+46
* GH804: Fix unused-result warnings in dasyncAlessandro Ghedini2016-03-071-2/+4
* documentation and duplicate goto statementsBilly Brumley2016-03-072-4/+32