summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2015-12-08update errorsDr. Stephen Henson
2015-12-08Extended master secret fixes and checks.Dr. Stephen Henson
2015-12-08Fix merge errorMatt Caswell
2015-12-08Add some new cipher ctrl constantsDmitry Belyavskiy
2015-12-07Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte
2015-12-07Cleanup: support EVP_MD_CTX_(create|init|destroy) for deprecated useRichard Levitte
2015-12-07Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)Richard Levitte
2015-12-07Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte
2015-12-07Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_initRichard Levitte
2015-12-07Make the definition of HMAC_CTX opaqueRichard Levitte
2015-12-07Make the definition of EVP_MD opaqueRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-12-07Make the definition of EVP_MD_CTX opaqueRichard Levitte
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx
2015-12-04Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-01typo fix on functionRich Salz
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-27fix function code discrepancyDr. Stephen Henson
2015-11-26Remove X509_VERIFY_PARAM_IDDr. Stephen Henson
2015-11-26Add documentation for BN_with_flagsMatt Caswell
2015-11-24Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson
2015-11-24Add ssl3 ctrl to EVP_md5_sha1().Dr. Stephen Henson
2015-11-24Add MD5+SHA1Dr. Stephen Henson
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-22Fix a rebase errorMatt Caswell
2015-11-20Implement windows async thread local variable supportMatt Caswell
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Rename start_async_job to ssl_start_async_jobMatt Caswell
2015-11-20Clean up libssl async callsMatt Caswell
2015-11-20Add ASYNC error codesMatt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add ASYNC_JOB poolsMatt Caswell
2015-11-20Async clean upsMatt Caswell
2015-11-20Async port to windowsMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell
2015-11-20Add async sub-library to libcryptoMatt Caswell
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz