aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-307-41/+17
* Fix various error codesMatt Caswell2015-10-301-2/+2
* Remove the old state definesMatt Caswell2015-10-302-117/+0
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-3/+1
* Don't depend on SSL structure internalsMatt Caswell2015-10-301-2/+2
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-301-4/+4
* Move PACKET creation into the state machineMatt Caswell2015-10-301-0/+2
* Redefine old state valuesMatt Caswell2015-10-302-91/+97
* Remove redundant codeMatt Caswell2015-10-301-7/+60
* Move server side DTLS to new state machineMatt Caswell2015-10-301-0/+1
* Move server side TLS to new state machineMatt Caswell2015-10-301-0/+1
* Split TLS server functionsMatt Caswell2015-10-301-0/+12
* Implement DTLS client move to new state machineMatt Caswell2015-10-301-0/+1
* dtls_get_message changes for state machine moveMatt Caswell2015-10-301-0/+1
* Split client message reading and writing functionsMatt Caswell2015-10-301-0/+16
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+2
* Split ssl3_get_messageMatt Caswell2015-10-301-0/+2
* Remove HAMC_cleanupRich Salz2015-10-271-2/+0
* Fix references to various RFCsAlessandro Ghedini2015-10-231-25/+12