summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix CVE-2014-3507, avoid allocating and then leaking a fresh fragmentguenther2014-08-081-2/+7
* Correct test reversed during merge of fix for CVE-2014-3509guenther2014-08-071-2/+2
* Fix CVE-2014-3506, DTLS handshake message size checks. Fromguenther2014-08-071-16/+22
* Oops, revert changes commited by mistake. The previous commit was supposedmiod2014-08-077-28/+31
* When you expect a function to return a particular value, don't put a commentmiod2014-08-078-37/+31
* Fix CVE-2014-3511; TLS downgrade, verbatim diffderaadt2014-08-071-5/+27
* merge CVE-2014-3510; Fix DTLS anonymous EC(DH) denial of servicederaadt2014-08-071-1/+9
* merge fix for CVE-2014-3509 -- basically a missing s->hit check; ok guentherderaadt2014-08-061-9/+13
* Prevent a possible use after free by mimicing the s3_srvr.c fixes contributed bymiod2014-08-061-4/+1
* The RSA, DH, and ECDH temporary key callbacks expect the number of keybitsguenther2014-07-283-9/+21
* avoid sys/param.h; Jonas Termansenderaadt2014-07-171-2/+2
* Missing bounds check in ssl3_get_certificate_request(), was not spotted inmiod2014-07-171-1/+6
* Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext().miod2014-07-141-6/+6
* Stop leaking internal library pointers in error messages.jsing2014-07-131-2/+2
* Explicitly initialise slen - this was not previously done due to a missingjsing2014-07-131-1/+2
* Convert error handling to SSLerr and ERR_asprintf_error_data.jsing2014-07-131-59/+54
* Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrificjsing2014-07-131-26/+297
* Remove license introduced with the PSK code, which has since been removed.jsing2014-07-131-27/+1
* Another compression remnant.jsing2014-07-131-2/+1
* Expand the tlsext_sigalg macros. The end result is about the same numberjsing2014-07-131-16/+19
* Rewrite i2d_SSL_SESSION to use the ASN1 primitives, rather than using thejsing2014-07-131-75/+98
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-133-6/+7
* KNF and some code cleaning.jsing2014-07-131-36/+46
* Another large dose of KNF.jsing2014-07-131-236/+407
* Apply a large dose of KNF.jsing2014-07-121-126/+202
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-129-118/+118
* remove double brackets. fixes build with clang.jsg2014-07-121-2/+2
* Provide ssl_version_string() function, which uses one of those modern Cjsing2014-07-124-28/+31
* Remove extra parenthesis.jsing2014-07-121-2/+2
* need_cert is now always true, so remove the variable and associatedjsing2014-07-121-33/+21
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-122-14/+8
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-128-159/+43
* Place comments in a block above the if statement, rather than attemptingjsing2014-07-122-47/+63
* Make disabling last cipher work.guenther2014-07-121-9/+9
* As reported by David Ramos, most consumer of ssl_get_message() perform latemiod2014-07-113-53/+148
* If the application uses tls_session_secret_cb for session resumption, setmiod2014-07-111-2/+3
* In ssl3_get_cert_verify(), allow for larger messages to accomodate keysmiod2014-07-111-3/+2
* Accept CCS again after `finished' has been sent by the client; at this pointmiod2014-07-111-5/+6
* In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made ofmiod2014-07-111-4/+4
* In ssl3_get_client_key_exchange() parsing a GOST session key, invoke themiod2014-07-111-13/+8
* Missing initialization for error line in error paths; from Coverity viamiod2014-07-111-1/+4
* Remove the PSK code. We don't need to drag around thisbeck2014-07-1111-653/+12
* No need to keep ssl23_foo() flavours mapping to ssl3_foo().miod2014-07-115-45/+14
* remove unused variable from ssl3_get_client_hellobcook2014-07-101-3/+2
* Remove more compression tendrils.jsing2014-07-103-14/+4
* Remove more compression related code.jsing2014-07-103-20/+3
* Put back some parts of the public SSL API that should not have beenjsing2014-07-103-4/+28
* decompress libssl. ok beck jsingtedu2014-07-1025-758/+39
* KNF comments, reflowing and moving out of the middle of argument lists inguenther2014-07-103-93/+150
* remove unused ecc_pkey_size.bcook2014-07-101-4/+2