File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -67,21 +67,29 @@ typedef uint32_t psa_key_type_t;
67
67
68
68
/** The type of PSA elliptic curve identifiers.
69
69
*
70
- * The encoding of curve identifiers is aligned with the
70
+ * The encoding of curve identifiers is taken from the
71
71
* TLS Supported Groups Registry (formerly known as the
72
72
* TLS EC Named Curve Registry)
73
73
* https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8
74
74
* The values are defined by RFC 8422 and RFC 7027.
75
+ *
76
+ * This specification defines identifiers for some of the curves in the IANA
77
+ * registry. Implementations that support other curves that are in the IANA
78
+ * registry should use the IANA value and a implementation-specific identifier.
75
79
*/
76
80
typedef uint16_t psa_ecc_curve_t ;
77
81
78
82
/** The type of PSA Diffie-Hellman group identifiers.
79
83
*
80
- * The encoding of group identifiers is aligned with the
84
+ * The encoding of group identifiers is taken from the
81
85
* TLS Supported Groups Registry (formerly known as the
82
86
* TLS EC Named Curve Registry)
83
87
* https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8
84
88
* The values are defined by RFC 7919.
89
+ *
90
+ * This specification defines identifiers for some of the groups in the IANA
91
+ * registry. Implementations that support other groups that are in the IANA
92
+ * registry should use the IANA value and a implementation-specific identifier.
85
93
*/
86
94
typedef uint16_t psa_dh_group_t ;
87
95
You can’t perform that action at this time.
0 commit comments