summaryrefslogtreecommitdiff
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Sync CHANGES.md and NEWS.md with 3.1 releaseTomas Mraz2022-12-051-1/+12
| | | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19808)
* Update CHANGES.md and NEWS.md from 3.0.7Tomas Mraz2022-11-221-0/+7
| | | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19565)
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-0/+2
| | | | | | | | | | * Compressed Certificate extension (server/client) * Server certificates (send/receive) * Client certificate (send/receive) Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18186)
* Update CHANGES.md and NEWS.md for new releaseMatt Caswell2022-10-121-0/+12
| | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19379)
* Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
| | | | | | | | | | | | Partially revamped from #16712 - fall thru -> fall through - time stamp -> timestamp - host name -> hostname - ipv6 -> IPv6 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19059)
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-071-3/+3
| | | | | | | | | | 3.1 has been decided to be a FIPS 140-3 release, springing from the branch openssl-3.0, and the master branch to continue with the development of OpenSSL 3.2. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19350)
* Update CHANGES.md and NEWS.md for new releaseMatt Caswell2022-06-211-1/+7
| | | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes
* tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli2022-05-081-0/+1
| | | | | | | | | | This is in line with the NEWS entry (erroneously) announcing such for 3.0. Fixes #18194 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/18236)
* Correct NEWS entry about required security level for old versions of TLS, ↵Pauli2022-05-061-1/+2
| | | | | | | | | | | | | | | | DTLS and SSL The entry was incorrect because suites using RSA key exchange without SHA1 were permitted at security level 1. Partial fix for #18194 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/18234) (cherry picked from commit 3226a37a4875567f2bf49aa44a727bcb67bb7dcd)
* Update CHANGES and NEWS for new releaseMatt Caswell2022-05-031-0/+11
| | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> Release: yes
* Update CHANGES/NEWS for new releaseMatt Caswell2022-03-151-0/+5
| | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-0/+2
| | | | | | | | | | | Supports Linux, MacOS and FreeBSD Disabled by default, enabled via `enabled-tfo` Some tests Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8692)
* NEWS.md: Add missing empty lineTomas Mraz2021-12-141-0/+1
| | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17274)
* Update CHANGES and NEWS for new releaseMatt Caswell2021-12-141-3/+9
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* NEWS and CHANGES are updated about switching to utf8Dmitry Belyavskiy2021-09-211-2/+3
| | | | | | Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16583)
* Last minute NEWS and CHANGES entries for the 3.0 releaseTomas Mraz2021-09-071-3/+5
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16533)
* Mention the concept of providers in NEWS.md and CHANGES.mdRichard Levitte2021-09-071-0/+2
| | | | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16528) (cherry picked from commit 4c4ab4d7efdf8c9b49c9838742a0fcd7321d88ff)
* Added a NEWS entry about the enhanced 'openssl list'Richard Levitte2021-09-071-0/+1
| | | | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16522) (cherry picked from commit f43c1241c28526588f59e56c7f56422e0d23f411)
* Add missing OSSL_DECODER entry in NEWS.md and CHANGES.mdRichard Levitte2021-09-071-0/+1
| | | | | | | | | The text in CHANGES.md got fleshed out a bit more as well. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16522) (cherry picked from commit d1a786e99b162793a8f4a70fe12d2c4e6f5ee608)
* Prepare for 3.1Richard Levitte2021-09-031-0/+8
| | | | | | | | | Because we now have an openssl-3.0 branch, master is moved to be the next potential minor version. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16484)
* news/changes: fix formatting nitsPauli2021-08-251-0/+1
| | | | | | | | The news/changes files are being nitted causing CI failure. This addresses the issues. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16413)
* Updates CHANGES.md and NEWS.md for new 1.1.1 releaseMatt Caswell2021-08-241-1/+5
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for 3.0 beta 3Matt Caswell2021-07-291-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for release of 3.0 beta 2openssl-3.0.0-beta2Matt Caswell2021-07-291-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for 3.0 beta 2Matt Caswell2021-06-171-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for release of 3.0 beta 1openssl-3.0.0-beta1Matt Caswell2021-06-171-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* new: update NEWS.md so it is correct.Pauli2021-06-161-1/+1
| | | | | | | | | | | | | - Removing the deprecation note for public key commands. - Fixing the note about ECX and SHAKE in the FIPS provider. - Noting which KDFs are included. - Noting which MACs are included. Fixes #15743 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15746)
* new: update NEWS.md so it is correct.Pauli2021-06-161-9/+7
| | | | | | | | | | | | | - Removing the deprecation note for public key commands. - Fixing the note about ECX and SHAKE in the FIPS provider. - Noting which KDFs are included. - Noting which MACs are included. Fixes #15743 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15746)
* Prepare for 3.0 beta 1Matt Caswell2021-05-201-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for release of 3.0 alpha 17openssl-3.0.0-alpha17Matt Caswell2021-05-201-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add migration guide for 3.0Shane Lontis2021-05-201-0/+1
| | | | | | Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14710)
* Add a CHANGES entry for fully pluggable groupsMatt Caswell2021-05-171-0/+1
| | | | | | | | | Fixes #12283 Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15282)
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-2/+4
| | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15053)
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-0/+1
| | | | | | | | | Add EVP_PKEY_gen(), EVP_PKEY_Q_gen(), EVP_RSA_gen(), and EVP_EC_gen(). Also export auxiliary function OSSL_EC_curve_nid2name() and improve deprecation info on RSA and EC key generation/management functions. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14695)
* Prepare for 3.0 alpha 17Matt Caswell2021-05-061-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Prepare for release of 3.0 alpha 16openssl-3.0.0-alpha16Matt Caswell2021-05-061-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Prepare for 3.0 alpha 16Matt Caswell2021-04-221-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Prepare for release of 3.0 alpha 15openssl-3.0.0-alpha15Matt Caswell2021-04-221-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Update KTLS documentationMatt Caswell2021-04-121-0/+1
| | | | | | | | | KTLS support has been changed to be off by default, and configuration is via a single "option" rather two "modes". Documentation is updated accordingly. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14799)
* Prepare for 3.0 alpha 15Matt Caswell2021-04-081-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Prepare for release of 3.0 alpha 14openssl-3.0.0-alpha14Matt Caswell2021-04-081-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Update CHANGES.md and NEWS.md for new releaseMatt Caswell2021-03-251-0/+5
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Prepare for 3.0 alpha 14Matt Caswell2021-03-111-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for release of 3.0 alpha 13openssl-3.0.0-alpha13Matt Caswell2021-03-111-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Mention the change of licence in NEWS.mdMatt Caswell2021-03-101-0/+1
| | | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14465)
* Add a missing CHANGES.md entry for the legacy providerMatt Caswell2021-03-101-0/+4
| | | | | | | | | | | Numerous ciphers and digests have been moved to the legacy provider. There should be a CHANGES.md entry pointing this out. Fixes #14441 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14465)
* Prepare for 3.0 alpha 13Matt Caswell2021-02-181-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Prepare for release of 3.0 alpha 12openssl-3.0.0-alpha12Matt Caswell2021-02-181-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>
* Update CHANGES and NEWS for new releaseMatt Caswell2021-02-161-1/+13
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for 3.0 alpha 12Richard Levitte2021-01-281-1/+1
| | | | Reviewed-by: Tomas Mraz <tomas@openssl.org>