summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use C99 initialisers for SSL3_ENC_METHOD structs.jsing2014-05-241-12/+14
* Enable three brainpool elliptic curves for TLS, as specified in RFC 7027;miod2014-05-241-1/+13
* Use sizeof(cryptopro_ext) instead of 36 when applicable.miod2014-05-241-4/+4
* More KNF.jsing2014-05-221-184/+194
* Fix several bounds checks in ssl_add_clienthello_tlsext() andmiod2014-05-191-34/+39
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-50/+0
* Appease gcc3 -Wuninitialized.miod2014-04-261-1/+1
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-211-6/+9
* More KNF and style consistency tweaksguenther2014-04-191-6/+6
* now that knf carpet bombing is finished, switch to hand to hand combat.tedu2014-04-181-91/+91
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-20/+0
* SHA and AES (and sadly MD5) can't be considered optional. ok beck miodtedu2014-04-171-8/+0
* quick pass at removing ability to disable sha256 and sha512. ok miodtedu2014-04-171-12/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-28/+28
* add back SRP. i was being too greedy.tedu2014-04-161-0/+50
* Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knobbeck2014-04-161-4/+2
* disentangle SRP code from TLStedu2014-04-161-50/+0
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-214/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-1067/+935
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-61/+208
* cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability fromdjm2014-04-071-5/+9
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+1
* resolve conflictsdjm2012-10-131-58/+883
* OpenSSL 1.0.0f: mergedjm2012-01-051-0/+6
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-9/+11
* fix for CVE-2011-0014 "OCSP stapling vulnerability";djm2011-02-101-1/+7
* - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix).jasper2010-11-171-18/+42
* resolve conflicts, fix local changesdjm2010-10-011-40/+877
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-6/+8
* resolve conflictsdjm2008-09-061-36/+763
* OpenSSL 0.9.5 mergebeck2000-03-191-5/+9
* OpenSSL 0.9.4 mergebeck1999-09-291-15/+9
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+151