aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGES and NEWS for new releaseMatt Caswell2017-02-161-1/+5
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update CHANGES and NEWS for new releaseMatt Caswell2017-01-261-1/+10
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update CHANGES and NEWSMatt Caswell2016-11-101-0/+3
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Updates CHANGES and NEWS for new releaseMatt Caswell2016-09-261-0/+4
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Updates CHANGES and NEWS for new releaseMatt Caswell2016-09-221-1/+10
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update CHANGES, NEWS, README and opensslv.h on masterRichard Levitte2016-08-251-1/+5
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* NEWS: add a number of the types that were made opaqueRichard Levitte2016-08-251-2/+8
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Spelling... and more spellingFdaSilvaYY2016-06-221-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)
* Manual fixes after copyright consolidationRich Salz2016-05-171-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-05-031-1/+14
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Make many X509_xxx types opaque.Rich Salz2016-04-151-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>
* Make "shared" builds the defaultMatt Caswell2016-04-141-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>
* Fix up CHANGESEmilia Kasper2016-03-161-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>
* Update CHANGES and NEWSMatt Caswell2016-03-091-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>
* Add an entry in NEWS about the new threading APIMatt Caswell2016-03-091-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Documentation for new CT s_client flagsRob Percival2016-03-041-0/+1
| | | | | Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* update NEWSDr. Stephen Henson2016-03-031-0/+5
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Updates to CHANGES and NEWS for 1.0.2 and 1.0.1 releaseMatt Caswell2016-03-011-1/+14
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* unified build system: add CHANGES & NEWSRichard Levitte2016-02-101-0/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Refactoring BIO: Add a few lines in CHANGES & NEWSRichard Levitte2016-02-031-0/+1
| | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* CHANGES and NEWS updates for releaseMatt Caswell2016-01-281-1/+6
| | | | | | Add details about the latest issues fixed in the forthcoming release. Reviewed-by: Rich Salz <rsalz@openssl.org>
* few typo fixesFdaSilvaYY2016-01-221-2/+2
| | | | | Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* Refresh the thinking of --prefix and --openssldirRichard Levitte2016-01-221-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>
* EditorialViktor Dukhovni2016-01-141-2/+2
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add notes in CHANGES and NEWSRichard Levitte2016-01-121-1/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* DANE CHANGESViktor Dukhovni2016-01-071-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-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>
* OpenSSL 1.1.0 is now in pre releaseMatt Caswell2015-12-101-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update CHANGES and NEWS for alpha releaseMatt Caswell2015-12-101-2/+6
| | | | | | Misc updates to the CHANGES and NEWS files ready for the alpha release. Reviewed-by: Richard Levitte <levitte@openssl.org>
* add CHANGES and NEWS entryDr. Stephen Henson2015-12-091-0/+1
| | | | | | Todo: update documentation. Reviewed-by: Richard Levitte <levitte@openssl.org>
* NEWS: Add a bit of precision regarding removal of cipher suitesRichard Levitte2015-12-091-2/+2
| | | | | | Suggested by Benjamin Kaduk <bkaduk@akamai.com> Reviewed-by: Matt Caswell <matt@openssl.org>
* Additional NEWSRichard Levitte2015-12-081-0/+9
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update NEWSDr. Stephen Henson2015-12-081-1/+2
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Fix and update versions in CHANGES and NEWSDr. Stephen Henson2015-12-071-1/+15
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Update CHANGES and NEWS for the new releaseMatt Caswell2015-07-091-1/+9
| | | | Reviewed-by: Stephen Henson <steve@openssl.org>
* Update CHANGES and NEWSMatt Caswell2015-06-111-1/+9
| | | | | | Updates to CHANGES and NEWS to take account of the latest security fixes. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Update NEWSMatt Caswell2015-03-191-84/+33
| | | | | | Resync NEWS with the latest version from 1.0.2 Reviewed-by: Richard Levitte <levitte@openssl.org>
* Updates to NEWS fileMatt Caswell2014-10-151-1/+20
| | | | Reviewed-by: Dr Stephen Henson <steve@openssl.org>
* Update NEWS.Dr. Stephen Henson2014-06-061-1/+19
|
* Update NEWSDr. Stephen Henson2014-04-081-1/+7
|
* update NEWSDr. Stephen Henson2014-01-071-0/+11
|
* Sync NEWS.Dr. Stephen Henson2014-01-061-0/+11
|
* Add release dates to NEWSDr. Stephen Henson2013-12-101-75/+75
|
* Sync CHANGES and NEWS files.Bodo Moeller2013-09-161-0/+25
| | | | (Various changes from the master branch are now in the 1.0.2 branch too.)
* update NEWSDr. Stephen Henson2012-07-201-0/+10
|
* update NEWSDr. Stephen Henson2012-04-261-0/+6
|
* update NEWSDr. Stephen Henson2012-04-231-0/+18
|
* update FAQ, NEWSDr. Stephen Henson2012-03-141-0/+13
|
* update NEWSDr. Stephen Henson2012-03-121-0/+44
|
* OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)Bodo Möller2011-02-081-0/+8
| | | | Submitted by: Neel Mehta, Adam Langley, Bodo Moeller