aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* absent identity hint should be NULLDr. Stephen Henson2015-11-131-1/+4
* modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov2015-11-111-1/+1
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-106-9/+50
* Remove redundant check from tls1_get_curvelistMatt Caswell2015-11-091-1/+1
* Continue malloc standardisation in enginesMatt Caswell2015-11-096-21/+26
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-0916-38/+46
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-09155-407/+468
* Standardise our style for checking malloc failuresMatt Caswell2015-11-0913-37/+56
* Remove redundant check from SSL_shutdownMatt Caswell2015-11-091-1/+1
* Make the match for previous cflags a bit more strictRichard Levitte2015-11-091-2/+2
* Replace L suffix with UDr. Stephen Henson2015-11-082-101/+101
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-087-86/+79
* Fix compilation problems with SCTPMatt Caswell2015-11-062-4/+4
* Remove some redundant assignmentsMatt Caswell2015-11-061-3/+0
* Don't finish the handshake twiceMatt Caswell2015-11-063-15/+1
* Rebuild error source files.Dr. Stephen Henson2015-11-0528-390/+415
* fix discrepancyDr. Stephen Henson2015-11-051-1/+1
* Read function names from C source files.Dr. Stephen Henson2015-11-051-1/+14
* Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell2015-11-051-12/+18
* Minor EVP_SignInit_ex doc fixMatt Caswell2015-11-041-1/+2
* Fix usage of BIO_ctrl_set_connectedRichard Levitte2015-11-021-1/+1
* 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-022-3/+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-022-2/+2
* Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte2015-11-021-2/+2
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-022-12/+21
* Clarify the preferred way of creating patch filesMatt Caswell2015-11-021-2/+8
* Remove a reachable assert from ssl3_write_bytesMatt Caswell2015-11-021-15/+15
* Remove an OPENSSL_assert which could failMatt Caswell2015-11-021-1/+2
* Remove a trivially true OPENSSL_assertMatt Caswell2015-11-022-12/+0
* Fixed typo in rsautl.podSoheil Rashidi2015-11-021-1/+1
* PR1279: Clean up CONTRIBUTINGRich Salz2015-11-011-18/+7
* Various README updatesRich Salz2015-11-011-78/+35
* Remove des_ver.h; broke build.Rich Salz2015-11-011-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-3055-651/+438
* Remove some SSLv2 referencesMatt Caswell2015-10-307-33/+12
* Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell2015-10-302-3/+4
* Remove the inline keywordMatt Caswell2015-10-301-2/+2
* Remove superfluous checkMatt Caswell2015-10-301-1/+1
* Change SSL_state_string return strings to start with a TMatt Caswell2015-10-301-23/+23
* Change snprintf to memcpyMatt Caswell2015-10-302-9/+8
* Add ossl_statem prefix to various functionsMatt Caswell2015-10-304-52/+52
* Convert enums to typedefsMatt Caswell2015-10-307-94/+83
* Make dtls1_link_min_mtu staticMatt Caswell2015-10-302-2/+2
* Fix a bogus clang warningMatt Caswell2015-10-301-1/+1
* Fix empty NewSessionTicket processingMatt Caswell2015-10-301-1/+1
* Fix uninitialised variableMatt Caswell2015-10-301-4/+6
* make updateMatt Caswell2015-10-301-2/+3