aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-072-4/+4
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+2
* Make the definition of EVP_MD_CTX opaqueRichard Levitte2015-12-071-21/+7
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-052-37/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-5/+0
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-9/+0
* Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni2015-12-041-1/+1
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-9/+1
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-61/+0
* typo fix on functionRich Salz2015-12-011-1/+1
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-0115-96/+84
* fix function code discrepancyDr. Stephen Henson2015-11-271-1/+1
* Remove X509_VERIFY_PARAM_IDDr. Stephen Henson2015-11-261-1/+0
* Add documentation for BN_with_flagsMatt Caswell2015-11-261-2/+4
* Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson2015-11-241-0/+1
* Add ssl3 ctrl to EVP_md5_sha1().Dr. Stephen Henson2015-11-241-0/+2
* Add MD5+SHA1Dr. Stephen Henson2015-11-241-0/+1
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-232-6/+20
* Fix a rebase errorMatt Caswell2015-11-221-2/+2
* Implement windows async thread local variable supportMatt Caswell2015-11-201-0/+1
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-3/+5
* Simplify async pool handlingMatt Caswell2015-11-201-0/+1
* Swap to using proper windows pipesMatt Caswell2015-11-201-1/+9
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-201-0/+2
* Rename start_async_job to ssl_start_async_jobMatt Caswell2015-11-201-1/+1
* Clean up libssl async callsMatt Caswell2015-11-201-0/+1
* Add ASYNC error codesMatt Caswell2015-11-202-3/+27
* Remove ASYNC_in_job()Matt Caswell2015-11-201-1/+0
* Implement local thread poolsMatt Caswell2015-11-201-1/+1
* Initial Async notify code changesMatt Caswell2015-11-202-0/+6
* Add ASYNC_JOB poolsMatt Caswell2015-11-202-2/+29
* Async clean upsMatt Caswell2015-11-201-1/+0
* Async port to windowsMatt Caswell2015-11-201-0/+2
* Make libssl async awareMatt Caswell2015-11-201-4/+14
* Add the Dummy Async engine (dasync)Matt Caswell2015-11-201-0/+1
* Add async sub-library to libcryptoMatt Caswell2015-11-201-0/+77
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-1/+2
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-201-0/+5
* Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz2015-11-171-4/+4
* Use accessors for X509_print_ex().Dr. Stephen Henson2015-11-141-1/+1
* Add new X509 accessorsDr. Stephen Henson2015-11-141-0/+7
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-101-0/+2
* Replace L suffix with UDr. Stephen Henson2015-11-081-39/+39
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-081-2/+2
* Remove the state parameter from BIO_ctrl_set_connectedRichard Levitte2015-11-021-2/+2
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-1/+1
* Correct or add comments indicating what controls belong to whatRichard Levitte2015-11-021-1/+5
* Remove PROXY controls that aren't used anywhereRichard Levitte2015-11-021-19/+4
* Remove dummy argument from BIO_get_bind_modeRichard Levitte2015-11-021-1/+1
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-021-1/+1