summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srvr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The *_accept() functions increment in_handshake at the start of the function,jsing2015-09-131-3/+5
* Fix function name.jsing2015-09-121-2/+2
* Sync handling of cached record digests with s3_srvr.c.jsing2015-09-121-1/+23
* Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines ofjsing2015-09-121-109/+2
* Uncopy and unpaste dtls1_send_certificate_request() - removes another 80jsing2015-09-121-78/+2
* Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329jsing2015-09-121-327/+2
* Uncopy and unpaste dtls1_send_server_done().jsing2015-09-121-16/+2
* Uncopy and unpaste dtls1_send_server_hello().jsing2015-09-121-66/+2
* Uncopy and unpaste dtls1_send_hello_request().jsing2015-09-121-16/+2
* Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of ajsing2015-09-111-5/+5
* Replace dtls1_send_finished() with ssl3_send_finished() - they're nowjsing2015-09-111-2/+2
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-6/+4
* Remove Microsoft Server Gated Crypto.doug2015-06-181-16/+7
* Change DTLS client cert request code to match TLS.doug2015-06-181-6/+6
* Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.doug2015-06-151-15/+5
* Fix bad indenting in LibreSSL.doug2015-06-131-2/+2
* Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.jsg2015-05-151-1/+2
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-271-14/+4
* Jettison DTLS over SCTP.jsing2015-02-091-130/+1
* Convert several of the server side handshake functions to the new handshakejsing2015-02-071-62/+29
* Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing2015-02-061-1/+3
* Add error handling for EVP_DigestInit_ex().doug2014-12-151-3/+4
* Remove trailing whitespace.jsing2014-12-141-16/+16
* unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currentlyjsing2014-12-141-23/+1
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-101-5/+16
* Sort and group includes.jsing2014-11-161-5/+7
* Remove support for ephemeral/temporary RSA private keys.jsing2014-10-311-50/+8
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-5/+3
* There is not much point checking ecdhp is not NULL... twice.jsing2014-09-271-6/+2
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-3/+2
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-241-4/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-3/+1
* 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-281-4/+7
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-121-6/+6
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-121-22/+9
* Place comments in a block above the if statement, rather than attemptingjsing2014-07-121-18/+32
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-25/+1
* decompress libssl. ok beck jsingtedu2014-07-101-8/+1
* tedu the SSL export cipher handling - since we do not have enabled exportjsing2014-07-091-21/+5
* fix the identical leak in three different files.tedu2014-06-301-2/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...deraadt2014-06-071-1/+2
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-19/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-5/+0
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-16/+0
* More KNF.jsing2014-05-281-3/+2
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-241-3/+38
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-3/+0
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-1/+1