summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2002-01-21Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).Lutz Jänicke
2002-01-12Prototype info function.Ben Laurie
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-10name confusion with HP library function prototype (?)Ulf Möller
2001-11-15make updateRichard Levitte
2001-10-27Stop compiler warnings.Dr. Stephen Henson
2001-10-26disable caching in BIO_gethostbynameBodo Möller
2001-10-04'make update'Richard Levitte
2001-09-25"make update".Geoff Thorpe
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-16Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-02Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
2001-06-25Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte
2001-06-01increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller
2001-04-29Win32 fixes:Dr. Stephen Henson
2001-04-17'make update'Geoff Thorpe
2001-03-27Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget t...Richard Levitte
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-02-27%f conversion bug fixUlf Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-05Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte
2001-02-04Make depend.Ben Laurie
2001-02-02Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-10-22On some operating systems, MAX is defined. Call ours OSSL_MAX insteadRichard Levitte
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-10-09BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-17Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller
2000-09-16New macro BIO_set_shutdown_wr().Dr. Stephen Henson
2000-09-09More VMS synchronisationRichard Levitte
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson
2000-09-07Add docs for BIO_find_type() and friends.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-07Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte
2000-09-05Increase print buffer (10K instead of just 2K).Bodo Möller
2000-09-05Remove silly test for b->references at the end of BIO_write:Bodo Möller