openssl.git
2007-02-21 Lutz JänickeFix incorrect handling of special characters
2007-02-21 Dr. Stephen... Update from 0.9.7-stable.
2007-02-19 Bodo MöllerInclude "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make...
2007-02-19 Bodo Möllerremove inconsistency between builds with and without...
2007-02-19 Bodo Möllerfix incorrect strength bit values for certain Kerberos...
2007-02-18 Dr. Stephen... Avoid warning.
2007-02-18 Dr. Stephen... Fix Win32 warnings.
2007-02-17 Bodo MöllerSome fixes for ciphersuite string processing:
2007-02-16 Nils Larschensure that the EVP_CIPHER_CTX object is initialized
2007-02-16 Richard LevitteAdd STARTTLS support for IMAP and FTP.
2007-02-14 Nils Larsch- use OPENSSL_malloc() etc. in zlib
2007-02-10 Nils Larschuse user-supplied malloc functions for persistent kssl...
2007-02-10 Nils Larschremove unreachable code
2007-02-08 Dr. Stephen... Add hmac option to dgst from 0.9.7-stable.
2007-02-07 Nils Larschensure that a ec key is used
2007-02-07 Richard LevitteAfter objects have been freed, NULLify the pointers...
2007-02-06 Nils Larschfix typo
2007-02-06 Nils Larschadd note about 56 bit ciphers
2007-02-03 Dr. Stephen... Update from fips2 branch.
2007-02-03 Dr. Stephen... file err_str.c was added on branch OpenSSL_0_9_8-stable...
2007-02-03 Dr. Stephen... file fips_err.c was added on branch OpenSSL_0_9_8-stabl...
2007-02-03 Dr. Stephen... file fips_err.h was added on branch OpenSSL_0_9_8-stabl...
2007-02-03 Nils Larschfix documentation
2007-02-03 Nils Larschfix potential memory leaks
2007-01-27 Dr. Stephen... file mksdef.pl was added on branch OpenSSL_0_9_8-stable...
2007-01-23 Dr. Stephen... Update from 0.9.7-stable.
2007-01-21 Dr. Stephen... Update from HEAD.
2007-01-21 Dr. Stephen... Update from HEAD.
2007-01-18 Dr. Stephen... Update from HEAD.
2007-01-12 Lutz JänickeUpdate do new home page
2007-01-04 Andy PolyakovInitialize padlock in shared build.
2006-12-29 Andy Polyakov#include <stddef.h> in digest headers [from HEAD].
2006-12-27 Nils Larschfix return value of get_cert_chain()
2006-12-26 Richard LevitteFrom HEAD
2006-12-25 Richard LevitteSynchronise with Unixly build
2006-12-22 Andy PolyakovMake sha.h more "portable" [from HEAD].
2006-12-21 Nils Larschfix typos
2006-12-19 Nils Larschremove trailing '\'
2006-12-19 Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-12-13 Nils Larschproperly initialize SSL context, check return value
2006-12-07 Dr. Stephen... Update from 0.9.7-stable branch
2006-12-06 Dr. Stephen... Update from HEAD.
2006-12-06 Nils Larschfix documentation
2006-12-05 Nils Larschavoid duplicate entries in add_cert_dir()
2006-12-05 Nils Larschreturn 0 if 'noout' is used and no has occurred
2006-12-04 Nils Larschallocate a new attributes entry in X509_REQ_add_extensi...
2006-12-04 Nils Larschadd "Certificate Issuer", "Issuing Distribution Point...
2006-12-02 Andy PolyakovCamellia fixes and improvements from HEAD.
2006-12-02 Andy PolyakovCamellia portability fixes.
2006-11-30 Dr. Stephen... Update dependencies.
2006-11-30 Dr. Stephen... Fix default depflags.
2006-11-30 Dr. Stephen... Win32 fixes.
2006-11-29 Nils Larschreplace macros with functions
2006-11-29 Bodo Möllerfix support for receiving fragmented handshake messages
2006-11-27 Ben LaurieAdd RFC 3779 support, contributed by ARIN.
2006-11-24 Nils Larschregister the engine as default engine in ENGINE_set_def...
2006-11-21 Ulf Möllerwording, as in head
2006-11-21 Dr. Stephen... Rebuild error file C source files.
2006-11-21 Dr. Stephen... Update from 0.9.7-stable.
2006-11-13 Dr. Stephen... Fix from HEAD.
2006-10-27 Nils Larschupdate md docs
2006-10-19 Andy PolyakovGcc over-optimizes PadLock AES CFB codepath, tell it...
2006-10-05 Dr. Stephen... Typo.
2006-10-04 Nils Larschreturn an error if the supplied precomputed values...
2006-09-29 Mark J. CoxInitialise ctx to NULL to avoid uninitialized free...
2006-09-29 Richard LevitteAPP_FILES is no longer used, remove it everywhere.
2006-09-28 Bodo Möllerfix typo
2006-09-28 Bodo Möllerfor completeness, include 0.9.7l information
2006-09-28 Richard LevitteFixes for the following claims:
2006-09-28 Mark J. CoxAfter tagging, bump ready for 0.9.8e development
2006-09-28 Mark J. CoxPrepare for 0.9.8d release OpenSSL_0_9_8d
2006-09-28 Mark J. CoxIntroduce limits to prevent malicious keys being able to
2006-09-23 Dr. Stephen... Update from HEAD.
2006-09-22 Dr. Stephen... Fix from HEAD.
2006-09-22 Dr. Stephen... Fix from HEAD.
2006-09-22 Dr. Stephen... Fix but in apps/pkcs12.c
2006-09-18 Andy PolyakovBuild error on non-unix [from HEAD].
2006-09-18 Andy PolyakovRace condition in ms/uplink.c [from HEAD].
2006-09-18 Bodo MöllerEnsure that the addition mods[i]+delta cannot overflow...
2006-09-12 Bodo MöllerUpdate
2006-09-11 Bodo Möllerensure that ciphersuite strings such as "RC4-MD5" match...
2006-09-06 Bodo MöllerRemove non-functional part of recent patch, after discu...
2006-09-05 Mark J. CoxAfter tagging, prep for next release
2006-09-05 Mark J. CoxReady for 0.9.8c release OpenSSL_0_9_8c
2006-09-05 Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-08-31 Dr. Stephen... Fix from HEAD.
2006-08-31 Dr. Stephen... Fix from HEAD.
2006-08-28 Ben LaurieAdd IGE and biIGE modes.
2006-08-01 Andy PolyakovEngage assembler in solaris64-x86_64-cc [backport from...
2006-07-31 Bodo MöllerCamellia IPR information
2006-07-19 Bodo MöllerNew Camellia implementation (replacing previous version)
2006-07-19 Bodo MöllerCamellia information
2006-07-13 Dr. Stephen... Fix from HEAD.
2006-07-09 Dr. Stephen... Oops...
2006-07-09 Dr. Stephen... Fix from HEAD.
2006-07-02 Ben LaurieFix warning.
2006-06-30 Bodo Möllerdocumentation for "HIGH" vs. "MEDIUM" was not up-to...
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
2006-06-28 Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-28 Andy Polyakovaes-586.pl sync from HEAD.
next