summaryrefslogtreecommitdiff
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-051-1/+1
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12109)
* Fix typos and repeated wordsGustaf Neumann2020-07-051-7/+7
| | | | | | | | CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12320)
* Update NEWS and CHANGESRichard Levitte2020-06-281-0/+1
| | | | | | | NEWS and CHANGES hasn't mentioned OPENSSL_CTX before, so adding entries now. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12228)
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-0/+1
| | | | | | | | | | This has as effect that SHA1 and MD5+SHA1 are no longer supported at security level 1, and that TLS < 1.2 is no longer supported at the default security level of 1, and that you need to set the security level to 0 to use TLS < 1.2. Reviewed-by: Tim Hudson <tjh@openssl.org> GH: #10787
* Prepare for 3.0 alpha 5Matt Caswell2020-06-251-1/+1
| | | | Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
* Prepare for release of 3.0 alpha 4openssl-3.0.0-alpha4Matt Caswell2020-06-251-1/+1
| | | | Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
* APPS: Drop interactive mode in the 'openssl' programRichard Levitte2020-06-051-0/+1
| | | | | | | | | | | | This mode is severely untested and unmaintained, is seems not to be used very much. Closes #4679 Closes #6292 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12023)
* Prepare for 3.0 alpha 4Matt Caswell2020-06-041-1/+1
| | | | Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
* Prepare for release of 3.0 alpha 3openssl-3.0.0-alpha3Matt Caswell2020-06-041-1/+1
| | | | Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
* Prepare for 3.0 alpha 3Matt Caswell2020-05-151-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for release of 3.0 alpha 2openssl-3.0.0-alpha2Matt Caswell2020-05-151-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb2020-05-131-1/+1
| | | | | | | | | | | Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL Also includes CRMF (RFC 4211) and HTTP transfer (RFC 6712). Adds the CMP and CRMF API to libcrypto and the "cmp" app to the CLI. Adds extensive documentation and tests. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/11470)
* Fix issues reported by markdownlintRich Salz2020-05-081-152/+144
| | | | | | Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11739)
* Prepare for 3.0 alpha 2Matt Caswell2020-04-231-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for release of 3.0 alpha 1openssl-3.0.0-alpha1Matt Caswell2020-04-231-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add info on the CMP implementation and HTTP client to NEWS.md and CHANGES.mdDr. David von Oheimb2020-04-231-0/+6
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11608)
* news: note the addition of ECX and SHAKE256 to the FIPS provider as ↵Pauli2020-04-171-0/+3
| | | | | | | non-approved algorithms Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11371)
* NEWS: note OSSL_PARAM_BLD API as public.Pauli2020-03-281-0/+1
| | | | | Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11390)
* Update CHANGES and NEWS for 1.1.1e releaseDr. Matthias St. Pierre2020-03-191-0/+10
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11346)
* doc: add missing NEWS entries for all versions >= 1.0.0Dr. Matthias St. Pierre2020-02-261-320/+718
| | | | | | | | | | Up to now, NEWS entries for older releases where only added to the corresponding stable branches, so they were missing in the master branch. This commit adds the missing entries, taking them from the respective stable branches. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10545)
* doc: introduce some minimalistic markdown without essential changesDr. Matthias St. Pierre2020-02-261-954/+1030
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal is to transform the standard documents README, INSTALL, SUPPORT, CONTRIBUTING, ... from a pure text format into markdown format, but in such a way that the documentation remains nicely formatted an easy readable when viewed with an normal text editor. To achieve this goal, we use a special form of 'minimalistic' markdown which interferes as little as possible with the reading flow. * avoid [ATX headings][] and use [setext headings][] instead (works for `<h1>` and `<h2>` headings only). * avoid [inline links][] and use [reference links][] instead. * avoid [fenced code blocks][], use [indented-code-blocks][] instead. The transformation will take place in several steps. This commit introduces mostly changes the formatting and does not chang the content significantly. [ATX headings]: https://github.github.com/gfm/#atx-headings [setext headings]: https://github.github.com/gfm/#setext-headings [inline links]: https://github.github.com/gfm/#inline-link [reference links]: https://github.github.com/gfm/#reference-link [fenced code blocks]: https://github.github.com/gfm/#fenced-code-blocks [indented code blocks]: https://github.github.com/gfm/#indented-code-blocks Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10545)
* doc: convert standard project docs to markdownDr. Matthias St. Pierre2020-02-261-0/+960
In the first step, we just add the .md extension and move some files around, without changing any content. These changes will occur in the following commits. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10545)