]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Don't free up parameter. The public key ASN1 method can do that if it needs
[thirdparty/openssl.git] / ssl /
2006-04-17  Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-15  Dr. Stephen HensonIf cipher list contains a match for an explicit ciphers...
2006-04-08  Dr. Stephen HensonUpdate dependencies.
2006-04-05  Bodo MöllerRemove ECC extension information from external represen...
2006-04-04  Dr. Stephen HensonStop warning.
2006-04-03  Bodo Möllerclarification
2006-04-03  Bodo Möllercheck length properly
2006-04-03  Bodo Möllersimplify: use s2n macro
2006-04-03  Bodo MöllerAvoid hard-coded table length where we can use sizeof.
2006-04-03  Bodo Möllerfix memory leak
2006-03-30  Bodo Möllerfix for hostname extension
2006-03-30  Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-30  Bodo MöllerImplement cipher-suite selection logic given Supported...
2006-03-26  Bodo MöllerSimplify ASN.1 for point format list
2006-03-15  Nils Larschfix for OPENSSL_NO_EC
2006-03-15  Nils Larschfix problems found by coverity: remove useless code
2006-03-15  Richard Levittetlsext_ecpointformatlist_length is unsigned, so check...
2006-03-13  Nils Larschsigned vs. unsigned
2006-03-13  Richard LevitteOh, now I noticed Bodo's change that made tlsext_ecpoin...
2006-03-13  Richard LevitteResolve signed vs. unsigned issues
2006-03-13  Bodo Möllerfix sign problems
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...
next