summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srvr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-2/+1
* More KNF and style consistency tweaksguenther2014-04-191-4/+3
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-8/+0
* fix a potential double freejsg2014-04-171-2/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right,tedu2014-04-161-4/+8
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-12/+0
* So the OpenSSL codebase does "get the time, add it as a random seed"deraadt2014-04-141-2/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-797/+726
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-1/+1
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-9/+20
* resolve conflictsdjm2012-10-131-19/+167
* OpenSSL 1.0.0f: mergedjm2012-01-051-1/+1
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-7/+19
* resolve conflicts, fix local changesdjm2010-10-011-68/+472
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-3/+3
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1147