aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Async port to windowsMatt Caswell1-0/+2
2015-11-20Make libssl async awareMatt Caswell1-4/+14
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell1-0/+1
2015-11-20Add async sub-library to libcryptoMatt Caswell1-0/+77
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-1/+2
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson1-0/+5
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz1-4/+4
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson1-1/+1
2015-11-14Add new X509 accessorsDr. Stephen Henson1-0/+7
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell1-0/+2
2015-11-08Replace L suffix with UDr. Stephen Henson1-39/+39
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson1-2/+2
2015-11-02Remove the state parameter from BIO_ctrl_set_connectedRichard Levitte1-2/+2
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte1-1/+1
2015-11-02Correct or add comments indicating what controls belong to whatRichard Levitte1-1/+5
2015-11-02Remove PROXY controls that aren't used anywhereRichard Levitte1-19/+4
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte1-1/+1
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte1-1/+1
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz7-41/+17
2015-10-30Fix various error codesMatt Caswell1-2/+2
2015-10-30Remove the old state definesMatt Caswell2-117/+0
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell1-3/+1
2015-10-30Don't depend on SSL structure internalsMatt Caswell1-2/+2
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell1-4/+4
2015-10-30Move PACKET creation into the state machineMatt Caswell1-0/+2
2015-10-30Redefine old state valuesMatt Caswell2-91/+97
2015-10-30Remove redundant codeMatt Caswell1-7/+60
2015-10-30Move server side DTLS to new state machineMatt Caswell1-0/+1
2015-10-30Move server side TLS to new state machineMatt Caswell1-0/+1
2015-10-30Split TLS server functionsMatt Caswell1-0/+12
2015-10-30Implement DTLS client move to new state machineMatt Caswell1-0/+1
2015-10-30dtls_get_message changes for state machine moveMatt Caswell1-0/+1
2015-10-30Split client message reading and writing functionsMatt Caswell1-0/+16
2015-10-30Add initial state machine rewrite codeMatt Caswell1-0/+2
2015-10-30Split ssl3_get_messageMatt Caswell1-0/+2
2015-10-27Remove HAMC_cleanupRich Salz1-2/+0
2015-10-23Fix references to various RFCsAlessandro Ghedini1-25/+12
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson1-0/+2
2015-10-11Embed various OCSP fields.Dr. Stephen Henson1-7/+7
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-1/+1
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg1-0/+2
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper1-0/+1
2015-10-08Fix no-ripemd on WindowsMatt Caswell1-1/+1
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov1-2/+6
2015-10-05New cipher and cipher modes standardized in RussiaDmitry Belyavskiy1-0/+27
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-0/+1
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson1-1/+1
2015-10-02Remove BIO_s_file_internal macro.Rich Salz1-1/+0
2015-10-01Revert "Custom cipher constants"Matt Caswell1-12/+0
2015-10-01Custom cipher constantsDmitry Belyavskiy1-0/+12