aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Standardise our style for checking malloc failuresMatt Caswell13-37/+56
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell1-1/+1
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte1-2/+2
2015-11-08Replace L suffix with UDr. Stephen Henson2-101/+101
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson7-86/+79
2015-11-06Fix compilation problems with SCTPMatt Caswell2-4/+4
2015-11-06Remove some redundant assignmentsMatt Caswell1-3/+0
2015-11-06Don't finish the handshake twiceMatt Caswell3-15/+1
2015-11-05Rebuild error source files.Dr. Stephen Henson28-390/+415
2015-11-05fix discrepancyDr. Stephen Henson1-1/+1
2015-11-05Read function names from C source files.Dr. Stephen Henson1-1/+14
2015-11-05Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell1-12/+18
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell1-1/+2
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte1-1/+1
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 Levitte2-3/+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 Levitte2-2/+2
2015-11-02Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte1-2/+2
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2-12/+21
2015-11-02Clarify the preferred way of creating patch filesMatt Caswell1-2/+8
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell1-15/+15
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell1-1/+2
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell2-12/+0
2015-11-02Fixed typo in rsautl.podSoheil Rashidi1-1/+1
2015-11-01PR1279: Clean up CONTRIBUTINGRich Salz1-18/+7
2015-11-01Various README updatesRich Salz1-78/+35
2015-11-01Remove des_ver.h; broke build.Rich Salz1-1/+1
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz55-651/+438
2015-10-30Remove some SSLv2 referencesMatt Caswell7-33/+12
2015-10-30Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell2-3/+4
2015-10-30Remove the inline keywordMatt Caswell1-2/+2
2015-10-30Remove superfluous checkMatt Caswell1-1/+1
2015-10-30Change SSL_state_string return strings to start with a TMatt Caswell1-23/+23
2015-10-30Change snprintf to memcpyMatt Caswell2-9/+8
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell4-52/+52
2015-10-30Convert enums to typedefsMatt Caswell7-94/+83
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell2-2/+2
2015-10-30Fix a bogus clang warningMatt Caswell1-1/+1
2015-10-30Fix empty NewSessionTicket processingMatt Caswell1-1/+1
2015-10-30Fix uninitialised variableMatt Caswell1-4/+6
2015-10-30make updateMatt Caswell1-2/+3
2015-10-30Fix various error codesMatt Caswell3-40/+42
2015-10-30Move in_handshake into STATEMMatt Caswell11-26/+43
2015-10-30Fix unitialised variable problemMatt Caswell1-2/+1
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell3-2/+20
2015-10-30Add a function to get the info_callbackMatt Caswell1-12/+13
2015-10-30Remove the old state definesMatt Caswell3-121/+1
2015-10-30Change SUB_STATE_RETURN into a typedefMatt Caswell1-6/+6