aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson9-33/+0
2014-12-08Add CHANGES entry for OCBMatt Caswell1-0/+5
2014-12-08Added OPENSSL_NO_OCB guardsMatt Caswell7-6/+35
2014-12-08Add documentation for OCB modeMatt Caswell1-13/+31
2014-12-08Add tests for OCB modeMatt Caswell2-11/+45
2014-12-08Add EVP support for OCB modeMatt Caswell8-3/+463
2014-12-08Add support for OCB mode as per RFC7253Matt Caswell4-2/+656
2014-12-05Clarify the return values for SSL_get_shared_curve.Emilia Kasper2-14/+22
2014-12-05Add extra checks for odd-length EC curve lists.Emilia Kasper3-74/+111
2014-12-05Reject elliptic curve lists of odd lengths.Emilia Kasper1-1/+3
2014-12-05Fix broken buildEmilia Kasper4-3/+4
2014-12-04Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx6-13/+9
2014-12-04capi_get_provname: Check return valuesKurt Roeckx1-6/+12
2014-12-04ssl_create_cipher_list: check whether push onto cipherstack succeedsJonas Maebe1-1/+6
2014-12-04ssl_cert_dup: Fix memory leakJonas Maebe1-22/+2
2014-12-04dtls1_new: free s on error pathKurt Roeckx1-4/+9
2014-12-04dtls1_heartbeat: check for NULL after allocating s->cert->ctypesJonas Maebe1-0/+5
2014-12-04dtls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe1-0/+2
2014-12-04capi_get_key: check for NULL after allocating keyJonas Maebe1-0/+2
2014-12-04capi_cert_get_fname: check for NULL after allocating wfnameJonas Maebe1-0/+2
2014-12-04capi_get_provname: free name on error if it was malloc'edJonas Maebe1-0/+2
2014-12-04pkey_gost_mac_keygen: check for NULL after allocating keydataJonas Maebe1-0/+2
2014-12-04pkey_gost_ctrl: check for NULL after allocating pctx->shared_ukmJonas Maebe1-0/+5
2014-12-04Update changes to indicate that SSLv2 support has been removedKurt Roeckx1-0/+4
2014-12-04Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell1-4/+0
2014-12-04Remove SSLv2 supportKurt Roeckx69-5569/+229
2014-12-03New location on website for binaries.Rich Salz1-1/+1
2014-12-03Remove "#if 0" codeMatt Caswell1-22/+0
2014-12-03Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell1-1/+5
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell2-4/+30
2014-12-03If we really get a situation where the underlying mtu is less than the minimumMatt Caswell1-1/+4
2014-12-03Fix dtls_query_mtu so that it will always either complete with an mtu that isMatt Caswell1-37/+24
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell6-30/+74
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell2-4/+46
2014-12-03The first call to query the mtu in dtls1_do_write correctly checks that theMatt Caswell1-9/+13
2014-12-03The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell2-3/+11
2014-12-03Verify that we have a sensible message len and fail if notMatt Caswell1-2/+8
2014-12-02Use the SSLv23 method by defaultKurt Roeckx2-15/+0
2014-11-28Remove all .cvsignore filesRich Salz95-502/+0
2014-11-28Check for FindNextFile when defining it rather than FindFirstFileRichard Levitte1-1/+1
2014-11-28[PR3597] Advance to the next state variant when reusing messages.Richard Levitte1-0/+1
2014-11-28Correct some layout issues, convert all remaining tabs to appropriate amounts...Richard Levitte1-9/+8
2014-11-28Improves the proxy certificates howto doc.Alok Menghrajani1-106/+91
2014-11-27Fix warning in ssl2_encMatt Caswell1-1/+1
2014-11-27Remove more references to dtls1_encMatt Caswell2-2/+0
2014-11-27Check EVP_Cipher return values for SSL2Matt Caswell3-6/+15
2014-11-27Delete unused fileMatt Caswell2-283/+2
2014-11-27Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell3-4/+4
2014-11-27Remove redundant checks in ssl_cert_dup. This was causing spurious error mess...Matt Caswell1-29/+0
2014-11-27Tidy up ocsp help outputMatt Caswell1-46/+46