Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
2bdf7af2
Commit
2bdf7af2
authored
Feb 23, 2020
by
Tobias S. Josefowitz
Browse files
Options
Downloads
Patches
Plain Diff
CHANGES: Document signature algorithm change
parent
2883e096
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+18
-3
18 additions, 3 deletions
CHANGES
with
18 additions
and
3 deletions
CHANGES
+
18
−
3
View file @
2bdf7af2
...
@@ -30,6 +30,11 @@ o SSL
...
@@ -30,6 +30,11 @@ o SSL
The SSL module now supports session ticket both client and server side.
The SSL module now supports session ticket both client and server side.
This functionality has been backported from 8.1/master.
This functionality has been backported from 8.1/master.
o Standards.X509
Standards.X509 now allows the user to select acceptable signature
algorithms to be used in the verification of certificates.
o Stdio.PROP_TTY
o Stdio.PROP_TTY
Stdio.File()->pipe() can now be used to create tty-capable
Stdio.File()->pipe() can now be used to create tty-capable
...
@@ -187,10 +192,20 @@ o Sql.pgsql
...
@@ -187,10 +192,20 @@ o Sql.pgsql
o SSL
o SSL
When verifying the hostname against the certificate, only accept *
-
When verifying the hostname against the certificate, only accept *
(wildcard) for one level, i.e. *.example.com matches foo.example.com,
(wildcard) for one level, i.e. *.example.com matches foo.example.com,
but not www.foo.example.com. Previously, all levels were matched.
but not www.foo.example.com. Previously, all levels were matched.
- No longer accept MD2, MD5, and SHA1 as signature algorithms when
verification is requested. MD2 and MD5 are outright dangerous at
this point, and SHA1 should no longer be very relevant as web
browsers already force CAs for several years to no longer issue any
SHA1 certs anymore.
Acceptable signature algorithms are however configurable via
SSL.Context now, in case support of older/insecure algorithms is
vehemently required by an application.
o SSL.File
o SSL.File
Do not close automatically on write error.
Do not close automatically on write error.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment