| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the libssl/src directory |  beck | 2016-09-03 | 1 | -1374/+0 |
| * | Make sure stdio functions don't end up in the library, from miod@ |  beck | 2016-03-06 | 1 | -1/+7 |
| * | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a |  jsing | 2015-09-11 | 1 | -3/+3 |
| * | Replace dtls1_send_finished() with ssl3_send_finished() - they're now |  jsing | 2015-09-11 | 1 | -42/+1 |
| * | Convert dtls1_send_finished() and ssl3_send_finished() to |  jsing | 2015-09-11 | 1 | -12/+5 |
| * | Remove support for DTLS_BAD_VER. We do not support non-standard and |  jsing | 2015-09-10 | 1 | -13/+5 |
| * | Allow *_free() functions in libssl to handle NULL input. |  doug | 2015-07-19 | 1 | -1/+3 |
| * | Convert dtls1_get_message_header to CBS and change to int. |  doug | 2015-07-18 | 1 | -12/+32 |
| * | Jettison DTLS over SCTP. |  jsing | 2015-02-09 | 1 | -16/+1 |
| * | Provide functions for starting, finishing and writing SSL handshake |  jsing | 2014-12-14 | 1 | -1/+3 |
| * | Sort and group includes. |  jsing | 2014-11-16 | 1 | -3/+5 |
| * | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). |  jsing | 2014-10-18 | 1 | -2/+1 |
| * | Fix CVE-2014-3507, avoid allocating and then leaking a fresh fragment |  guenther | 2014-08-08 | 1 | -2/+7 |
| * | Fix CVE-2014-3506, DTLS handshake message size checks. From |  guenther | 2014-08-07 | 1 | -16/+22 |
| * | Oops, revert changes commited by mistake. The previous commit was supposed |  miod | 2014-08-07 | 1 | -2/+3 |
| * | When you expect a function to return a particular value, don't put a comment |  miod | 2014-08-07 | 1 | -3/+2 |
| * | decompress libssl. ok beck jsing |  tedu | 2014-07-10 | 1 | -6/+1 |
| * | KNF comments, reflowing and moving out of the middle of argument lists in |  guenther | 2014-07-10 | 1 | -45/+84 |
| * | Memory leak in error path of the day, from clang via dhill@bitrig; |  miod | 2014-07-02 | 1 | -2/+3 |
| * | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
| * | Do not recurse when a 'Hello Request' message is received while getting |  jsing | 2014-06-05 | 1 | -1/+2 |
| * | Avoid a buffer overflow that can be triggered by sending specially crafted |  jsing | 2014-06-05 | 1 | -1/+7 |
| * | BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments |  miod | 2014-05-31 | 1 | -1/+1 |
| * | remove some #if 0 code. we don't need any more reminders that we're using |  tedu | 2014-05-30 | 1 | -49/+0 |
| * | There is no point in checking if a pointer is non-NULL before calling free, |  jsing | 2014-05-28 | 1 | -6/+3 |
| * | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl |  jsing | 2014-05-22 | 1 | -0/+2 |
| * | In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case |  miod | 2014-05-18 | 1 | -7/+3 |
| * | Avoid a potential null pointer dereference by checking that we actually |  jsing | 2014-04-30 | 1 | -0/+2 |
| * | More KNF. |  jsing | 2014-04-24 | 1 | -92/+122 |
| * | more malloc/realloc/calloc cleanups; ok beck kettenis |  deraadt | 2014-04-21 | 1 | -3/+3 |
| * | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 1 | -12/+12 |
| * | fix a few bugs observed on http://www.viva64.com/en/b/0250/ |  tedu | 2014-04-16 | 1 | -1/+0 |
| * | correct cases of code occuring directly after goto/break/return |  jsg | 2014-04-15 | 1 | -1/+1 |
| * | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod |  tedu | 2014-04-14 | 1 | -153/+0 |
| * | First pass at applying KNF to the OpenSSL code, which almost makes it |  jsing | 2014-04-14 | 1 | -565/+501 |
| * | Flense a variety of windows support stuff, and a strange gettimeofday function. |  beck | 2014-04-13 | 1 | -7/+0 |
| * | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. |  miod | 2014-04-13 | 1 | -4/+4 |
| * | cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from |  djm | 2014-04-07 | 1 | -8/+18 |
| * | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ |  jca | 2014-02-27 | 1 | -0/+7 |
| * | import OpenSSL-1.0.1c |  djm | 2012-10-13 | 1 | -3/+175 |
| * | OpenSSL 1.0.0f: import upstream source |  djm | 2012-01-05 | 1 | -7/+16 |
| * | import OpenSSL 1.0.0e |  djm | 2011-11-03 | 1 | -18/+10 |
| * | import OpenSSL-1.0.0a |  djm | 2010-10-01 | 1 | -201/+426 |
| * | import of OpenSSL 0.9.8h |  djm | 2008-09-06 | 1 | -0/+1193 |