aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* %f conversion bug fixUlf Möller2001-02-271-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-48/+48
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-208-23/+25
* Make all configuration macros available for application by makingRichard Levitte2001-02-199-76/+79
* Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte2001-02-051-4/+4
* Make depend.Ben Laurie2001-02-041-44/+45
* Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson2001-02-022-130/+225
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-7/+7
* On some operating systems, MAX is defined. Call ours OSSL_MAX insteadRichard Levitte2000-10-221-3/+3
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-6/+9
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-123-1/+16
* BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller2000-10-091-3/+3
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-204-0/+405
* 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