openssl-web.git
4 months agoCDN Preparation - Comments processed part 2
Tomas Vavra [Fri, 24 Nov 2023 15:28:04 +0000 (16:28 +0100)]
CDN Preparation - Comments processed part 2

4 months agoCDN Preparation - Comments processed
Tomas Vavra [Fri, 24 Nov 2023 15:26:38 +0000 (16:26 +0100)]
CDN Preparation - Comments processed

4 months agoCDN Preparation - Try to fix policies build 2-nd try
Tomas Vavra [Thu, 23 Nov 2023 13:48:57 +0000 (14:48 +0100)]
CDN Preparation - Try to fix policies build 2-nd try

4 months agoCDN Preparation - Try to fix policies build
Tomas Vavra [Thu, 23 Nov 2023 13:08:03 +0000 (14:08 +0100)]
CDN Preparation - Try to fix policies build

4 months agoCDN Preparation - Fixed technical policies sidebar
Tomas Vavra [Wed, 22 Nov 2023 15:06:07 +0000 (16:06 +0100)]
CDN Preparation - Fixed technical policies sidebar

4 months agoCDN Preparation - small fixes found during testing
Tomas Vavra [Wed, 8 Nov 2023 20:42:17 +0000 (21:42 +0100)]
CDN Preparation - small fixes found during testing

4 months agoCDN Preparation - small fixes found during testing
Tomas Vavra [Sun, 5 Nov 2023 19:28:35 +0000 (20:28 +0100)]
CDN Preparation - small fixes found during testing

4 months agoCDN Preparation - further speed improvement - remove not needed seds and basename...
Tomas Vavra [Sat, 4 Nov 2023 22:47:55 +0000 (23:47 +0100)]
CDN Preparation - further speed improvement - remove not needed seds and basename calls

4 months agoCDN Preparation
Tomas Vavra [Fri, 3 Nov 2023 20:15:08 +0000 (21:15 +0100)]
CDN Preparation

4 months agoMerge pull request #9 from anton/update-about
Anton Arapov [Fri, 5 Jan 2024 09:46:24 +0000 (10:46 +0100)]
Merge pull request #9 from anton/update-about

about page update

4 months agoabout page update
Anton Arapov [Wed, 3 Jan 2024 14:26:02 +0000 (15:26 +0100)]
about page update

Signed-off-by: Anton Arapov <anton@openssl.org>
5 months agoAdd missing dependency community/otc.md → community/otc.inc
Richard Levitte [Thu, 30 Nov 2023 14:54:59 +0000 (15:54 +0100)]
Add missing dependency community/otc.md → community/otc.inc

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/445)

5 months agoUpdate the release strategy for 3.2
Matt Caswell [Thu, 30 Nov 2023 11:00:11 +0000 (11:00 +0000)]
Update the release strategy for 3.2

1.1.1 is no longer supported - references to the "current" version scheme
for 1.1.1 are out dated.

We add the support dates for 3.2

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/444)

5 months agoAdd more relevant links to the OTC "landing page"
Nicola Tuveri [Thu, 30 Nov 2023 07:36:33 +0000 (09:36 +0200)]
Add more relevant links to the OTC "landing page"

- [community/otc] Add links to minutes, votes, and policies
- [community/otc] Add links to OTC holds, and GH issues and PRs

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
5 months agoFix the HTML rendering of man pages to avoid markdown reinterpretation
Richard Levitte [Mon, 27 Nov 2023 14:07:17 +0000 (15:07 +0100)]
Fix the HTML rendering of man pages to avoid markdown reinterpretation

Some of our manpages have the construct "[something](somethingelse)".

From a POD and HTML perspective, there's nothing special with that.
However, since we wrap the HTML with markdown (perfectly legitimate), we
need to pay attention that nothing in the HTML can reasonably be
reinterpreted as markdown.

Unfortunately, the construct mentioned about has that issue.

This is easily fixed by replacing '](' with '&rbrack;(', which is valid
HTML5.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/443)

6 months agoUpdate the text on the downloads page for 3.2
Matt Caswell [Thu, 23 Nov 2023 14:54:39 +0000 (14:54 +0000)]
Update the text on the downloads page for 3.2

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/441)

6 months agoMake 3.2 a current series
Richard Levitte [Thu, 23 Nov 2023 11:29:07 +0000 (12:29 +0100)]
Make 3.2 a current series

Reviewed-by: Anton Arapov <anton@openssl.org>
(Merged from https://github.com/openssl/web/pull/440)

6 months agoupdate about.md: openssl.org/about
Anton Arapov [Tue, 14 Nov 2023 13:35:04 +0000 (14:35 +0100)]
update about.md: openssl.org/about

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/439)

6 months agoFix typo when assigning H_POLICIES, .md.tt files weren't correctly detected
Richard Levitte [Mon, 6 Nov 2023 13:59:27 +0000 (14:59 +0100)]
Fix typo when assigning H_POLICIES, .md.tt files weren't correctly detected

Reviewed-by: Anton Arapov <anton@openssl.org>
(Merged from https://github.com/openssl/web/pull/437)

6 months agoFix typo in Policies intro
James Muir [Wed, 1 Nov 2023 15:25:04 +0000 (11:25 -0400)]
Fix typo in Policies intro

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/436)

7 months agoActually use FUTURESIERIES where it's supposed to.
Richard Levitte [Thu, 26 Oct 2023 13:50:36 +0000 (15:50 +0200)]
Actually use FUTURESIERIES where it's supposed to.

It's currently only used for source listing...

7 months agoAdd the future series 3.2
Richard Levitte [Wed, 25 Oct 2023 15:12:22 +0000 (17:12 +0200)]
Add the future series 3.2

With the beta release, we also have the branch to produce things from

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/434)

7 months agoUpdate the information on 1.1.1
Richard Levitte [Wed, 25 Oct 2023 15:00:39 +0000 (17:00 +0200)]
Update the information on 1.1.1

It wasn't quite complete

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/433)

7 months agoabout: placeholders for James
Anton Arapov [Thu, 14 Sep 2023 10:44:57 +0000 (12:44 +0200)]
about: placeholders for James

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: dmitry
Anton Arapov [Thu, 14 Sep 2023 10:43:54 +0000 (12:43 +0200)]
about: dmitry

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: mark is community/omc-alumni.html
Anton Arapov [Wed, 13 Sep 2023 08:35:26 +0000 (10:35 +0200)]
about: mark is community/omc-alumni.html

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: placeholders for Dmitry and TomasV
Anton Arapov [Tue, 12 Sep 2023 15:00:18 +0000 (17:00 +0200)]
about: placeholders for Dmitry and TomasV

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: mark -> emeritus
Anton Arapov [Tue, 12 Sep 2023 14:53:54 +0000 (16:53 +0200)]
about: mark -> emeritus

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: neil
Anton Arapov [Tue, 12 Sep 2023 14:52:01 +0000 (16:52 +0200)]
about: neil

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: placeholders for Neil and Kajal
Anton Arapov [Tue, 12 Sep 2023 14:20:10 +0000 (16:20 +0200)]
about: placeholders for Neil and Kajal

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: anton, less is better
Anton Arapov [Tue, 12 Sep 2023 14:19:00 +0000 (16:19 +0200)]
about: anton, less is better

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoabout: no ales
Anton Arapov [Tue, 12 Sep 2023 14:16:37 +0000 (16:16 +0200)]
about: no ales

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/420)

7 months agoThe OCB patent has expired and is no longer valid.
slontis [Tue, 10 Jan 2023 06:45:17 +0000 (16:45 +1000)]
The OCB patent has expired and is no longer valid.

Fixes #221

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/390)

7 months agoKill the FAQ
Richard Levitte [Tue, 17 Oct 2023 09:13:55 +0000 (11:13 +0200)]
Kill the FAQ

It's unused and hasn't seen an update for eons.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/431)

7 months agoRemove the SSI artifacts, they are not needed any more
Richard Levitte [Fri, 6 Oct 2023 07:44:04 +0000 (09:44 +0200)]
Remove the SSI artifacts, they are not needed any more

Many of these are part of the pandoc .html5 template(s).
inc/legalities.shtml has been replaced by inc/legalities.md.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoFix support/dirdata.yaml to produce more correct breadcrumbs
Richard Levitte [Thu, 5 Oct 2023 18:45:51 +0000 (20:45 +0200)]
Fix support/dirdata.yaml to produce more correct breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in manpages
Richard Levitte [Thu, 5 Oct 2023 09:48:03 +0000 (11:48 +0200)]
Convert SSI includes to tt includes in manpages

This was a bigger effort, and involves a new target, manhtml.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoSmall fix in bin/mk-mancross: skip missing docs directories
Richard Levitte [Wed, 4 Oct 2023 06:36:53 +0000 (08:36 +0200)]
Small fix in bin/mk-mancross: skip missing docs directories

This is fine when someone is merely testing.  In the production site, we
must of course build the docs differently so these directories won't be
missing...  and we do, that's what the 'docs' target is for.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoIgnore temporary OpenSSL build and install directories
Richard Levitte [Tue, 3 Oct 2023 16:56:37 +0000 (18:56 +0200)]
Ignore temporary OpenSSL build and install directories

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoAvoid rendering README.md
Richard Levitte [Tue, 3 Oct 2023 16:42:02 +0000 (18:42 +0200)]
Avoid rendering README.md

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in source/
Richard Levitte [Tue, 3 Oct 2023 16:10:17 +0000 (18:10 +0200)]
Convert SSI includes to tt includes in source/

This also fixes dirdata.yaml under source/ for better rendering of
breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in policies/
Richard Levitte [Tue, 3 Oct 2023 16:10:08 +0000 (18:10 +0200)]
Convert SSI includes to tt includes in policies/

This also fixes dirdata.yaml under policies/ for better rendering of
breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in news/
Richard Levitte [Tue, 3 Oct 2023 16:10:01 +0000 (18:10 +0200)]
Convert SSI includes to tt includes in news/

This also fixes news/dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in top directory
Richard Levitte [Tue, 3 Oct 2023 16:09:53 +0000 (18:09 +0200)]
Convert SSI includes to tt includes in top directory

This also fixes the top dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in docs/
Richard Levitte [Tue, 3 Oct 2023 16:09:45 +0000 (18:09 +0200)]
Convert SSI includes to tt includes in docs/

This also fixes docs/dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoConvert SSI includes to tt includes in community/
Richard Levitte [Tue, 3 Oct 2023 16:09:37 +0000 (18:09 +0200)]
Convert SSI includes to tt includes in community/

This also fixes community/dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoAdd a markdown copy of inc/legalities.md
Richard Levitte [Tue, 3 Oct 2023 16:09:28 +0000 (18:09 +0200)]
Add a markdown copy of inc/legalities.md

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoAdd a Makefile rule to allow tpage templates for anything
Richard Levitte [Tue, 3 Oct 2023 16:09:15 +0000 (18:09 +0200)]
Add a Makefile rule to allow tpage templates for anything

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

7 months agoRevert "Add a Makefile rule to allow tpage templates for anything"
Hugo Landau [Mon, 16 Oct 2023 15:44:45 +0000 (16:44 +0100)]
Revert "Add a Makefile rule to allow tpage templates for anything"

This reverts commit 3e7c5782e9db2a38766c5a6839d71cf1e21bc1d7.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Add a markdown copy of inc/legalities.md"
Hugo Landau [Mon, 16 Oct 2023 15:44:45 +0000 (16:44 +0100)]
Revert "Add a markdown copy of inc/legalities.md"

This reverts commit d20569c8e342b908f07b8d05b58e72745494769f.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in community/"
Hugo Landau [Mon, 16 Oct 2023 15:44:44 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in community/"

This reverts commit d0d42d82433bc44a0199ee6f7bcea0759dc16bec.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in docs/"
Hugo Landau [Mon, 16 Oct 2023 15:44:43 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in docs/"

This reverts commit 55928bc688b11a50b519f527c8ccd77ba7f5e25f.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in top directory"
Hugo Landau [Mon, 16 Oct 2023 15:44:43 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in top directory"

This reverts commit ec5b365caf743f85876812a8f04286cdd6af7e37.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in news/"
Hugo Landau [Mon, 16 Oct 2023 15:44:42 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in news/"

This reverts commit 7b1bc58eeba962fad7ff05ddf3174254f43d6907.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in policies/"
Hugo Landau [Mon, 16 Oct 2023 15:44:41 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in policies/"

This reverts commit 3e0fca06da615998cf45b9eab7f8274fe886e029.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in source/"
Hugo Landau [Mon, 16 Oct 2023 15:44:41 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in source/"

This reverts commit 25959f5958a3ed0abfd8d20f2395ce1874cfe7a8.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Avoid rendering README.md"
Hugo Landau [Mon, 16 Oct 2023 15:44:40 +0000 (16:44 +0100)]
Revert "Avoid rendering README.md"

This reverts commit 0ef7190d81f85ed781799e90a14b581693118dd0.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Ignore temporary OpenSSL build and install directories"
Hugo Landau [Mon, 16 Oct 2023 15:44:40 +0000 (16:44 +0100)]
Revert "Ignore temporary OpenSSL build and install directories"

This reverts commit 655ce394df2f80f9179f77206e8ec59dfbdfd065.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Small fix in bin/mk-mancross: skip missing docs directories"
Hugo Landau [Mon, 16 Oct 2023 15:44:39 +0000 (16:44 +0100)]
Revert "Small fix in bin/mk-mancross: skip missing docs directories"

This reverts commit 028c0c7b0c544c036cb7c1e7c6e9d1ec4b1033f8.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Convert SSI includes to tt includes in manpages"
Hugo Landau [Mon, 16 Oct 2023 15:44:39 +0000 (16:44 +0100)]
Revert "Convert SSI includes to tt includes in manpages"

This reverts commit 58c8d7ce29f43e32fcd3396fe0cd0b64e6e987f5.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Fix support/dirdata.yaml to produce more correct breadcrumbs"
Hugo Landau [Mon, 16 Oct 2023 15:44:38 +0000 (16:44 +0100)]
Revert "Fix support/dirdata.yaml to produce more correct breadcrumbs"

This reverts commit d52e96656eb1fe91de4765289a7a3fbcb5cdd83c.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRevert "Remove the SSI artifacts, they are not needed any more"
Hugo Landau [Mon, 16 Oct 2023 15:44:36 +0000 (16:44 +0100)]
Revert "Remove the SSI artifacts, they are not needed any more"

This reverts commit 9f137781b40d842ef7a72053b09d25b113672dae.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

7 months agoRemove Microsoft from sponsor list
Tomas Mraz [Mon, 16 Oct 2023 13:42:07 +0000 (15:42 +0200)]
Remove Microsoft from sponsor list

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/web/pull/427)

7 months agoRemove the SSI artifacts, they are not needed any more
Richard Levitte [Fri, 6 Oct 2023 07:44:04 +0000 (09:44 +0200)]
Remove the SSI artifacts, they are not needed any more

Many of these are part of the pandoc .html5 template(s).
inc/legalities.shtml has been replaced by inc/legalities.md.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoFix support/dirdata.yaml to produce more correct breadcrumbs
Richard Levitte [Thu, 5 Oct 2023 18:45:51 +0000 (20:45 +0200)]
Fix support/dirdata.yaml to produce more correct breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in manpages
Richard Levitte [Thu, 5 Oct 2023 09:48:03 +0000 (11:48 +0200)]
Convert SSI includes to tt includes in manpages

This was a bigger effort, and involves a new target, manhtml.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoSmall fix in bin/mk-mancross: skip missing docs directories
Richard Levitte [Wed, 4 Oct 2023 06:36:53 +0000 (08:36 +0200)]
Small fix in bin/mk-mancross: skip missing docs directories

This is fine when someone is merely testing.  In the production site, we
must of course build the docs differently so these directories won't be
missing...  and we do, that's what the 'docs' target is for.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoIgnore temporary OpenSSL build and install directories
Richard Levitte [Tue, 3 Oct 2023 16:56:37 +0000 (18:56 +0200)]
Ignore temporary OpenSSL build and install directories

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoAvoid rendering README.md
Richard Levitte [Tue, 3 Oct 2023 16:42:02 +0000 (18:42 +0200)]
Avoid rendering README.md

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in source/
Richard Levitte [Tue, 3 Oct 2023 16:10:17 +0000 (18:10 +0200)]
Convert SSI includes to tt includes in source/

This also fixes dirdata.yaml under source/ for better rendering of
breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in policies/
Richard Levitte [Tue, 3 Oct 2023 16:10:08 +0000 (18:10 +0200)]
Convert SSI includes to tt includes in policies/

This also fixes dirdata.yaml under policies/ for better rendering of
breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in news/
Richard Levitte [Tue, 3 Oct 2023 16:10:01 +0000 (18:10 +0200)]
Convert SSI includes to tt includes in news/

This also fixes news/dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in top directory
Richard Levitte [Tue, 3 Oct 2023 16:09:53 +0000 (18:09 +0200)]
Convert SSI includes to tt includes in top directory

This also fixes the top dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in docs/
Richard Levitte [Tue, 3 Oct 2023 16:09:45 +0000 (18:09 +0200)]
Convert SSI includes to tt includes in docs/

This also fixes docs/dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoConvert SSI includes to tt includes in community/
Richard Levitte [Tue, 3 Oct 2023 16:09:37 +0000 (18:09 +0200)]
Convert SSI includes to tt includes in community/

This also fixes community/dirdata.yaml for better rendering of breadcrumbs

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoAdd a markdown copy of inc/legalities.md
Richard Levitte [Tue, 3 Oct 2023 16:09:28 +0000 (18:09 +0200)]
Add a markdown copy of inc/legalities.md

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

7 months agoAdd a Makefile rule to allow tpage templates for anything
Richard Levitte [Tue, 3 Oct 2023 16:09:15 +0000 (18:09 +0200)]
Add a Makefile rule to allow tpage templates for anything

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/426)

8 months agoUpdate the text on our download page
Matt Caswell [Fri, 22 Sep 2023 07:40:47 +0000 (08:40 +0100)]
Update the text on our download page

Updates for 1.1.1 EOL and 3.2

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/424)

8 months agoremove Activision from supporter list
Pauli [Tue, 19 Sep 2023 01:25:10 +0000 (11:25 +1000)]
remove Activision from supporter list

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/422)

8 months agoRichard's presentation
Richard Levitte [Wed, 13 Sep 2023 10:26:42 +0000 (12:26 +0200)]
Richard's presentation

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/421)

8 months agoUpdate for CVE-202304897
Pauli [Sun, 10 Sep 2023 21:49:34 +0000 (07:49 +1000)]
Update for CVE-202304897

9 months agoRemove references to the old trademark policy
Matt Caswell [Wed, 2 Aug 2023 09:34:14 +0000 (10:34 +0100)]
Remove references to the old trademark policy

The new trademark policy is live in the general-policies repository and
supercedes the old one. We should remove the old one.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/web/pull/417)

9 months agoMention the OpenSSL OMC key among release keys
Tomas Mraz [Tue, 1 Aug 2023 18:25:22 +0000 (20:25 +0200)]
Mention the OpenSSL OMC key among release keys

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/415)

9 months agoAdd CVE 2023-3817 to table
Pauli [Mon, 24 Jul 2023 00:25:56 +0000 (10:25 +1000)]
Add CVE 2023-3817 to table

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/408)

9 months agoUpdate CVE and FIPS page with new CVEs
Pauli [Wed, 19 Jul 2023 23:00:07 +0000 (09:00 +1000)]
Update CVE and FIPS page with new CVEs

Adding CVE-2023-2975 and CVE-2023-3446 which are fixed in 3.0.10 and 3.1.2.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/408)

9 months agoUpdate FIPS and CVE page to include fixes in 3.1.1
Pauli [Wed, 19 Jul 2023 22:56:17 +0000 (08:56 +1000)]
Update FIPS and CVE page to include fixes in 3.1.1

Add 3.1.1 versions to the fixed column where relevant.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/408)

9 months agoMove release table higher up
Ian Spence [Fri, 28 Jul 2023 20:59:02 +0000 (13:59 -0700)]
Move release table higher up

Currently the table of the latest releases for each major version is quite far down the page, even below the bottom of the viewport.

This confused me (and probably also others) as I thought the table was removed.

Move the table near the top of the page, as I feel that it's likely the most important part of the page in general.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/web/pull/414)

10 months agouse svg image map, so that we see names on mouse hover
Anton Arapov [Thu, 27 Jul 2023 13:10:41 +0000 (15:10 +0200)]
use svg image map, so that we see names on mouse hover

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Mark J. Cox <mark@awe.com>
(Merged from https://github.com/openssl/web/pull/413)

10 months agoFix the about us image link
Matt Caswell [Wed, 26 Jul 2023 09:07:44 +0000 (10:07 +0100)]
Fix the about us image link

The path the team photo was incorrect in about.md

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/web/pull/409)

10 months agoabout us page
Anton Arapov [Mon, 3 Jul 2023 11:45:34 +0000 (13:45 +0200)]
about us page

fixes openssl/project#21

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/406)

10 months agomission and values page
Anton Arapov [Mon, 3 Jul 2023 12:03:26 +0000 (14:03 +0200)]
mission and values page

fixes openssl/project#69

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/407)

11 months agoDepend on the directory containing the old sources
Tomas Mraz [Tue, 27 Jun 2023 09:48:50 +0000 (11:48 +0200)]
Depend on the directory containing the old sources

Otherwise the regeneration won't be properly triggered.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/web/pull/405)

11 months agoRevert "Remove 1-year sponsor"
Pauli [Tue, 20 Jun 2023 05:34:21 +0000 (15:34 +1000)]
Revert "Remove 1-year sponsor"

This reverts commit f23a0b8a667a93cd1ccdadbd6ccd1ffde0ed7d14.

Reviewed-by: Tamara Dale <tam@openssl.org>
(Merged from https://github.com/openssl/web/pull/404)

11 months agoUpdate the sponsors page
Matt Caswell [Fri, 9 Jun 2023 07:34:45 +0000 (08:34 +0100)]
Update the sponsors page

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/web/pull/403)

11 months agoAdd CVE-2023-2650 to the FIPS CVE status page
Tomas Mraz [Tue, 30 May 2023 18:50:18 +0000 (20:50 +0200)]
Add CVE-2023-2650 to the FIPS CVE status page

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/web/pull/402)

12 months agofips: add 3.0.8 to validated FIPS providers.
Pauli [Wed, 24 May 2023 23:52:47 +0000 (09:52 +1000)]
fips: add 3.0.8 to validated FIPS providers.

Also add security policy documents to web site to avoid reliance on NIST.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/401)

12 months agoUpdate FIPS and CVE page in light of 3.0.8 FIPS provider
Pauli [Wed, 24 May 2023 23:13:06 +0000 (09:13 +1000)]
Update FIPS and CVE page in light of 3.0.8 FIPS provider

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/401)

12 months agoAdd page describing CVEs and their impact on the FIPS provider.
Pauli [Wed, 3 May 2023 01:29:46 +0000 (11:29 +1000)]
Add page describing CVEs and their impact on the FIPS provider.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
13 months agoREADME: Explain the OpenSSL::Query requirements
Richard Levitte [Wed, 12 Apr 2023 05:36:03 +0000 (07:36 +0200)]
README: Explain the OpenSSL::Query requirements

... also, reinstate git.  We do depend on it quite a lot.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/web/pull/399)

13 months agoREADME: list all the dependencies to build this repo.
Anton Arapov [Tue, 4 Apr 2023 17:19:32 +0000 (19:19 +0200)]
README: list all the dependencies to build this repo.

This is everything that you will need additionally install to a bare
Debian/Ubuntu distro in order to build this repo.

Signed-off-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/web/pull/398)