| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | jsing | 2014-05-31 | 1 | -1/+1 |
* | unifdef -UDOXYGEN and manually remove the few doxygen comments that are not | jsing | 2014-05-31 | 1 | -31/+0 |
* | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | jsing | 2014-05-31 | 1 | -4/+0 |
* | TLS would not be entirely functional without extensions, so unifdef | jsing | 2014-05-31 | 1 | -10/+0 |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -38/+1 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | jsing | 2014-05-30 | 1 | -3/+1 |
* | Any sane platform has stdio. Stop pretending we will ever use a platform | beck | 2014-05-29 | 1 | -2/+0 |
* | no space before label | tedu | 2014-05-29 | 1 | -9/+9 |
* | consistent braces | tedu | 2014-05-29 | 1 | -13/+13 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -20/+0 |
* | Make it substantially easier to identify protocol version requirements | jsing | 2014-05-29 | 1 | -0/+1 |
* | When you have functions that perform specific functions, use them. | jsing | 2014-05-29 | 1 | -18/+9 |
* | EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of | jsing | 2014-05-28 | 1 | -1/+1 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -19/+11 |
* | remove unused shit. from Alexander Schrijver | tedu | 2014-05-25 | 1 | -4/+0 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | jsing | 2014-05-25 | 1 | -12/+0 |
* | I'm so sorry to learn that the Diab compiler can't (or used not to) parse C | miod | 2014-05-24 | 1 | -5/+1 |
* | Use C99 initialisers for SSL3_ENC_METHOD structs. | jsing | 2014-05-24 | 1 | -16/+19 |
* | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | jsing | 2014-05-22 | 1 | -1/+0 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols | tedu | 2014-05-05 | 1 | -27/+0 |
* | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. | jsing | 2014-05-02 | 1 | -2/+0 |
* | More KNF, things that couldn't be verified with md5(1), and some whitespace | mcbride | 2014-04-24 | 1 | -108/+111 |
* | KNF | mcbride | 2014-04-24 | 1 | -291/+416 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -5/+2 |
* | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | guenther | 2014-04-20 | 1 | -5/+2 |
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -69/+71 |
* | whack a bunch of disabled code. ok beck lteo | tedu | 2014-04-17 | 1 | -8/+0 |
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -6/+0 |
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -24/+0 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -17/+17 |
* | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | tedu | 2014-04-16 | 1 | -37/+0 |
* | add back SRP. i was being too greedy. | tedu | 2014-04-16 | 1 | -0/+6 |
* | disentangle SRP code from TLS | tedu | 2014-04-16 | 1 | -6/+0 |
* | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | guenther | 2014-04-16 | 1 | -52/+32 |
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -7/+0 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -1559/+1600 |
* | remove last vestiges of OPENSSL_SYS_XXX from src/ssl | beck | 2014-04-14 | 1 | -4/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -6/+20 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -22/+225 |
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -0/+3 |
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -32/+15 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -129/+485 |
* | resolve conflicts | djm | 2009-04-06 | 1 | -0/+2 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -0/+36 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -39/+349 |
* | Replace use of strcpy(3) and other pointer goo in | moritz | 2007-10-10 | 1 | -15/+12 |
* | Fix off-by-one buffer overflow in SSL_get_shared_ciphers(). | moritz | 2007-09-27 | 1 | -11/+11 |
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 1 | -1/+1 |
* | resolve conflicts | djm | 2006-06-27 | 1 | -8/+30 |
* | resolve conflicts | djm | 2005-04-29 | 1 | -43/+60 |