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