test_mod_mul is useful, let's run it more often.
[openssl.git] / crypto / bio /
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-10-22 Richard LevitteOn some operating systems, MAX is defined. Call ours...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-10-09 Bodo MöllerBIO_sock_init() returns 1 for success and -1 for failur...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-17 Bodo MöllerRename new BIO_set_shutdown_wr macro to just BIO_shutdo...
2000-09-16 Dr. Stephen HensonNew macro BIO_set_shutdown_wr().
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-07 Richard Levitte'make update'
2000-09-07 Richard LevitteChange the printing mahine used by BIO_printf() and...
2000-09-05 Bodo MöllerIncrease print buffer (10K instead of just 2K).
2000-09-05 Bodo MöllerRemove silly test for b->references at the end of BIO_w...
2000-09-04 Bodo MöllerConsistency
2000-09-04 Bodo MöllerUse consistent indentation,
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-09-01 Bodo MöllerUndo change from 1.7 to 1.8:
2000-09-01 Bodo MöllerUse C syntax, not FORTRAN or whatever that was :-)
2000-08-30 Dr. Stephen HensonFix typo in i2d_ASN1_ENUMERATED
2000-08-28 Ben LaurieDiagnose EOF on memory BIOs (or you just get mysterious...
2000-08-18 Richard LevitteAdded BIO_vprintf() and BIO_vsnprintf(). The former...
2000-08-17 Richard LevitteAdd more diversity to the possible log levels. Now...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-03 Richard LevitteOn Unicos, openlog() isn't constified, so let's not...
2000-08-02 Richard Levitte*mumble* unicos 10.0.0.3 with Cray Standard C Version...
2000-07-31 Richard LevitteIf a ip address is successfully parsed, the WSA structu...
2000-07-27 Richard LevitteAdd the possibility to get hexdumps of unprintable...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-16 Richard LevitteChange to have a single library that works on both...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Ulf MöllerDon't include <stdlib.h>. In the NO_FP_API case, don...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-14 Bodo MöllerNew function ERR_error_string_n.
2000-03-17 Richard LevitteBugs corrected
2000-03-14 Richard LevitteTypos corrected.
2000-03-14 Richard LevitteTarget added.
2000-03-14 Richard LevitteBugs corrected, and a couple of include files to get...
2000-03-14 Richard LevitteTypo corrected
2000-03-12 Ulf Möllermake update
2000-03-10 Ulf MöllerNO_SYSLOG is defined for MSDOS anyway. just don't inclu...
2000-03-10 Bodo MöllerUse signed types where necessary, and add missing funct...
2000-03-10 Ulf MöllerRepair bss_log.
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-04 Richard LevitteLet's care about the compiler warnings for both cases...
2000-03-04 Ben LaurieGet definition of ssize_t.
2000-03-04 Ulf Möllergcc warnings
2000-03-03 Bodo MöllerUse signed type where -1 may be returned.
2000-03-02 Richard LevitteHack b_print.c to implement asprintf() functionality...
2000-03-02 Richard LevitteMake bss_log.c a bit more readable, and implement it...
2000-02-29 Bodo Möller'rand' application for creating pseudo-random files.
2000-02-29 Ulf MöllerBug fix.
2000-02-28 Richard LevitteTypo corrected.
2000-02-27 Richard LevitteShort is always promoted to int when passed as a functi...
2000-02-26 Richard LevitteDon't include sys/types.h if NO_SYS_TYPES_H is defined.
2000-02-26 Richard LevitteLet's avoid compiler warnings over types.
2000-02-25 Geoff ThorpeGets around VC++ compiler pickiness. (long != double)
2000-02-25 Ulf Möllerdifferent snprintf version.
2000-02-24 Ulf MöllerUse public domain snprintf() implementation by Patrick...
2000-02-23 Richard Levittemake update
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-04 Bodo MöllerUse correct, not American spelling.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-24 Richard LevitteAdd the PID to the output on Win32.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-17 Richard LevitteSOCKETSHR is showing bad declarations again. However...
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-08 Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
1999-09-27 Bodo Möllernew control code BIO_C_RESET_READ_REQUEST
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-09-10 Bodo Möller"make update"
1999-09-10 Bodo MöllerUse non-copying BIO interface in ssltest.c.
1999-09-09 Ben LaurieCorrect warnings.
1999-09-07 Bodo MöllerNon-copying interface to BIO pairs.
1999-09-03 Bodo MöllerFix server behaviour when facing backwards-compatible...
1999-08-19 Dr. Stephen HensonAllow memory bios to be read only and change PKCS#7...
1999-08-11 Bodo MöllerSubmitted by: Lidong Zhou <ldzhou@cs.cornell.edu>
1999-08-10 Bodo MöllerUpdates.
1999-08-07 Bodo Möllerchange formatting a bit
1999-08-03 Bodo Möllercomment
1999-07-12 Bodo Möllercosmetic changes
1999-07-11 Dr. Stephen HensonVarious changes to stop VC++ choking under Win32.
1999-07-05 Bodo Mölleravoid confliction definitions of NDEBUG
1999-07-05 Bodo MöllerDisable asserts for standard configurations.
1999-06-18 Bodo MöllerUse same name in the definition as in the header file...
1999-06-15 Bodo MöllerDon't try to use zero-byte buffers.
next