summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell
2016-03-07Add defines for pipeline capable ciphersMatt Caswell
2016-03-07make updateMatt Caswell
2016-03-07Trim Travis config part 3Emilia Kasper
2016-03-07Revert "Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platforms"Rich Salz
2016-03-07Fix pkeyutl to KDF lnks.Rich Salz
2016-03-07Remove really old demo'sRich Salz
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse
2016-03-07Elide DES_read_password() for no-ui buildDavid Woodhouse
2016-03-07Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse
2016-03-07Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platformsDavid Woodhouse
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival
2016-03-07Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival
2016-03-07Fixes memory leaks in CT codeRob Percival
2016-03-07Fix the build tree include directory for afalg engineRichard Levitte
2016-03-07Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-03-07GH768: Minor grammar nits in CRYPTO_get_ex_new_index.podBenjamin Kaduk
2016-03-07Unified - adapt the generation of padlock assembler to use GENERATERichard Levitte
2016-03-07Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte
2016-03-07Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte
2016-03-07Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte
2016-03-07Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte
2016-03-07Add a function to detect if we have async or notMatt Caswell
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini
2016-03-07documentation and duplicate goto statementsBilly Brumley
2016-03-07move ifdef statementsBilly Brumley