openssl-web.git
5 years agoAllow extra header stuff, and use it to correct the list style type
Richard Levitte [Fri, 1 Feb 2019 15:41:43 +0000 (16:41 +0100)]
Allow extra header stuff, and use it to correct the list style type

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

5 years agoAdd the OpenSSL 3.0.0 Design document (draft)
Richard Levitte [Wed, 30 Jan 2019 12:31:16 +0000 (13:31 +0100)]
Add the OpenSSL 3.0.0 Design document (draft)

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

5 years agoMD to HTML: add a mechanism to show a document state
Richard Levitte [Fri, 1 Feb 2019 15:42:26 +0000 (16:42 +0100)]
MD to HTML: add a mechanism to show a document state

If the YAML metadata of a document contains a 'state:' attribute, it
will be rendered with large sans-serif in a 45 degree angle.

Requires CSS3

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

5 years agoMD to HTML: allow extra header stuff
Richard Levitte [Fri, 1 Feb 2019 15:41:43 +0000 (16:41 +0100)]
MD to HTML: allow extra header stuff

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

5 years agoAdd the OpenSSL Strategic Architecture document
Richard Levitte [Tue, 29 Jan 2019 13:10:00 +0000 (14:10 +0100)]
Add the OpenSSL Strategic Architecture document

Includes notes on how to convert documents from Google Docs to Markdown.

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

5 years agobin/md-to-html5: change output directory
Richard Levitte [Wed, 30 Jan 2019 12:50:48 +0000 (13:50 +0100)]
bin/md-to-html5: change output directory

The output directory should be the same as for the input file

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

5 years agobin/mk-mancross: new manpage cross reference script
Richard Levitte [Tue, 29 Jan 2019 21:21:39 +0000 (22:21 +0100)]
bin/mk-mancross: new manpage cross reference script

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

5 years agobin/mk-manpages: refactor to allow cross references between releases
Richard Levitte [Tue, 29 Jan 2019 20:33:30 +0000 (21:33 +0100)]
bin/mk-manpages: refactor to allow cross references between releases

So far, we created one HTML file for each POD file, and then made hard
links to it for other names that are in the POD file's NAMES section.

However, this came with the assumption that cross referencing between
releases would work simply be linking to the same name on other
releases.  This, however, did not take into account that manuals in
newer releases don't necessarily exist in older releases, or that some
files may have changed names.

Names in NAMES sections are, however, fairly constant, and are
therefore much safer to link to.  At the same time, it's safe to say
that if a particular name doesn't exist in some other releases, there
should simply not be a link.  A conclusion to draw from is that cross
referencing must be made on a per NAMES section name basis, rather
than on POD file name basis.

To allow this to happen and still not have to rewrite the same
Pod2Html result for every name in a specific POD file's NAMES section,
the structure of the rendered man pages are changed to this:

-   POD files are rendered into a .inc file with the exact same
    basename as the POD file.
-   For every name in the NAMES section, am HTML file is created.  It
    contains the standard header and footer stuff, and includes the
    generated .inc file in the middle.  It also includes a .cross file
    with the same basename as the HTML file as part of the sidebar.

In another commit, there will be a script for cross referencing, which
will generate the .cross files mentioned above.

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

5 years agoHandle document sectioning correctly
Richard Levitte [Thu, 3 Jan 2019 15:37:24 +0000 (16:37 +0100)]
Handle document sectioning correctly

Gone are the apps/, crypto/ and ssl/ directories.  We move to a Unix
manpage structure for older releases as well as new ones.

With that, there's no more need for a separate bin/mk-newmanpages,
bin/mk-manpages can handle both the old and the new POD directory
structure.

For a document tree that previously had apps/, crypto/ and ssl/, we
provide a .htaccess that accepts the old URLs and maps them correctly
to man1/ or man3/.

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

5 years agomk-apropos: don't include non-manpage files
Richard Levitte [Tue, 29 Jan 2019 12:29:23 +0000 (13:29 +0100)]
mk-apropos: don't include non-manpage files

mk-apropos looks at all HTML files in a given directory, but failed to
recognise files that aren't rendered manpage, such as index.html.

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

5 years agoMarkdown to OpenSSL HTML5 pages
Richard Levitte [Tue, 29 Jan 2019 11:43:41 +0000 (12:43 +0100)]
Markdown to OpenSSL HTML5 pages

Markdown is a popular format for text files, and some documents are
easier to read in this form than in HTML.  For future purposes, this
is the scripts we need to process markdown files into HTML5.

This script is based on pandoc, which is a pretty good translator
between a range of different document formats.

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

5 years agoReformat FAQ files
Richard Levitte [Tue, 25 Dec 2018 14:53:29 +0000 (15:53 +0100)]
Reformat FAQ files

Make them correct Markdown, and then use pandoc to create the FAQ HTML.
We then use CSS and a bit of Javascript to make it an accordion style
FAQ.

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

5 years agoMerge pull request #105 from iamamoose/vulns
Mark J. Cox [Tue, 15 Jan 2019 12:02:31 +0000 (12:02 +0000)]
Merge pull request #105 from iamamoose/vulns

Add severities that were in the advisories but missing from the vulnerability pages, also found a missing vulnerability

5 years agoAdd severities that were in the advisories but missing from the
Mark J. Cox [Tue, 15 Jan 2019 11:37:51 +0000 (11:37 +0000)]
Add severities that were in the advisories but missing from the
vulnerability pages, also found a missing vulnerability

5 years agoGenerate apropos-like tables instead of filelists for manpages
Richard Levitte [Thu, 3 Jan 2019 16:23:54 +0000 (17:23 +0100)]
Generate apropos-like tables instead of filelists for manpages

This works together with bin/mk-manpages' generation of description comment.

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

5 years agoHave bin/mk-manpages and bin/mk-newmanpages add a description comment
Richard Levitte [Thu, 3 Jan 2019 16:17:32 +0000 (17:17 +0100)]
Have bin/mk-manpages and bin/mk-newmanpages add a description comment

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

5 years agoChange getnames() to getdata(), for generic data retrieval from POD files
Richard Levitte [Thu, 3 Jan 2019 16:11:47 +0000 (17:11 +0100)]
Change getnames() to getdata(), for generic data retrieval from POD files

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

5 years agoAdd 1.1.1 to manual sidebar
Dr. Matthias St. Pierre [Thu, 27 Dec 2018 17:33:03 +0000 (18:33 +0100)]
Add 1.1.1 to manual sidebar

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

5 years agoUpdate CLA templates
Matt Caswell [Wed, 5 Dec 2018 13:00:13 +0000 (13:00 +0000)]
Update CLA templates

Update the address in the CLA templates

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

5 years agoSwitch to new (ASF) license
Rich Salz [Mon, 19 Mar 2018 22:20:32 +0000 (18:20 -0400)]
Switch to new (ASF) license

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

5 years agoUpdate PGP key
Kurt Roeckx [Wed, 5 Dec 2018 21:22:04 +0000 (22:22 +0100)]
Update PGP key

5 years agocla.html: make CLA download links and email address more prominent
Dr. Matthias St. Pierre [Tue, 6 Nov 2018 11:12:26 +0000 (12:12 +0100)]
cla.html: make CLA download links and email address more prominent

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

5 years agoUpdates for new release
Matt Caswell [Tue, 20 Nov 2018 13:55:56 +0000 (13:55 +0000)]
Updates for new release

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

5 years agoUpdates for CVE-2018-5407
Matt Caswell [Mon, 12 Nov 2018 15:02:14 +0000 (15:02 +0000)]
Updates for CVE-2018-5407

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

5 years agoMerge pull request #94 from iamamoose/master
Mark J. Cox [Mon, 12 Nov 2018 16:09:29 +0000 (16:09 +0000)]
Merge pull request #94 from iamamoose/master

trivial changes - CVE-2015-1788 was missing severity tag, fix bad website includes

5 years agoCVE-2015-1788 was missing the severity tag
Mark J. Cox [Mon, 12 Nov 2018 16:01:40 +0000 (16:01 +0000)]
CVE-2015-1788 was missing the severity tag

5 years agoUpdate advisory for CVE-2018-0734 indicating that it introduced a new issue
Pauli [Thu, 1 Nov 2018 22:40:27 +0000 (08:40 +1000)]
Update advisory for CVE-2018-0734 indicating that it introduced a new issue
and that this has been fixed.  Git commit versions are included.

5 years agoCorrect the security advisory name
Matt Caswell [Mon, 29 Oct 2018 21:52:29 +0000 (21:52 +0000)]
Correct the security advisory name

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/web/pull/91)

5 years agoMerge branch 'master' of git.openssl.org:openssl-web
Pauli [Mon, 29 Oct 2018 21:00:24 +0000 (07:00 +1000)]
Merge branch 'master' of git.openssl.org:openssl-web

5 years agoAdd CVE-2018-0734
Pauli [Mon, 29 Oct 2018 21:00:08 +0000 (07:00 +1000)]
Add CVE-2018-0734

5 years agoUpdate vulnerabilities.xml
Matt Caswell [Mon, 29 Oct 2018 12:09:44 +0000 (12:09 +0000)]
Update vulnerabilities.xml

The new CVE is only fixed in the dev version. 1.1.1a and 1.1.0j are not
yet released.

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

5 years agoupdate vulnerability information again, this is the published version
Pauli [Mon, 29 Oct 2018 00:54:02 +0000 (10:54 +1000)]
update vulnerability information again, this is the published version

5 years agofix vulnerability entry
Pauli [Mon, 29 Oct 2018 00:01:23 +0000 (10:01 +1000)]
fix vulnerability entry

5 years agofix vulnerability entry
Pauli [Sun, 28 Oct 2018 23:58:52 +0000 (09:58 +1000)]
fix vulnerability entry

5 years agoMerge branch 'master' of git.openssl.org:openssl-web
Pauli [Sun, 28 Oct 2018 23:06:01 +0000 (09:06 +1000)]
Merge branch 'master' of git.openssl.org:openssl-web

5 years agoUpdate for ECDSA vulnerability CVS-2018-0735
Pauli [Sun, 28 Oct 2018 23:03:42 +0000 (09:03 +1000)]
Update for ECDSA vulnerability CVS-2018-0735

5 years agoSmall typo fix
Joe [Fri, 26 Oct 2018 08:22:17 +0000 (08:22 +0000)]
Small typo fix

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/89)

5 years agoUpdate PGP key
Kurt Roeckx [Mon, 15 Oct 2018 16:32:18 +0000 (18:32 +0200)]
Update PGP key

5 years agoRemove broken link
Mark J. Cox [Sat, 13 Oct 2018 09:30:33 +0000 (10:30 +0100)]
Remove broken link

5 years agoRemove broken include
Mark J. Cox [Sat, 13 Oct 2018 09:29:45 +0000 (10:29 +0100)]
Remove broken include

5 years agoMerge pull request #88 from iamamoose/fipscd
Mark J. Cox [Sat, 13 Oct 2018 09:26:44 +0000 (10:26 +0100)]
Merge pull request #88 from iamamoose/fipscd

Link to KeyPair arrangement for FIPS CD provision

5 years agoLink to KeyPair arrangement for FIPS CD provision
Mark J. Cox [Sat, 13 Oct 2018 08:35:14 +0000 (09:35 +0100)]
Link to KeyPair arrangement for FIPS CD provision

5 years agoCorrect the contact email on the trademark page
Matt Caswell [Wed, 10 Oct 2018 16:19:54 +0000 (17:19 +0100)]
Correct the contact email on the trademark page

Reviewed-by: Mark J. Cox <mark@awe.com>
(Merged from https://github.com/openssl/web/pull/87)

5 years agoinc/screen.css: style <b> and <i> like <strong> and <em>
Beat Bolli [Fri, 28 Sep 2018 22:20:38 +0000 (00:20 +0200)]
inc/screen.css: style <b> and <i> like <strong> and <em>

pod2html emits the deprecated visual tags instead of the semantic ones,
so we have to style the visual tags as well.

Fixes #74

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

5 years agoMerge pull request #84 from iamamoose/vulns111
Mark J. Cox [Mon, 24 Sep 2018 09:42:11 +0000 (10:42 +0100)]
Merge pull request #84 from iamamoose/vulns111

Missing the 1.1.1 vulns page which will be needed when any issues get fixed

5 years agoAdd page for 1.1.1 vulnerabilities, this will get automatically updated when
Mark J. Cox [Mon, 24 Sep 2018 09:36:15 +0000 (10:36 +0100)]
Add page for 1.1.1 vulnerabilities, this will get automatically updated when
there are any (the breadcrumbs will get updated automatically at that time)

5 years agoDon't imply there are no vulnerabilities at all, just that we've not released fixes...
Mark J. Cox [Mon, 24 Sep 2018 09:35:14 +0000 (10:35 +0100)]
Don't imply there are no vulnerabilities at all, just that we've not released fixes for any yet

5 years agoRemove pre-release from 1.1.1
Dr. Matthias St. Pierre [Sat, 22 Sep 2018 14:42:58 +0000 (16:42 +0200)]
Remove pre-release from 1.1.1

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

5 years agoinc/screen.css: no pre-wrap
Richard Levitte [Wed, 19 Sep 2018 00:20:27 +0000 (02:20 +0200)]
inc/screen.css: no pre-wrap

There's no reason why the contents of <a> element should be wrapped on
line breaks.  Set white-space to 'normal' instead.

This property is useful in case we happen to inherit some other
setting of that property and want to get back to a normal setting.

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

5 years agoFix openssl.com htaccess
Richard Levitte [Wed, 19 Sep 2018 00:47:10 +0000 (02:47 +0200)]
Fix openssl.com htaccess

Redirect works with prefixes.  If only / should be redirected and not
any sub-path, use RedirectMatch

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

5 years agoAdd a openssl.com specific .htaccess
Richard Levitte [Wed, 19 Sep 2018 00:25:26 +0000 (02:25 +0200)]
Add a openssl.com specific .htaccess

This allows us to redirect whatever openssl.com URLs we want freely.
The setup in the openssl.com site configuration will include this line:

    AccessFileName .htaccess.openssl.com .htaccess

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

5 years agoMerge pull request #77 from iamamoose/oss
Mark J. Cox [Tue, 18 Sep 2018 13:07:12 +0000 (14:07 +0100)]
Merge pull request #77 from iamamoose/oss

Merge information from openssl.com and about OSS into main site

5 years agoMerge pull request #78 from iamamoose/osf
Mark J. Cox [Tue, 18 Sep 2018 12:24:11 +0000 (13:24 +0100)]
Merge pull request #78 from iamamoose/osf

Update to latest OSF bylaws

5 years agoUpdate to latest OSF bylaws
Mark J. Cox [Tue, 18 Sep 2018 12:11:56 +0000 (13:11 +0100)]
Update to latest OSF bylaws

5 years agoUpdate to the latest OSS bylaws
Mark J. Cox [Tue, 18 Sep 2018 12:09:05 +0000 (13:09 +0100)]
Update to the latest OSS bylaws

5 years agoAdd verify CD image
Mark J. Cox [Tue, 18 Sep 2018 10:04:31 +0000 (11:04 +0100)]
Add verify CD image

5 years agoAdd the page from http://openssl.com/verifycd.html but update to
Mark J. Cox [Tue, 18 Sep 2018 10:03:45 +0000 (11:03 +0100)]
Add the page from openssl.com/verifycd.html but update to
show we do not accept US cheques/checks at this time.

5 years agoAdd OSS bylaws and details of OSS to the contact page rather than using openssl.com
Mark J. Cox [Tue, 18 Sep 2018 09:49:41 +0000 (10:49 +0100)]
Add OSS bylaws and details of OSS to the contact page rather than using openssl.com
which we should deprecate.  Bring wording for FIPS in line with what we used on
openssl.com

5 years agoUpdates for the 1.1.1 release
Matt Caswell [Tue, 11 Sep 2018 13:16:04 +0000 (14:16 +0100)]
Updates for the 1.1.1 release

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

5 years agoMerge pull request #75 from iamamoose/mirrors
Mark J. Cox [Thu, 30 Aug 2018 13:34:35 +0000 (14:34 +0100)]
Merge pull request #75 from iamamoose/mirrors

remove broken mirrors

5 years agoremove broken mirrors
Mark J. Cox [Thu, 30 Aug 2018 13:21:26 +0000 (14:21 +0100)]
remove broken mirrors

5 years agoUpdate the end copyright year
Richard Levitte [Wed, 22 Aug 2018 11:01:20 +0000 (13:01 +0200)]
Update the end copyright year

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

5 years agoUpdate the support contracts page
Matt Caswell [Tue, 21 Aug 2018 14:30:13 +0000 (15:30 +0100)]
Update the support contracts page

In accordance with an OMC vote

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

5 years agoUpdates to newsflash for the pre9 release
Matt Caswell [Tue, 21 Aug 2018 12:23:58 +0000 (13:23 +0100)]
Updates to newsflash for the pre9 release

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

5 years agoMerge branch 'master' of git.openssl.org:openssl-web
Mark J. Cox [Fri, 17 Aug 2018 09:21:51 +0000 (10:21 +0100)]
Merge branch 'master' of git.openssl.org:openssl-web

5 years agoRearrange to alphabetical order which makes more sense (ack'd by Tim)
Mark J. Cox [Fri, 17 Aug 2018 09:21:21 +0000 (10:21 +0100)]
Rearrange to alphabetical order which makes more sense (ack'd by Tim)

5 years agoUpdates for the new releases
Matt Caswell [Tue, 14 Aug 2018 12:43:06 +0000 (13:43 +0100)]
Updates for the new releases

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

5 years agoAdd FIPS FAQ, update FIPS status.
Rich Salz [Tue, 14 Aug 2018 11:59:18 +0000 (07:59 -0400)]
Add FIPS FAQ, update FIPS status.

5 years agoAnother try at table spacing for donations page
Mark J. Cox [Tue, 14 Aug 2018 11:21:00 +0000 (12:21 +0100)]
Another try at table spacing for donations page

5 years agoMake the table look a tiny bit better
Mark J. Cox [Tue, 14 Aug 2018 11:19:26 +0000 (12:19 +0100)]
Make the table look a tiny bit better

5 years agoUpdate sponsros and acks page to match reality
Mark J. Cox [Tue, 14 Aug 2018 11:15:30 +0000 (12:15 +0100)]
Update sponsros and acks page to match reality

5 years agoUpdate donations and acknowledgements page to match reality and
Mark J. Cox [Tue, 14 Aug 2018 11:10:26 +0000 (12:10 +0100)]
Update donations and acknowledgements page to match reality and
add in new sponsors

5 years agoFix date for when travel policy was approved
Rich Salz [Tue, 14 Aug 2018 02:41:34 +0000 (22:41 -0400)]
Fix date for when travel policy was approved

5 years agoAdd GeneralName question
Rich Salz [Thu, 26 Jul 2018 19:00:58 +0000 (15:00 -0400)]
Add GeneralName question

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/64)

5 years agoFix NIST links, remove 2473.
Rich Salz [Tue, 3 Jul 2018 15:35:17 +0000 (11:35 -0400)]
Fix NIST links, remove 2473.

Also remove some "political" content.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/63)

5 years agoUpdate newsflash for pre 8
Matt Caswell [Wed, 20 Jun 2018 14:54:49 +0000 (15:54 +0100)]
Update newsflash for pre 8

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

5 years agoOMC generation: account for titles when sorting names
Richard Levitte [Thu, 14 Jun 2018 08:02:01 +0000 (10:02 +0200)]
OMC generation: account for titles when sorting names

This moves the process of making names sortable to a separate function.

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

5 years agoOMC generation: Make sure non-ASCII characters are made into entities
Richard Levitte [Thu, 14 Jun 2018 08:01:10 +0000 (10:01 +0200)]
OMC generation: Make sure non-ASCII characters are made into entities

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

5 years agoGenerate OMC Members and OMC Alumni
Richard Levitte [Wed, 13 Jun 2018 17:19:13 +0000 (19:19 +0200)]
Generate OMC Members and OMC Alumni

This simplifies our lives when we need to do changes, since we already
have a personell database.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/60)

5 years agoFix advisory link
Matt Caswell [Tue, 12 Jun 2018 12:10:13 +0000 (13:10 +0100)]
Fix advisory link

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

5 years agoUpdates for CVE-2018-0732
Matt Caswell [Tue, 12 Jun 2018 09:25:31 +0000 (10:25 +0100)]
Updates for CVE-2018-0732

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

5 years agoEmilia Käsper has left us
Richard Levitte [Tue, 12 Jun 2018 07:19:01 +0000 (09:19 +0200)]
Emilia Käsper has left us

5 years agoRemove rationale paragraph
Rich Salz [Tue, 29 May 2018 15:18:24 +0000 (11:18 -0400)]
Remove rationale paragraph

Reviewed-by: OMC Vote
5 years agoUpdate the release strategy
Matt Caswell [Tue, 29 May 2018 08:21:53 +0000 (09:21 +0100)]
Update the release strategy

Updates in line with the following votes:

"The next LTS release will be 1.1.1 and the LTS expiry date for 1.0.2 will
not be changed."

and

"1.1.1 beta release schedule changed so that the next two beta releases
are now 29th May, 19 June and we will re-review release readiness after
that. We will also ensure that there is at least one beta release post
TLS-1.3 RFC publication prior to the final release."

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

5 years agoUpdates to newsflash for pre7 release
Matt Caswell [Tue, 29 May 2018 12:26:20 +0000 (13:26 +0100)]
Updates to newsflash for pre7 release

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

6 years agoRevert "Remove rationale, clarify language."
Rich Salz [Wed, 23 May 2018 23:57:47 +0000 (19:57 -0400)]
Revert "Remove rationale, clarify language."

This reverts commit ac5eb58ddc24db122c494b4cb13de3adff366e48.

6 years agoRemove rationale, clarify language.
Rich Salz [Mon, 14 May 2018 20:29:47 +0000 (16:29 -0400)]
Remove rationale, clarify language.

Add 1.1.1 release/LTS details.

Remove paragraph justifying binary compatibility.  Also remove
phrase "as implied by the above" beause, well, it ACTUALY ISN'T
implied by the above. :)

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

6 years agoRemove the Forthcoming Features section as per OMC vote
Matt Caswell [Wed, 23 May 2018 09:01:41 +0000 (10:01 +0100)]
Remove the Forthcoming Features section as per OMC vote

Issues have been created for the outstanding features, also as per the
vote.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/54)

6 years agoUpdate policy to remove a guiding principle as per vote at Ottawa f2f
Mark J. Cox [Wed, 16 May 2018 20:40:33 +0000 (21:40 +0100)]
Update policy to remove a guiding principle as per vote at Ottawa f2f

6 years agoBroken link to pgpkey.html
Rich Salz [Wed, 16 May 2018 20:09:43 +0000 (16:09 -0400)]
Broken link to pgpkey.html

Also fix indent of #include'd file

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

6 years agoRemove NSA license and mention of it
Rich Salz [Fri, 6 Apr 2018 16:08:26 +0000 (12:08 -0400)]
Remove NSA license and mention of it

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

6 years agoTweak wording based on F2F
Rich Salz [Sat, 5 May 2018 14:10:44 +0000 (10:10 -0400)]
Tweak wording based on F2F

6 years agoUpdate newsflash for new release
Matt Caswell [Tue, 1 May 2018 12:30:50 +0000 (13:30 +0100)]
Update newsflash for new release

6 years agoWhat we probably meant to do here is create anchors, so let's do that
Mark J. Cox [Wed, 25 Apr 2018 14:26:35 +0000 (15:26 +0100)]
What we probably meant to do here is create anchors, so let's do that

6 years agoUpdate the URL to save having to click through twice to the new
Mark J. Cox [Wed, 25 Apr 2018 14:23:27 +0000 (15:23 +0100)]
Update the URL to save having to click through twice to the new
location; this is a trivial change for which we do not need to vote
on a policy change or update the policy change date.

6 years agoFix emacs autowrap I didn't notice
Mark J. Cox [Wed, 25 Apr 2018 09:44:57 +0000 (10:44 +0100)]
Fix emacs autowrap I didn't notice

6 years agoNote the questions we get asked frequently about bug bounties and
Mark J. Cox [Wed, 25 Apr 2018 09:43:04 +0000 (10:43 +0100)]
Note the questions we get asked frequently about bug bounties and
lack of a SPF record.  We could add more here for the other frequently
reported issues (like an open ftp server, open directory listings etc)

6 years agoRemove duplicated text and refer to report a security issue section
Mark J. Cox [Wed, 25 Apr 2018 09:11:30 +0000 (10:11 +0100)]
Remove duplicated text and refer to report a security issue section

6 years agoMove the details of reporting security issues here, that way we can
Mark J. Cox [Wed, 25 Apr 2018 09:06:48 +0000 (10:06 +0100)]
Move the details of reporting security issues here, that way we can
remove the duplication from each vulnerability page and we can add
more details about reports we will reject

6 years agoFix error for CVE-2018-0737
Matt Caswell [Tue, 24 Apr 2018 07:21:54 +0000 (08:21 +0100)]
Fix error for CVE-2018-0737

vulnerabilities.xml erroneously did not list 1.0.2a and 1.0.2 as affected.