| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libssl/src directory |  beck | 2016-09-03 | 1 | -480/+0 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a |  jsing | 2015-09-11 | 1 | -3/+3 |
* | Put the *client_method* data structures and functions in the same place. |  jsing | 2015-09-11 | 1 | -58/+1 |
* | Fewer magic numbers - we already have defines for the header lengths, so |  jsing | 2015-09-02 | 1 | -5/+7 |
* | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are |  jsing | 2015-09-01 | 1 | -6/+1 |
* | Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. |  doug | 2015-08-29 | 1 | -60/+2 |
* | Remove SSLv3 support from LibreSSL. |  doug | 2015-08-27 | 1 | -15/+3 |
* | Fix symbol collision with libtls. |  doug | 2015-07-19 | 1 | -6/+6 |
* | Add TLS_method, TLS_client_method and TLS_server_method. |  doug | 2015-07-19 | 1 | -1/+65 |
* | Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at |  jsing | 2015-03-31 | 1 | -11/+1 |
* | Factor out the init_buf initialisation code, rather than duplicating it |  jsing | 2015-03-27 | 1 | -17/+6 |
* | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. |  jsing | 2015-02-06 | 1 | -1/+3 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn |  jsing | 2014-12-10 | 1 | -2/+5 |
* | Sort and group includes. |  jsing | 2014-11-16 | 1 | -2/+4 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). |  jsing | 2014-10-18 | 1 | -4/+2 |
* | Since we no longer need to support SSLv2-style cipher lists, start |  jsing | 2014-08-10 | 1 | -5/+2 |
* | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). |  miod | 2014-07-11 | 1 | -4/+4 |
* | decompress libssl. ok beck jsing |  tedu | 2014-07-10 | 1 | -19/+2 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
* | Disable TLS support... |  jsing | 2014-06-11 | 1 | -4/+0 |
* | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec30718b5e7480add42598158 |  deraadt | 2014-06-07 | 1 | -26/+1 |
* | TLS would not be entirely functional without extensions, so unifdef |  jsing | 2014-05-31 | 1 | -2/+0 |
* | remove some #if 0 code. we don't need any more reminders that we're using |  tedu | 2014-05-30 | 1 | -7/+0 |
* | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more |  jsing | 2014-05-24 | 1 | -3/+39 |
* | More KNF. |  jsing | 2014-04-19 | 1 | -7/+7 |
* | More KNF and style consistency tweaks |  guenther | 2014-04-19 | 1 | -7/+6 |
* | remove some code that is now unused after guenther's changes in 1.20. |  jsg | 2014-04-17 | 1 | -16/+1 |
* | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from |  guenther | 2014-04-16 | 1 | -174/+109 |
* | remove ssl2 support even more completely. |  tedu | 2014-04-15 | 1 | -79/+1 |
* | remove FIPS mode support. people who require FIPS can buy something that |  tedu | 2014-04-15 | 1 | -16/+1 |
* | 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 | -330/+290 |
* | 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 | -4/+25 |
* | resolve conflicts |  djm | 2012-10-13 | 1 | -14/+97 |
* | resolve conflicts, fix local changes |  djm | 2010-10-01 | 1 | -70/+151 |
* | update to openssl-0.9.8i; tested by several, especially krw@ |  djm | 2009-01-05 | 1 | -0/+16 |
* | resolve conflicts |  djm | 2008-09-06 | 1 | -40/+23 |
* | resolve conflicts |  djm | 2006-06-27 | 1 | -59/+166 |
* | resolve conflicts |  djm | 2005-04-29 | 1 | -2/+21 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto |  markus | 2003-05-12 | 1 | -7/+17 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ |  markus | 2002-09-10 | 1 | -1/+1 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge |  beck | 2002-05-15 | 1 | -6/+11 |
* | openssl-engine-0.9.6 merge |  beck | 2000-12-15 | 1 | -1/+3 |
* | OpenSSL 0.9.5 merge |  beck | 2000-03-19 | 1 | -4/+12 |
* | OpenSSL 0.9.4 merge |  beck | 1999-09-29 | 1 | -28/+27 |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build |  ryker | 1998-10-05 | 1 | -0/+466 |