Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dhparam.asn « rfc-to-der « tools - github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35619d44d1b31cd8f69f4f35b60c040827de7938 (plain)
1
2
3
4
5
6
7
8
DHParameter DEFINITIONS ::= BEGIN

DHParameter ::= SEQUENCE {
  prime INTEGER, -- p
  base INTEGER, -- g
  privateValueLength INTEGER OPTIONAL }

END