summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte
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-06Fix compilation problems with SCTPMatt Caswell
2015-11-06Remove some redundant assignmentsMatt Caswell
2015-11-06Don't finish the handshake twiceMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-11-05fix discrepancyDr. Stephen Henson
2015-11-05Read function names from C source files.Dr. Stephen Henson
2015-11-05Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte
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-02Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-11-02Clarify the preferred way of creating patch filesMatt Caswell
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell
2015-11-02Fixed typo in rsautl.podSoheil Rashidi
2015-11-01PR1279: Clean up CONTRIBUTINGRich Salz
2015-11-01Various README updatesRich Salz
2015-11-01Remove des_ver.h; broke build.Rich Salz
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Remove some SSLv2 referencesMatt Caswell
2015-10-30Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell
2015-10-30Remove the inline keywordMatt Caswell
2015-10-30Remove superfluous checkMatt Caswell
2015-10-30Change SSL_state_string return strings to start with a TMatt Caswell
2015-10-30Change snprintf to memcpyMatt Caswell
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell
2015-10-30Convert enums to typedefsMatt Caswell
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell
2015-10-30Fix a bogus clang warningMatt Caswell
2015-10-30Fix empty NewSessionTicket processingMatt Caswell
2015-10-30Fix uninitialised variableMatt Caswell
2015-10-30make updateMatt Caswell
2015-10-30Fix various error codesMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Fix unitialised variable problemMatt Caswell
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell
2015-10-30Add a function to get the info_callbackMatt Caswell
2015-10-30Remove the old state definesMatt Caswell
2015-10-30Change SUB_STATE_RETURN into a typedefMatt Caswell