summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-19Added OIDs from RFC 2247, 1155, and a few from 1700Richard Levitte
2000-08-18Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte
2000-08-18NULL is not an integer...Richard Levitte
2000-08-17Add more diversity to the possible log levels. Now we have fullRichard Levitte
2000-08-17Added md4 to the VMS compilationRichard Levitte
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-11Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte
2000-08-10Duplicate names detected...Richard Levitte
2000-08-08Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte
2000-08-06Fix for bad sorting of object names.Dr. Stephen Henson
2000-08-06For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-08-03On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte
2000-08-03On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte
2000-08-02*mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte
2000-08-01Remove casts that are no longer needed.Richard Levitte
2000-07-31If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte
2000-07-30Document the new DN printing options.Dr. Stephen Henson
2000-07-29Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson
2000-07-27There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte
2000-07-27In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-07-27Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson
2000-07-26When data are written out in very small blocks (less than 3 bytes inRichard Levitte
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte
2000-07-26Fix warnings.Dr. Stephen Henson
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson
2000-07-26Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte
2000-07-25Avoid a race condition if another thread happens to remove the errorRichard Levitte
2000-07-24"make update"Richard Levitte
2000-07-21Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte
2000-07-21Bugfix: use write locks, not just read locksBodo Möller
2000-07-21oops.Ulf Möller
2000-07-21don't print debug outputUlf Möller
2000-07-19Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller
2000-07-19Randomness polling function for Win9x.Ulf Möller
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson
2000-07-08Corrected small bug that could add ',L' when it shouldn'tRichard Levitte
2000-07-07New ASN1 functions that just deal withDr. Stephen Henson
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-07-02Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller
2000-07-02Don't dereference NULL pointers.Bodo Möller
2000-07-01Don't let top go below zero!Ben Laurie
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for people to tell where the EGD socket is throughRichard Levitte
2000-06-28That's it, I've seen questions about this one time too many forRichard Levitte
2000-06-23Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe