aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Use correct, not American spelling.Bodo Möller2000-02-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-034-11/+11
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-302-4/+12
* Add the PID to the output on Win32.Richard Levitte2000-01-241-3/+11
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-233-32/+40
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+2
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-2/+18
* SOCKETSHR is showing bad declarations again. However, a simple castRichard Levitte2000-01-171-2/+8
* It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte2000-01-171-2/+2
* Add -prexit command to s_client and patch some BIODr. Stephen Henson2000-01-082-3/+13
* new control code BIO_C_RESET_READ_REQUESTBodo Möller1999-09-272-0/+16
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+1
* "make update"Bodo Möller1999-09-101-1/+3
* Use non-copying BIO interface in ssltest.c.Bodo Möller1999-09-101-3/+2
* Correct warnings.Ben Laurie1999-09-091-2/+2
* Non-copying interface to BIO pairs.Bodo Möller1999-09-072-2/+232
* Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller1999-09-031-0/+2
* Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1999-08-193-11/+56
* Submitted by: Lidong Zhou <ldzhou@cs.cornell.edu>Bodo Möller1999-08-111-2/+2
* Updates.Bodo Möller1999-08-102-2/+17
* change formatting a bitBodo Möller1999-08-071-5/+5
* commentBodo Möller1999-08-031-2/+3
* cosmetic changesBodo Möller1999-07-121-1/+1
* Various changes to stop VC++ choking under Win32.Dr. Stephen Henson1999-07-111-1/+1
* avoid confliction definitions of NDEBUGBodo Möller1999-07-051-0/+1
* Disable asserts for standard configurations.Bodo Möller1999-07-051-0/+4
* Use same name in the definition as in the header file declaration :-/Bodo Möller1999-06-181-1/+1
* Don't try to use zero-byte buffers.Bodo Möller1999-06-153-0/+7
* Bugfix.Bodo Möller1999-06-121-1/+0
* BIO pairs.Bodo Möller1999-06-124-25/+377
* Avoid warning.Bodo Möller1999-06-101-1/+1
* Avoid warnings.Bodo Möller1999-06-102-1/+2
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-1/+2
* Survive pedanticism.Ben Laurie1999-06-083-3/+4
* "request" added.Bodo Möller1999-06-081-7/+18
* Fix for BIO pairs.Bodo Möller1999-06-072-2/+10
* Use locking in a way that makes more sense.Bodo Möller1999-06-071-22/+45
* treat init properlyBodo Möller1999-06-071-1/+5
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-072-10/+10
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-074-3/+269
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+6
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-56/+70
* Add a kludge :-(Bodo Möller1999-05-201-42/+34
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-83/+77
* Update dependencies.Bodo Möller1999-05-151-59/+65
* Comment.Bodo Möller1999-05-151-1/+1
* Bugfix (set shutdown only when we should).Bodo Möller1999-05-151-1/+1
* Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller1999-05-143-15/+32
* VMS support bug fixes.Ulf Möller1999-05-133-5/+5