summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2015-10-30Split client message reading and writing functionsMatt Caswell
2015-10-30Add initial state machine rewrite codeMatt Caswell
2015-10-30Split ssl3_get_messageMatt Caswell
2015-10-27Remove HAMC_cleanupRich Salz
2015-10-23Fix references to various RFCsAlessandro Ghedini
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson