aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2018-02-07Enable TLSv1.3 by defaultMatt Caswell1-0/+1
[extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5266)
2018-01-29Document the use of configdata.pm as a scriptRichard Levitte1-0/+1
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5185)
2018-01-28Add a note on Configure variable processing in NEWS and CHANGESRichard Levitte1-1/+1
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5177)
2017-12-06Update CHANGES and NEWS for new releaseMatt Caswell1-0/+4
Reviewed-by: Rich Salz <rsalz@openssl.org>
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-4/+4
Around 138 distinct errors found and fixed; thanks! Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3459)
2017-11-02Update CHANGES and NEWS for new releaseMatt Caswell1-0/+5
Reviewed-by: Andy Polyakov <appro@openssl.org>
2017-06-29STORE: Add an entry in NEWS and CHANGESRichard Levitte1-0/+2
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
2017-06-27util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_Richard Levitte1-1/+1
To make sure that our symbols don't clash with other libraries, we claim the namespaces OSSL and OPENSSL. Because C doesn't provide namespaces, the only solution is to have them as prefixes on symbols, thus we allow OSSL_ and OPENSSL_ as prefixes. These namespace prefixes are optional for the foreseeable future, and will only be used for new modules as needed on a case by case basis, until further notice. For extra safety, there's an added requirement that module names - apart from the namespace prefix - be at least 2 characters long. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3781)
2017-05-25Updates CHANGES and NEWS for new releaseMatt Caswell1-1/+5
Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3546)
2017-02-16Update CHANGES and NEWS for new releaseMatt Caswell1-1/+5
Reviewed-by: Richard Levitte <levitte@openssl.org>
2017-01-26Update CHANGES and NEWS for new releaseMatt Caswell1-1/+10
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-11-10Update CHANGES and NEWSMatt Caswell1-0/+3
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-09-26Updates CHANGES and NEWS for new releaseMatt Caswell1-0/+4
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-09-22Updates CHANGES and NEWS for new releaseMatt Caswell1-1/+10
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-08-25Update CHANGES, NEWS, README and opensslv.h on masterRichard Levitte1-1/+5
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-08-25NEWS: add a number of the types that were made opaqueRichard Levitte1-2/+8
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-06-22Spelling... and more spellingFdaSilvaYY1-3/+3
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1245)
2016-05-17Manual fixes after copyright consolidationRich Salz1-0/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-03Update CHANGES and NEWS for the new releaseMatt Caswell1-1/+14
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-15Make many X509_xxx types opaque.Rich Salz1-2/+2
Make X509_OBJECT, X509_STORE_CTX, X509_STORE, X509_LOOKUP, and X509_LOOKUP_METHOD opaque. Remove unused X509_CERT_FILE_CTX Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2016-04-14Make "shared" builds the defaultMatt Caswell1-0/+1
In most cases we expect that people will be using shared libraries not static ones, therefore we make that the default. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-16Fix up CHANGESEmilia Kasper1-0/+1
- Remove duplicate entry - Add author for SSL_CIPHER query functions - Note HKDF support in CHANGES and NEWS [ci skip] Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09Update CHANGES and NEWSMatt Caswell1-0/+2
Update the CHANGES and NEWS files with information about the recently added AFALG engine and pipelining. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09Add an entry in NEWS about the new threading APIMatt Caswell1-0/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-04Documentation for new CT s_client flagsRob Percival1-0/+1
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-03update NEWSDr. Stephen Henson1-0/+5
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-01Updates to CHANGES and NEWS for 1.0.2 and 1.0.1 releaseMatt Caswell1-1/+14
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-10unified build system: add CHANGES & NEWSRichard Levitte1-0/+1
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-03Refactoring BIO: Add a few lines in CHANGES & NEWSRichard Levitte1-0/+1
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-01-28CHANGES and NEWS updates for releaseMatt Caswell1-1/+6
Add details about the latest issues fixed in the forthcoming release. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-22few typo fixesFdaSilvaYY1-2/+2
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-01-22Refresh the thinking of --prefix and --openssldirRichard Levitte1-0/+3
--prefix is now exclusively used for software and manual installation. --openssldir is not exclusively used as a default location for certs, keys and the default openssl.cnf. This change is made to bring clarity, to have the two less intertwined, and to be more compatible with the usual ways of software installation. Please change your habits and scripts to use --prefix rather than --openssldir for installation location now. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2016-01-14EditorialViktor Dukhovni1-2/+2
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-12Add notes in CHANGES and NEWSRichard Levitte1-1/+1
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-07DANE CHANGESViktor Dukhovni1-0/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-0/+5
Provide backwards-compatiblity for functions, macros and include files if OPENSSL_API_COMPAT is either not defined or defined less than the version number of the release in which the feature was deprecated. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-12-10OpenSSL 1.1.0 is now in pre releaseMatt Caswell1-1/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-12-10Update CHANGES and NEWS for alpha releaseMatt Caswell1-2/+6
Misc updates to the CHANGES and NEWS files ready for the alpha release. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-12-09add CHANGES and NEWS entryDr. Stephen Henson1-0/+1
Todo: update documentation. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-12-09NEWS: Add a bit of precision regarding removal of cipher suitesRichard Levitte1-2/+2
Suggested by Benjamin Kaduk <bkaduk@akamai.com> Reviewed-by: Matt Caswell <matt@openssl.org>
2015-12-08Additional NEWSRichard Levitte1-0/+9
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-12-08Update NEWSDr. Stephen Henson1-1/+2
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-12-07Fix and update versions in CHANGES and NEWSDr. Stephen Henson1-1/+15
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-07-09Update CHANGES and NEWS for the new releaseMatt Caswell1-1/+9
Reviewed-by: Stephen Henson <steve@openssl.org>
2015-06-11Update CHANGES and NEWSMatt Caswell1-1/+9
Updates to CHANGES and NEWS to take account of the latest security fixes. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-03-19Update NEWSMatt Caswell1-84/+33
Resync NEWS with the latest version from 1.0.2 Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-10-15Updates to NEWS fileMatt Caswell1-1/+20
Reviewed-by: Dr Stephen Henson <steve@openssl.org>
2014-06-06Update NEWS.Dr. Stephen Henson1-1/+19
2014-04-08Update NEWSDr. Stephen Henson1-1/+7
2014-01-07update NEWSDr. Stephen Henson1-0/+11