| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -6/+0 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | jsing | 2014-05-30 | 1 | -11/+8 |
* | no space before label | tedu | 2014-05-29 | 1 | -18/+18 |
* | line up else better | tedu | 2014-05-29 | 1 | -5/+2 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -40/+0 |
* | EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of | jsing | 2014-05-28 | 1 | -0/+5 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -18/+9 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | jsing | 2014-05-25 | 1 | -8/+0 |
* | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | jsing | 2014-05-24 | 1 | -3/+38 |
* | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | jsing | 2014-05-22 | 1 | -1/+0 |
* | KSSL is dead... nuke KSSL_DEBUG from orbit. | jsing | 2014-05-20 | 1 | -7/+0 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols | tedu | 2014-05-05 | 1 | -258/+0 |
* | Fix indentation. | mcbride | 2014-04-24 | 1 | -211/+208 |
* | Make it compile again. | jsing | 2014-04-24 | 1 | -1/+1 |
* | More KNF, things that couldn't be verified with md5(1), and some whitespace | mcbride | 2014-04-24 | 1 | -45/+42 |
* | KNF | mcbride | 2014-04-24 | 1 | -636/+890 |
* | remove redundant asign. from David Hill | tedu | 2014-04-24 | 1 | -1/+0 |
* | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | miod | 2014-04-23 | 1 | -6/+0 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -3/+1 |
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -4/+3 |
* | whack a bunch of disabled code. ok beck lteo | tedu | 2014-04-17 | 1 | -17/+3 |
* | no longer need to fool emacs indentation and other if (0) oddities. | tedu | 2014-04-17 | 1 | -6/+2 |
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -51/+0 |
* | quick pass at removing ability to disable sha256 and sha512. ok miod | tedu | 2014-04-17 | 1 | -4/+0 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -11/+11 |
* | add back SRP. i was being too greedy. | tedu | 2014-04-16 | 1 | -0/+106 |
* | disentangle SRP code from TLS | tedu | 2014-04-16 | 1 | -106/+0 |
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -3/+0 |
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 2014-04-14 | 1 | -11/+0 |
* | So the OpenSSL codebase does "get the time, add it as a random seed" | deraadt | 2014-04-14 | 1 | -2/+0 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -1790/+1539 |
* | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | mpi | 2014-04-13 | 1 | -1/+1 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -5/+6 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -38/+359 |
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -3/+3 |
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -0/+3 |
* | Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se... | jasper | 2010-12-15 | 1 | -0/+3 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -162/+462 |
* | resolve conflicts | djm | 2009-01-09 | 1 | -5/+5 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -8/+34 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -144/+877 |
* | resolve conflicts | djm | 2006-06-27 | 1 | -3/+3 |
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+6 |
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -2/+2 |
* | more fixes from 0.9.7c, ok deraadt, cloder | markus | 2003-09-30 | 1 | -0/+1 |
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | millert | 2003-08-06 | 1 | -1/+1 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -18/+34 |
* | pull in fix from openssl-0.9.7-stable-SNAP-20020921: | markus | 2002-09-23 | 1 | -16/+5 |
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -2/+10 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -2/+2 |