| Commit message (Expand) | Author | Files | Lines |
2000-08-12 | Memory leaks fix. It now looks like all memory leaks, at least around | Richard Levitte | 1 | -0/+2 |
2000-08-11 | Memory leaks fix. There seems to be more in other parts of OpenSSL... | Richard Levitte | 1 | -25/+106 |
2000-08-11 | The pkcs12 had no way of getting a CA file or path to be used when | Richard Levitte | 2 | -10/+30 |
2000-08-11 | Abdelilah Essiari <aes@george.lbl.gov> reports that for very small | Richard Levitte | 1 | -0/+10 |
2000-08-10 | Duplicate names detected... | Richard Levitte | 1 | -2/+2 |
2000-08-08 | Make sure that 'initialized' is zeroed as well when cleaning up. | Richard Levitte | 1 | -0/+1 |
2000-08-06 | Fix for bad sorting of object names. | Dr. Stephen Henson | 4 | -18/+272 |
2000-08-06 | For n > 7, we might get uninitialized (unzeroed) data. | Richard Levitte | 1 | -2/+2 |
2000-08-04 | Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com). | Dr. Stephen Henson | 6 | -14/+32 |
2000-08-03 | On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints... | Richard Levitte | 1 | -1/+11 |
2000-08-03 | On Unicos, openlog() isn't constified, so let's not do that in xopenlog() | Richard Levitte | 1 | -5/+5 |
2000-08-03 | Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o... | Richard Levitte | 1 | -1/+16 |
2000-08-03 | *mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.h | Richard Levitte | 1 | -1/+1 |
2000-08-02 | Include SKIP DH parameters with OpenSSL. | Bodo Möller | 4 | -3/+47 |
2000-08-02 | Added and corrected documentation for the 'shared' option | Richard Levitte | 2 | -2/+18 |
2000-08-02 | We've now covered the shared library support for Solaris, so the -shared hack | Richard Levitte | 1 | -12/+0 |
2000-08-02 | It's probably a good idea to make the shared libraries depend in EX_LIBS. | Richard Levitte | 1 | -3/+3 |
2000-08-02 | "make update" | Richard Levitte | 2 | -35/+42 |
2000-08-02 | I had completely forgotten that print_table_entry also needed to read the two | Richard Levitte | 1 | -4/+4 |
2000-08-02 | Add support for shared libraries on Solaris. | Richard Levitte | 1 | -14/+14 |
2000-08-02 | A few corrections with the shared library support: | Richard Levitte | 1 | -13/+10 |
2000-08-01 | Make it so we can dynamically enable memory allocation debugging through the | Richard Levitte | 1 | -0/+2 |
2000-08-01 | Remove casts that are no longer needed. | Richard Levitte | 1 | -5/+5 |
2000-08-01 | If a ip address is successfully parsed, the WSA structure under Win32 wasn't | Richard Levitte | 1 | -2/+7 |
2000-07-31 | Update 'openssl passwd' documentation on selection of algorithms. | Bodo Möller | 2 | -4/+11 |
2000-07-30 | Document the new DN printing options. | Dr. Stephen Henson | 6 | -18/+171 |
2000-07-29 | Document rollback issues. | Bodo Möller | 3 | -3/+8 |
2000-07-29 | Fix SSL 2.0 rollback checking: The previous implementation of the | Bodo Möller | 4 | -3/+14 |
2000-07-28 | New ASN1_STRING_print_ex() and X509_NAME_print_ex() | Dr. Stephen Henson | 10 | -14/+866 |
2000-07-27 | There's a slight possibility that a is 0 in BN_sub_word(), and might | Richard Levitte | 1 | -1/+1 |
2000-07-27 | In the case where a < 0 and |a| < w, the result (assigned to a) from | Richard Levitte | 1 | -1/+1 |
2000-07-27 | Looks like Win32 builds do not define THREADS. However, they're still | Richard Levitte | 1 | -1/+1 |
2000-07-27 | Add the possibility to get hexdumps of unprintable data when using | Richard Levitte | 6 | -19/+94 |
2000-07-27 | Fix a bug in the new i2d_{ENUMERATED,INTEGER} that | Dr. Stephen Henson | 2 | -0/+2 |
2000-07-26 | When data are written out in very small blocks (less than 3 bytes in | Richard Levitte | 1 | -4/+11 |
2000-07-26 | There's a deadlock when ssleay_rand_bytes is called the first time, since | Richard Levitte | 1 | -4/+14 |
2000-07-26 | Fix warnings. | Dr. Stephen Henson | 2 | -2/+2 |
2000-07-26 | Make NEG_PUBKEY_BUG on by default. | Dr. Stephen Henson | 9 | -49/+108 |
2000-07-26 | Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discovered | Richard Levitte | 1 | -1/+1 |
2000-07-25 | Avoid a race condition if another thread happens to remove the error | Richard Levitte | 1 | -5/+8 |
2000-07-24 | Add support for solaris shared libraries, currently just experimental | Richard Levitte | 1 | -0/+18 |
2000-07-24 | Avoid loops, and make sure that it's possible to still build shared | Richard Levitte | 2 | -10/+23 |
2000-07-24 | This isn't entirely necessary if you do everything right from the | Richard Levitte | 1 | -0/+1 |
2000-07-24 | "make update" | Richard Levitte | 5 | -33/+243 |
2000-07-24 | Add a note on installation under Win32. | Richard Levitte | 1 | -0/+29 |
2000-07-24 | Show the running line count and definition cont in debug mode. That | Richard Levitte | 1 | -1/+11 |
2000-07-21 | Profiling option for mk1mf.pl | Ulf Möller | 2 | -3/+8 |
2000-07-21 | crypto/err.c bugfix | Bodo Möller | 1 | -0/+4 |
2000-07-21 | Redo and enhance the support for building shared libraries. Currently | Richard Levitte | 5 | -53/+234 |
2000-07-21 | Bugfix: use write locks, not just read locks | Bodo Möller | 1 | -8/+8 |