aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function ERR_error_string_n.Bodo Möller2000-04-142-52/+75
* Bugs correctedRichard Levitte2000-03-171-7/+19
* Typos corrected.Richard Levitte2000-03-141-3/+3
* Target added.Richard Levitte2000-03-141-0/+1
* Bugs corrected, and a couple of include files to get declarations forRichard Levitte2000-03-141-3/+10
* Typo correctedRichard Levitte2000-03-141-1/+1
* make updateUlf Möller2000-03-121-2/+4
* NO_SYSLOG is defined for MSDOS anyway. just don't include the UnixUlf Möller2000-03-101-3/+1
* Use signed types where necessary, and add missing functionalityBodo Möller2000-03-101-9/+29
* Repair bss_log.Ulf Möller2000-03-101-15/+13
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Let's care about the compiler warnings for both cases, shall we?Richard Levitte2000-03-041-2/+4
* Get definition of ssize_t.Ben Laurie2000-03-041-0/+1
* gcc warningsUlf Möller2000-03-041-4/+17
* Use signed type where -1 may be returned.Bodo Möller2000-03-031-2/+2
* Hack b_print.c to implement asprintf() functionality. Not enabled byRichard Levitte2000-03-021-46/+165
* Make bss_log.c a bit more readable, and implement it for VMS as well.Richard Levitte2000-03-021-53/+133
* 'rand' application for creating pseudo-random files.Bodo Möller2000-02-292-2/+2
* Bug fix.Ulf Möller2000-02-291-1/+1
* Typo corrected.Richard Levitte2000-02-281-1/+1
* Short is always promoted to int when passed as a function argument.Richard Levitte2000-02-271-3/+2
* Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte2000-02-261-1/+3
* Let's avoid compiler warnings over types.Richard Levitte2000-02-261-2/+3
* Gets around VC++ compiler pickiness. (long != double)Geoff Thorpe2000-02-251-1/+1
* different snprintf version.Ulf Möller2000-02-251-566/+575
* Use public domain snprintf() implementation by Patrick Powell to avoidUlf Möller2000-02-241-1/+613
* make updateRichard Levitte2000-02-232-0/+2
* Move the registration of callback functions to special functionsRichard Levitte2000-02-2014-20/+133
* Fix gcc warnings.Ulf Möller2000-02-201-2/+1
* 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