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
415280a7
Commit
415280a7
authored
10 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
SSL.Constants: ALPN is now RFC 7301.
parent
5d83ca22
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/SSL.pmod/Constants.pmod
+1
-1
1 addition, 1 deletion
lib/modules/SSL.pmod/Constants.pmod
with
1 addition
and
1 deletion
lib/modules/SSL.pmod/Constants.pmod
+
1
−
1
View file @
415280a7
...
...
@@ -1182,7 +1182,7 @@ constant EXTENSION_srp = 12; // RFC 5054
constant EXTENSION_signature_algorithms = 13; // RFC 5246
constant EXTENSION_use_srtp = 14; // RFC 5764
constant EXTENSION_heartbeat = 15; // RFC 6520
constant EXTENSION_application_layer_protocol_negotiation = 16; //
draft-ietf-tls-applayerprotoneg
constant EXTENSION_application_layer_protocol_negotiation = 16; //
RFC 7301
constant EXTENSION_status_request_v2 = 17; // RFC-ietf-tls-multiple-cert-status-extension-08
constant EXTENSION_signed_certificate_timestamp = 18; // RFC 6962
constant EXTENSION_client_certificate_type = 19; // RFC-ietf-tls-oob-pubkey-11
...
...
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