aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Add a few more VxWorks targets.Richard Levitte2002-10-091-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-021-1/+1
* Add support for shared libraries with OS/2.Richard Levitte2002-07-171-0/+2
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-0/+4
* Handle read errors.Ben Laurie2002-06-113-0/+8
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* make b_print.c consistent with the rest of OpenSSL:Bodo Möller2002-05-142-2/+18
* Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte2002-05-091-1/+3
* Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte2002-05-091-2/+3
* Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.Richard Levitte2002-03-291-2/+2
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-281-6/+6
* fix indentationBodo Möller2002-02-141-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-142-2/+7
* Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte2002-01-261-1/+1
* fix formatting of automatically generated error sectionBodo Möller2002-01-241-0/+1
* New functionsBodo Möller2002-01-241-1/+1
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-223-2/+6
* Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).Lutz Jänicke2002-01-211-2/+2
* Prototype info function.Ben Laurie2002-01-122-4/+6
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* name confusion with HP library function prototype (?)Ulf Möller2001-12-101-2/+2
* make updateRichard Levitte2001-11-151-1/+1
* 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