add missing parentheses
[oweals/openssl.git] / ssl /
2005-04-17 Richard LevitteApparently, isascii() is an X/Open function, so to...
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-12 Dr. Stephen HensonOoops, shoudln't have deleted this line.
2005-04-11 Dr. Stephen HensonNot sure what this is doing here...
2005-04-11 Richard LevitteMerge RFC3820 source into mainstream 0.9.7-stable.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09 Dr. Stephen HensonMake kerberos ciphersuite code work with newer header...
2005-04-09 Dr. Stephen HensonTypo..
2005-04-09 Dr. Stephen HensonMake kerberos ciphersuites work with newer headers.
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
2005-04-08 Nils Larschadd support for DER encoded private keys to SSL_CTX_use...
2005-04-07 Nils Larschget rid of very buggy and very imcomplete DH cert support
2005-04-01 Nils Larschreally clear the error queue here
2005-04-01 Nils Larschreally clear the error queue here
2005-04-01 Nils Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
2005-04-01 Nils Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-30 Ben LaurieConstification.
2005-03-27 Dr. Stephen HensonAllow 'null' cipher and appropriate Kerberos ciphersuit...
2005-03-23 Ben LaurieConstification.
2005-03-22 Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2005-03-22 Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2005-03-20 Nils Larschsome const fixes
2005-01-31 Dr. Stephen HensonOnly allow TLS is FIPS mode.
2005-01-26 Dr. Stephen HensonFIPS algorithm blocking.
2005-01-19 Richard LevitteApparently, at least with my VMS C environment, definin...
2005-01-18 Richard LevitteSmall thing. It seems like we have to defined _XOPEN_S...
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2005-01-12 Richard LevitteSmall typo, `mask' got the same value ORed to it twice...
2005-01-11 Richard LevitteUse EXIT() instead of exit().
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
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-10-25 Dr. Stephen HensonFix race condition.
2004-10-25 Dr. Stephen HensonFix race condition when SSL ciphers are initialized.
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-08-10 Richard Levittemake update
2004-07-30 Richard LevitteTo protect FIPS-related global variables, add locking...
2004-07-27 Dr. Stephen HensonNew cipher "strength" FIPS which specifies that a
2004-07-24 Andy PolyakovAdd casts where casts due. It's "safe" to cast, because...
2004-07-22 Andy PolyakovProper WinCE support for listing files. "Backported...
2004-07-10 Richard Levittemake update
2004-07-10 Richard LevitteUse the new directory reading functions.
2004-05-20 Richard LevitteMove some COMP functions to be inside the #ifndef OPENS...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-05-15 Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2004-05-15 Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2004-05-15 Ben LaurieCheck error returns.
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-25 Richard LevitteSSL_COMP_get_compression_method is a typo (a missing...
2004-03-17 Mark J. CoxFix null-pointer assignment in do_change_cipher_spec...
2004-03-16 Dr. Stephen HensonAvoid warnings.
2004-03-16 Dr. Stephen HensonAvoid warnings.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-01-29 Richard Levittemake update
2004-01-28 Richard Levittemake update
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-04 Lutz Jänickeunintptr_t and <inttypes.h> are not strictly portable...
2004-01-04 Lutz Jänickeunintptr_t and <inttypes.h> are not strictly portable...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
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 LevitteChange 'exp' to something else, as 'exp' is predefined...
2003-12-03 Lutz JänickeRestructure make targets to allow parallel make.
2003-12-03 Lutz JänickeRestructure make targets to allow parallel make.
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-28 Richard LevitteRSA_size() and DH_size() return the amount of bytes...
2003-11-28 Richard LevitteRSA_size() and DH_size() return the amount of bytes...
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06 Richard LevitteAdd functionality to get information on compression...
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-02 Richard LevitteCheck for errors from SSL_COMP_add_compression_method().
2003-10-02 Richard LevitteCheck for errors from SSL_COMP_add_compression_method().
2003-10-02 Richard LevitteCorrect a mixup of return values
2003-10-02 Richard LevitteCorrect a mixup of return values
2003-09-27 Richard LevitteHave ssl3_ssl3_send_client_verify() change the state...
2003-09-27 Richard LevitteHave ssl3_ssl3_send_client_verify() change the state...
2003-09-27 Richard LevitteHave ssl3_send_certificate_request() change the state...
2003-09-27 Richard LevitteHave ssl3_send_certificate_request() change the state...
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
next