summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson
2015-11-14Add new X509 accessorsDr. Stephen Henson
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-11-08Replace L suffix with UDr. Stephen Henson
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-11-02Remove the state parameter from BIO_ctrl_set_connectedRichard Levitte
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-11-02Correct or add comments indicating what controls belong to whatRichard Levitte
2015-11-02Remove PROXY controls that aren't used anywhereRichard Levitte
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Fix various error codesMatt Caswell
2015-10-30Remove the old state definesMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Don't depend on SSL structure internalsMatt Caswell
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Redefine old state valuesMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Move server side DTLS to new state machineMatt Caswell
2015-10-30Move server side TLS to new state machineMatt Caswell
2015-10-30Split TLS server functionsMatt Caswell
2015-10-30Implement DTLS client move to new state machineMatt Caswell
2015-10-30dtls_get_message changes for state machine moveMatt Caswell