remove unused variables
[openssl.git] / ssl /
2006-03-13 Nils Larschremove unused variables
2006-03-13 Bodo Möllerudpate Supported Point Formats Extension code
2006-03-12 Nils Larschfix comment
2006-03-12 Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-02-24 Nils Larschfix no-dh configure option; patch supplied by Peter...
2006-02-07 Bodo Möllermove new member of SSL_SESSION to the end
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-15 Nils Larschrecent changes from 0.9.8: fix cipher list order in...
2006-01-14 Richard Levittesigned vs. unsigned clash.
2006-01-13 Bodo MöllerFurther TLS extension improvements
2006-01-11 Bodo Möllerimprovements for alert handling
2006-01-11 Bodo MöllerMore TLS extension related changes.
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-07 Bodo MöllerThere's no such things as DTLS1_AD_MISSING_HANDSHAKE_ME...
2006-01-07 Bodo Möllerprepare for additional RFC3546 alerts
2006-01-07 Bodo Möllermake sure that the unrecognized_name alert actually...
2006-01-07 Bodo Möllercomplete and correct RFC3546 error codes
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-04 Richard LevitteFix signed/unsigned char clashes.
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-12-30 Bodo MöllerRewrite timeout computation in a way that is less prone...
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-12-13 Bodo Möllerupdate TLS-ECC code
2005-12-05 Dr. Stephen HensonAvoid warnings on VC++ 2005.
2005-11-15 Bodo Möllerdisable some invalid ciphersuites
2005-10-26 Bodo MöllerAdd fixes for CAN-2005-2969.
2005-10-08 Dr. Stephen HensonAvoid warning on Win32.
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-10-02 Dr. Stephen HensonMake OPENSSL_NO_COMP work under Win32.
2005-10-01 Dr. Stephen HensonFix compilation without OPENSSL_NO_COMP :-)
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-09-21 Dr. Stephen Henson128 bit AES ciphersuites should be classified as HIGH.
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-27 Ben LaurieFix warnings.
2005-08-25 Nils LarschKeep cipher lists sorted in the source instead of sorti...
2005-08-21 Nils Larschinitialize cipher/digest methods table in SSL_library_i...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-08-08 Nils Larscha ssl object needs it's own instance of a ecdh key...
2005-08-08 Nils Larschremove unused internal foo_base_method functions
2005-08-05 Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-07-26 Nils Larschimproved error checking and some fixes
2005-07-26 Richard Levittebytes_to_long_long isn't used anywhere any more, so...
2005-07-26 Richard LevitteI'm reversing this change, as it seems the error is...
2005-07-26 Geoff ThorpeFix signed/unsigned warnings.
2005-07-26 Geoff ThorpeFix PEDANTIC compilation, using the same trick as elsew...
2005-07-26 Geoff ThorpeFix 64-bit compilation when PQ_64BIT_IS_INTEGER isn...
2005-07-22 Geoff ThorpeFix some signed/unsigned warnings.
2005-07-16 Nils Larschmake
2005-06-29 Ben LaurieBrought forward from 0.9.8 - 64 bit warning fixes and...
2005-06-27 Andy PolyakovEliminate dependency on UNICODE macro.
2005-06-23 Richard LevitteDCC doesn't like argument names in returned function...
2005-06-20 Andy PolyakovFix typo in ssl/d1_pkt.c.
2005-06-20 Andy PolyakovHandle wrap-arounds and revive missing assignment.
2005-06-16 Richard LevitteDo not undefine _XOPEN_SOURCE. This is currently exper...
2005-06-10 Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
2005-06-08 Nils Larschuse "=" instead of "|=", fix typo
2005-06-08 Nils Larschssl_create_cipher_list should return an error if no...
2005-06-07 Andy Polyakov"Liberate" dtls from BN dependency. Fix bug in replay...
2005-06-06 Richard LevitteFurther change pq_compat.h to generate the flag macros...
2005-06-04 Richard LevitteFrom 0.9.8-stable:
2005-06-01 Nils Larschclear error queue on success and return NULL if no...
2005-05-31 Richard LevitteSynchronise more with the Unix build.
2005-05-30 Richard Levittepqueue and dtls uses 64-bit values. Unfortunately...
2005-05-29 Richard LevitteWe have some source with \r\n as line ends. DEC C...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonFix from stable branch.
2005-05-12 Bodo Möllerfix msg_callback() arguments for SSL 2.0 compatible...
2005-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-05-10 Nils Larschuse 'p' as conversion specifier for printf to avoid...
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-05-03 Nils Larschbackport fix from the stable branch
2005-04-29 Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Bodo Möllerremove some functions from exported headers
2005-04-26 Bodo Möllermake update
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-23 Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-20 Dr. Stephen HensonMake kerberos ciphersuite code compile again.
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
next