aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller2000-09-171-1/+1
* New macro BIO_set_shutdown_wr().Dr. Stephen Henson2000-09-161-0/+1
* More VMS synchronisationRichard Levitte2000-09-091-6/+6
* Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson2000-09-071-0/+1
* Add docs for BIO_find_type() and friends.Dr. Stephen Henson2000-09-072-0/+7
* 'make update'Richard Levitte2000-09-071-17/+32
* Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte2000-09-071-160/+89
* Increase print buffer (10K instead of just 2K).Bodo Möller2000-09-051-1/+1
* Remove silly test for b->references at the end of BIO_write:Bodo Möller2000-09-051-9/+3
* ConsistencyBodo Möller2000-09-042-2/+2
* Use consistent indentation,Bodo Möller2000-09-041-61/+68
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-043-5/+7
* Undo change from 1.7 to 1.8:Bodo Möller2000-09-011-4/+2
* Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller2000-09-011-5/+9
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-0/+1
* Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie2000-08-283-0/+6
* Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte2000-08-182-5/+27
* Add more diversity to the possible log levels. Now we have fullRichard Levitte2000-08-171-15/+41
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-25/+27
* On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte2000-08-031-5/+5
* *mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte2000-08-021-1/+1
* If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte2000-07-311-2/+7
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-272-12/+30
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-21/+22
* Fixes for Win32 build.Dr. Stephen Henson2000-06-215-12/+14
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* Change to have a single library that works on both Win9x and WinNT.Richard Levitte2000-06-161-5/+37
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-59/+62
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-0110-63/+63
* Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller2000-06-011-7/+6
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31
* Typesafe Thought Police part 4.Ben Laurie2000-05-162-0/+8
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-1513-102/+105
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* New function ERR_error_string_n.Bodo Möller2000-04-142-52/+75
* Bugs correctedRichard Levitte2000-03-171-7/+19
* Typos corrected.Richard Levitte2000-03-141-3/+3
* Target added.Richard Levitte2000-03-141-0/+1
* Bugs corrected, and a couple of include files to get declarations forRichard Levitte2000-03-141-3/+10
* Typo correctedRichard Levitte2000-03-141-1/+1
* make updateUlf Möller2000-03-121-2/+4
* NO_SYSLOG is defined for MSDOS anyway. just don't include the UnixUlf Möller2000-03-101-3/+1
* Use signed types where necessary, and add missing functionalityBodo Möller2000-03-101-9/+29
* Repair bss_log.Ulf Möller2000-03-101-15/+13
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Let's care about the compiler warnings for both cases, shall we?Richard Levitte2000-03-041-2/+4
* Get definition of ssize_t.Ben Laurie2000-03-041-0/+1
* gcc warningsUlf Möller2000-03-041-4/+17
* Use signed type where -1 may be returned.Bodo Möller2000-03-031-2/+2
* Hack b_print.c to implement asprintf() functionality. Not enabled byRichard Levitte2000-03-021-46/+165