aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Stop compiler warnings.Dr. Stephen Henson2001-10-271-0/+5
* disable caching in BIO_gethostbynameBodo Möller2001-10-261-14/+22
* 'make update'Richard Levitte2001-10-041-3/+3
* "make update".Geoff Thorpe2001-09-251-1/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-10/+10
* Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke2001-08-162-2/+3
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-054-25/+15
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-12/+7
* make updateRichard Levitte2001-07-311-17/+18
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-59/+36
* Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte2001-07-021-2/+1
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-012-1/+6
* Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte2001-06-251-3/+3
* increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller2001-06-011-1/+1
* Win32 fixes:Dr. Stephen Henson2001-04-291-1/+5
* 'make update'Geoff Thorpe2001-04-171-1/+1
* Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget t...Richard Levitte2001-03-271-0/+1
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* %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