comment
[openssl.git] / crypto / bio /
2001-11-15 Richard Levittemake update
2001-10-27 Dr. Stephen HensonStop compiler warnings.
2001-10-26 Bodo Möllerdisable caching in BIO_gethostbyname
2001-10-04 Richard Levitte'make update'
2001-09-25 Geoff Thorpe"make update".
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-16 Lutz JänickeBugfixes provided by "Stephen Hinton" <shinton@netopia...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-02 Richard LevitteLet's include cryptlib.h *before* things like NO_SYSLOG...
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-06-25 Richard LevitteMake get_ip() a bit more strict in it's parsing of...
2001-06-01 Bodo Möllerincrease DEFAULT_BUFFER_SIZE (4K instead of just 1K)
2001-04-29 Dr. Stephen HensonWin32 fixes:
2001-04-17 Geoff Thorpe'make update'
2001-03-27 Richard LevitteInclude bn.h so we get BN_LLONG properly defined. ...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-27 Ulf Möller%f conversion bug fix
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteUse e_os2.h rather than opensslconf.h, since some neede...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-05 Richard LevitteFix a memory leak in BIO_get_accept_socket(). This...
2001-02-04 Ben LaurieMake depend.
2001-02-02 Dr. Stephen HensonTidy up the mess in bss_sock.c and bss_fd.c
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.
next