summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Mark the weakened 40-bit export ciphers as invalid - no one in their rightjsing2014-07-081-9/+9
* Remove SSL_FIPS.jsing2014-07-081-84/+84
* Nuke SSL_NOT_EXP since it does nothing.jsing2014-07-081-124/+124
* Specify the correct strength bits for 3DES cipher suites.jsing2014-06-211-15/+13
* Add ChaCha20-Poly1305 based ciphersuites.jsing2014-06-131-1/+52
* Switch the AES-GCM cipher suites to SSL_CIPHER_ALGORITHM2_AEAD.jsing2014-06-131-21/+68
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-55/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Remove another NULL check before a BIO_free().jsing2014-06-071-4/+4
* ssl3_free_digest_list() has its own NULL check.jsing2014-06-071-5/+3
* BIO_free has an implicit NULL check, so do not bother checking for NULLjsing2014-06-071-2/+1
* ssl3_release_{read,write}_buffer() handle being called with NULL buffers,jsing2014-06-071-4/+3
* The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all havejsing2014-06-071-27/+14
* More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup.jsing2014-05-311-5/+1
* ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing2014-05-311-6/+0
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-14/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-9/+0
* Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andjsing2014-05-301-2/+2
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-36/+0
* Make it substantially easier to identify protocol version requirementsjsing2014-05-291-1/+1
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-25/+14
* Replace the following logic:miod2014-05-261-8/+10
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-24/+0
* Use C99 initialisers for SSL3_ENC_METHOD structs.jsing2014-05-241-14/+16
* Clean up the SSL cipher initialisation and use C99 initialisers forjsing2014-05-231-1709/+1712
* There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (anjsing2014-05-221-1/+1
* Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now.jsing2014-05-221-1/+0
* KSSL is dead... nuke KSSL_DEBUG from orbit.jsing2014-05-201-3/+0
* deleted seed some time agotedu2014-05-171-101/+0
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-445/+0
* More KNF, things that couldn't be verified with md5(1), and some whitespacemcbride2014-04-241-7/+9
* KNFmcbride2014-04-241-99/+181
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-2/+1
* More KNF and style consistency tweaksguenther2014-04-191-8/+9
* spacingtedu2014-04-181-10/+11
* whack a bunch of disabled code. ok beck lteotedu2014-04-171-169/+0
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-42/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-14/+14
* add back SRP. i was being too greedy.tedu2014-04-161-0/+209
* disentangle SRP code from TLStedu2014-04-161-209/+0
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-21/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-2688/+2605
* Do not include "e_os.h" anymore. Simply pull in the necessary headers.mpi2014-04-131-2/+2
* remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did youderaadt2014-04-131-1/+1
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-11/+23
* SECURITY fixes backported from openssl-1.0.1f. ok mikeb@jca2014-02-271-1/+1
* resolve conflictsdjm2012-10-131-21/+965
* OpenSSL 1.0.0f: mergedjm2012-01-051-0/+3
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+6
* resolve conflicts, fix local changesdjm2010-10-011-772/+1475