Make an explicit check during certificate validation to see that the
[oweals/openssl.git] / crypto / bio /
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-08-11 Richard LevitteBasically, I wanted to be able to make a dump to a...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-19 Geoff Thorpemake update
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-25 Richard LevitteMake prototypes for some callback pointers.
2004-03-25 Geoff ThorpeProtect against gcc's "warning: cast does not match...
2004-03-24 Richard LevitteDon't define fd for platforms that do not use it, as...
2004-03-24 Richard LevitteDon't define fd for platforms that do not use it, as...
2004-03-21 Richard LevitteRemove a warning for conversion double->long. This...
2004-03-21 Richard LevitteRemove a warning for conversion double->long. This...
2004-03-21 Richard LevitteMake sure fd is defined where it should.
2004-03-21 Richard LevitteMake sure fd is defined where it should.
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-27 Richard LevitteChange 'exp' to something else, as 'exp' is predefined...
2003-12-11 Richard LevitteTo figure out if we're going outside the buffer, use...
2003-12-11 Richard LevitteTo figure out if we're going outside the buffer, use...
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-10-29 Geoff ThorpeRemove an unnecessary cast that causes certain compiler...
2003-09-29 Dr. Stephen HensonFix to make it compile under Win32.
2003-09-28 Richard LevitteUhmm, It seem to have forgotten one file when I committ...
2003-09-28 Richard LevitteUhmm, It seem to have forgotten one file when I committ...
2003-08-06 Bodo Mölleradd OpenSSL license
2003-08-06 Bodo Mölleradd OpenSSL license
2003-06-11 Richard LevitteMake sure to NUL-terminate the string on end-of-file...
2003-06-11 Richard LevitteMake sure to NUL-terminate the string on end-of-file...
2003-05-21 Richard LevitteFix sign bugs.
2003-05-21 Richard LevitteFix sign bugs.
2003-04-03 Richard LevitteMake %p and %# work properly, at least with pointers...
2003-04-03 Richard LevitteMake %p and %# work properly, at least with pointers...
2003-04-03 Richard LevitteAdd GCC attributes when compiled with gcc. This helps...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_SOCK.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_FP_API.
2003-02-20 Dr. Stephen HensonRe enable the read side non blocking test BIO code.
2003-02-05 Bodo Möllertypo in WIN16 section
2003-02-05 Bodo Möllertypo in WIN16 section
2003-01-31 Richard LevitteWe can't say in advance what the argument to BIO_socket...
2003-01-31 Richard LevitteWe can't say in advance what the argument to BIO_socket...
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2002-12-29 Richard LevitteOS/2 does binary by default, apparently.
2002-12-29 Richard LevitteOS/2 does binary by default, apparently.
2002-11-15 Richard LevitteWinCE patches
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12 Ben LaurieMany security improvements (CHATS) and a warning fix.
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-07-17 Richard LevitteAdd support for shared libraries with OS/2.
2002-07-17 Richard LevitteAdd support for shared libraries with OS/2.
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-11 Ben LaurieHandle read errors.
2002-06-11 Ben LaurieHandle read failures better.
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-14 Bodo Möllermake b_print.c consistent with the rest of OpenSSL:
2002-05-14 Bodo Möllermake b_print.c consistent with the rest of OpenSSL:
2002-05-09 Richard LevitteMake the huge buffer smaller, so the size becomes reaso...
2002-05-09 Richard LevitteMake the huge buffer smaller, so the size becomes reaso...
2002-05-09 Richard LevitteMove an assert() to avoid core dumps when a static...
2002-05-09 Richard LevitteMove an assert() to avoid core dumps when a static...
2002-03-29 Richard LevitteFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
2002-03-29 Richard LevitteFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
2002-02-28 Bodo Möllerdisable '#ifdef DEBUG' sections
2002-02-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-21 Bodo Möllerdisable '#ifdef DEBUG' sections
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-14 Bodo Möllerfix indentation
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-01-26 Richard LevitteApply a small patch from Oscar Jacobsson <oscar@jacobss...
2002-01-24 Bodo Möllerfix formatting of automatically generated error section
2002-01-24 Bodo MöllerNew functions
2002-01-22 Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-21 Lutz JänickeFix incorrect BIO_*_ctrl() macros (Shay Harding <shardi...
2002-01-12 Ben LauriePrototype info function.
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-10 Ulf Möllername confusion with HP library function prototype (?)
2001-11-15 Richard Levittemake update
2001-10-27 Dr. Stephen HensonStop compiler warnings.
next