Age | Commit message (Expand) | Author |
2024-07-14 | Remove lhash_local.h. | Joel Sing |
2024-06-30 | Remove lhash statistics. | Joel Sing |
2024-06-22 | Remove the less-than-useful change log. | Joel Sing |
2024-05-07 | Reorder functions and drop static function prototypes. | Joel Sing |
2024-05-06 | Fix function wrapping. | Joel Sing |
2024-05-06 | Guard call to contract() from doall_util_fn(). | Joel Sing |
2024-03-02 | Make LHASH_OF() and STACK_OF() use opaque structs | Theo Buehler |
2024-03-02 | Remove lh stats | Theo Buehler |
2024-01-24 | Make it safe to delete entries from an lhash doall callback. | Joel Sing |
2023-07-07 | Hide symbols in lhash, pem, and rc2 | Bob Beck |
2019-05-12 | Stop the eyebleed in here and just use calloc | Bob Beck |
2016-11-08 | Use more homogeneous types and avoid a possible right shift by 32 in | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-05-29 | I do not have time to describe how bad the realloc() uses in here, now | Theo de Raadt |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-04-22 | Remove meat which either duplicates code found in apps/, or is only of value | Miod Vallat |
2014-04-20 | KNF. | Joel Sing |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2003-04-05 | Trivial sprintf() -> snprintf() changes. ok deraadt@ | Hakan Olsson |
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl |
2002-09-04 | execute bourne shell scripts with 'sh' and not with $SHELL | Markus Friedl |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |
2001-06-22 | openssl-engine-0.9.6a merge | Bob Beck |
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck |
2000-04-15 | OpenSSL 0.9.5a merge | Bob Beck |
2000-03-19 | OpenSSL 0.9.5 merge | Bob Beck |
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt |
1999-09-29 | OpenSSL 0.9.4 merge | Bob Beck |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |