Typo.
[oweals/openssl.git] / ssl /
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-25 Dr. Stephen HensonFix race condition.
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-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-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.
2003-09-27 Richard LevitteFree the Kerberos context upon freeing the SSL.
2003-09-27 Richard LevitteFree the Kerberos context upon freeing the SSL.
2003-09-08 Geoff ThorpeThese should be write-locks, not read-locks.
2003-09-08 Geoff ThorpeThese should be write-locks, not read-locks.
2003-09-03 Dr. Stephen HensonOnly accept a client certificate if the server requests
2003-09-03 Dr. Stephen HensonOnly accept a client certificate if the server requests
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-08-11 Bodo Möllermake sure no error is left in the queue that is intenti...
2003-08-11 Bodo Möllermake sure no error is left in the queue that is intenti...
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-21 Bodo Möllertolerate extra data at end of client hello for SSL 3.0
2003-07-21 Bodo Möllertolerate extra data at end of client hello for SSL 3.0
2003-04-08 Lutz JänickeFix ordering of compare functions: strncmp() must be...
2003-04-08 Lutz JänickeFix ordering of compare functions: strncmp() must be...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-25 Richard LevitteLet's limit the extent of the definition of _XOPEN_SOURCE.
2003-03-25 Richard LevitteLet's limit the extent of the definition of _XOPEN_SOURCE.
2003-03-21 Bodo Möllerremove patch ID (which is supposed to appear in patched...
2003-03-19 Bodo Möllercountermeasure against new Klima-Pokorny-Rosa atack
2003-03-19 Bodo Möllercountermeasure against new Klima-Pokorny-Rosa atack
2003-02-28 Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-28 Bodo Mölleruse tabs for indentation, not spaces
2003-02-22 Ulf Möllermingw related cleanups, as in head
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2003-02-15 Geoff ThorpeSession cache implementations shouldn't have to access...
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2003-02-12 Dr. Stephen HensonOption to disable SSL auto chain build
2003-02-12 Dr. Stephen HensonOption to disable auto SSL chain building.
2003-02-12 Bodo Möllercomments
2003-02-12 Bodo Möllercomments
2003-02-05 Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2003-02-05 Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteFix a memory leak in SSL.
2003-01-30 Richard LevitteFix a memory leak in SSL.
2003-01-16 Richard LevitteFix possible NULL dereferencial.
2003-01-16 Richard LevitteFix possible NULL dereferencial.
2003-01-15 Lutz JänickeReally fix SSLv2 session ID handling
2003-01-15 Lutz JänickeReally fix SSLv2 session ID handling
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-29 Lutz JänickeFix wrong handling of session ID in SSLv2 client code.
2002-12-29 Lutz JänickeFix wrong handling of session ID in SSLv2 client code.
2002-12-29 Richard Levittemake update
2002-12-24 Lutz JänickeSome more adjustments
next