| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove remnants from PSK, KRB5 and SRP. |  jsing | 2014-07-12 | 1 | -40/+16 |
* | Place comments in a block above the if statement, rather than attempting |  jsing | 2014-07-12 | 1 | -29/+31 |
* | As reported by David Ramos, most consumer of ssl_get_message() perform late |  miod | 2014-07-11 | 1 | -41/+65 |
* | In ssl3_get_cert_verify(), allow for larger messages to accomodate keys |  miod | 2014-07-11 | 1 | -3/+2 |
* | In ssl3_get_client_key_exchange() parsing a GOST session key, invoke the |  miod | 2014-07-11 | 1 | -13/+8 |
* | Remove the PSK code. We don't need to drag around this |  beck | 2014-07-11 | 1 | -108/+1 |
* | remove unused variable from ssl3_get_client_hello |  bcook | 2014-07-10 | 1 | -3/+2 |
* | decompress libssl. ok beck jsing |  tedu | 2014-07-10 | 1 | -96/+1 |
* | KNF comments, reflowing and moving out of the middle of argument lists in |  guenther | 2014-07-10 | 1 | -32/+41 |
* | tedu the SSL export cipher handling - since we do not have enabled export |  jsing | 2014-07-09 | 1 | -27/+6 |
* | fix the identical leak in three different files. |  tedu | 2014-06-30 | 1 | -2/+3 |
* | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring |  tedu | 2014-06-19 | 1 | -2/+2 |
* | In ssl3_send_newsession_ticket(), fix a memory leak in an error path. |  miod | 2014-06-18 | 1 | -2/+4 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
* | Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored since |  jsing | 2014-06-11 | 1 | -2/+0 |
* | c-file-style hints, begone; ok beck |  deraadt | 2014-06-11 | 1 | -1/+1 |
* | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec30718b5e7480add42598158 |  deraadt | 2014-06-07 | 1 | -4/+1 |
* | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have |  jsing | 2014-06-07 | 1 | -11/+6 |
* | Be selective as to when ChangeCipherSpec messages will be accepted. |  jsing | 2014-06-05 | 1 | -2/+5 |
* | without overthinking it, replace a few memcmp calls with CRYPTO_memcmp |  tedu | 2014-06-04 | 1 | -1/+1 |
* | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. |  jsing | 2014-05-31 | 1 | -4/+4 |
* | TLS would not be entirely functional without extensions, so unifdef |  jsing | 2014-05-31 | 1 | -27/+0 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and |  jsing | 2014-05-30 | 1 | -19/+13 |
* | the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. |  tedu | 2014-05-29 | 1 | -6/+1 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. |  tedu | 2014-05-29 | 1 | -30/+0 |
* | There is no point in checking if a pointer is non-NULL before calling free, |  jsing | 2014-05-28 | 1 | -6/+3 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of |  jsing | 2014-05-25 | 1 | -19/+0 |
* | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more |  jsing | 2014-05-24 | 1 | -4/+38 |
* | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. |  jsing | 2014-05-22 | 1 | -1/+0 |
* | In ssl3_send_certificate_request(), when adding the extra payload if |  miod | 2014-05-18 | 1 | -1/+6 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols |  tedu | 2014-05-05 | 1 | -317/+0 |
* | More KNF, things that couldn't be verified with md5(1), and some whitespace |  mcbride | 2014-04-24 | 1 | -74/+92 |
* | Make libssl and libcrypto compile with -Werror |  beck | 2014-04-23 | 1 | -1/+1 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis |  deraadt | 2014-04-21 | 1 | -2/+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 | -18/+0 |
* | always build in RSA and DSA. ok deraadt miod |  tedu | 2014-04-17 | 1 | -16/+0 |
* | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 1 | -12/+12 |
* | add back SRP. i was being too greedy. |  tedu | 2014-04-16 | 1 | -0/+122 |
* | Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob |  beck | 2014-04-16 | 1 | -3/+1 |
* | disentangle SRP code from TLS |  tedu | 2014-04-16 | 1 | -122/+0 |
* | strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right, |  tedu | 2014-04-16 | 1 | -8/+9 |
* | KNF |  mcbride | 2014-04-16 | 1 | -361/+619 |
* | 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/+1 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it |  jsing | 2014-04-14 | 1 | -1892/+1597 |
* | 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 | -16/+23 |
* | resolve conflicts |  djm | 2012-10-13 | 1 | -86/+460 |
* | OpenSSL 1.0.0f: merge |  djm | 2012-01-05 | 1 | -0/+11 |