| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop the eyebleed in here and just use calloc |  beck | 2019-05-12 | 1 | -31/+8 |
* | Use more homogeneous types and avoid a possible right shift by 32 in |  miod | 2016-11-08 | 1 | -17/+11 |
* | Only import cryptlib.h in the four source files that actually need it. |  jsing | 2014-07-11 | 1 | -5/+1 |
* | Explicitly include <openssl/opensslconf.h> in every file that references |  jsing | 2014-07-10 | 2 | -2/+8 |
* | remove unused, private version strings except SSL_version_str |  bcook | 2014-07-09 | 1 | -3/+1 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 3 | -3/+3 |
* | Remove various test stubs. The good ones have been moved by jsing |  deraadt | 2014-06-07 | 1 | -88/+0 |
* | malloc() result does not need a cast. |  deraadt | 2014-06-07 | 1 | -1/+1 |
* | I do not have time to describe how bad the realloc() uses in here, now |  deraadt | 2014-05-29 | 1 | -4/+2 |
* | ok, next pass after review: when possible, put the reallocarray arguments |  deraadt | 2014-05-29 | 1 | -1/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 |  deraadt | 2014-05-29 | 1 | -1/+1 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. |  beck | 2014-05-29 | 2 | -6/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by |  jsing | 2014-05-24 | 1 | -1/+2 |
* | Remove meat which either duplicates code found in apps/, or is only of value |  miod | 2014-04-22 | 1 | -17/+0 |
* | KNF. |  jsing | 2014-04-20 | 4 | -398/+393 |
* | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 2 | -11/+11 |
* | we don't use these files for building |  tedu | 2014-04-15 | 1 | -75/+0 |
* | remove auto-generated dependencies from the old unused build system, so |  deraadt | 2014-04-14 | 1 | -13/+0 |
* | resolve conflicts, fix local changes |  djm | 2010-10-01 | 4 | -162/+115 |
* | import OpenSSL-1.0.0a |  djm | 2010-10-01 | 1 | -1/+1 |
* | import openssl-0.9.8j |  djm | 2009-01-09 | 1 | -1/+1 |
* | resolve conflicts |  djm | 2008-09-06 | 2 | -18/+19 |
* | import of OpenSSL 0.9.8h |  djm | 2008-09-06 | 1 | -10/+7 |
* | import of openssl-0.9.7j |  djm | 2006-06-27 | 1 | -1/+1 |
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ |  djm | 2005-04-29 | 1 | -0/+91 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto |  markus | 2003-05-12 | 2 | -72/+31 |
* | Trivial sprintf() -> snprintf() changes. ok deraadt@ |  ho | 2003-04-05 | 1 | -24/+39 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ |  markus | 2002-09-10 | 1 | -1/+1 |
* | execute bourne shell scripts with 'sh' and not with $SHELL |  markus | 2002-09-04 | 1 | -1/+1 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge |  beck | 2002-05-15 | 5 | -68/+127 |
* | openssl-engine-0.9.6a merge |  beck | 2001-06-22 | 1 | -1/+2 |
* | openssl-engine-0.9.6 merge |  beck | 2000-12-15 | 5 | -21/+30 |
* | OpenSSL 0.9.5a merge |  beck | 2000-04-15 | 2 | -16/+6 |
* | OpenSSL 0.9.5 merge |  beck | 2000-03-19 | 3 | -32/+29 |
* | do not assume shell scripts are +x; d |  deraadt | 1999-11-23 | 1 | -1/+1 |
* | OpenSSL 0.9.4 merge |  beck | 1999-09-29 | 6 | -122/+88 |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build |  ryker | 1998-10-05 | 6 | -0/+1119 |