Prototype mnemonics in padlock_verify_context for better portability
[openssl.git] / ssl /
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-04-12 Dr. Stephen HensonRebuild error codes.
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 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 Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
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-22 Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2005-03-20 Nils Larschsome const fixes
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...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
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-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-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-03-25 Richard LevitteSSL_COMP_get_compression_method is a typo (a missing...
2004-03-16 Dr. Stephen HensonAvoid warnings.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-01-28 Richard Levittemake update
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 LevitteUse sh explicitely to run point.sh
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-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 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_send_certificate_request() change the state...
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-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-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-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-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-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-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öllermore mingw related cleanups.
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-12 Dr. Stephen HensonOption to disable SSL auto chain build
2003-02-12 Bodo Möllercomments
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 LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteFix a memory leak in SSL.
2003-01-16 Richard LevitteFix possible NULL dereferencial.
2003-01-15 Lutz JänickeReally fix SSLv2 session ID handling
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
2002-12-21 Richard LevitteStop a possible memory leak.
2002-12-20 Lutz JänickeFix Kerberos5/SSL interaction
2002-12-19 Richard LevitteWe stupidly had a separate LIBKRB5 variable for KRB5...
2002-12-19 Richard LevitteIf _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined...
2002-12-16 Richard LevitteProtect loading routines with a lock.
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-08 Geoff ThorpeFix a warning, and do some constification as a lucky...
2002-12-08 Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-12-04 Richard Levittegethostname() is more a BSD feature than an XOPEN one.
2002-12-02 Richard Levittedefine USE_SOCKETS so sys/param.h gets included (and...
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-26 Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-22 Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
2002-11-20 Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-19 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Lutz JänickeThe pointer to the cipher object is not yet set, when...
2002-11-15 Richard LevitteWe need to read one more byte of the REQUEST-CERTIFICAT...
next