aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2017-07-26 18:55:30 -0700
committerLev Walkin <vlm@lionet.info>2017-08-02 13:32:23 -0700
commitdbdc06725fa9f069c8233a700a3ea3bf16b7f844 (patch)
tree8e5f51eec416faa648dbb91da1754076531858e5 /libasn1fix
parent8aed40c467f105467882c9a63eafffcdc15de525 (diff)
clarification that EXCEPT is ignored in both PER and OER
Diffstat (limited to 'libasn1fix')
-rw-r--r--libasn1fix/asn1fix_crange.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libasn1fix/asn1fix_crange.c b/libasn1fix/asn1fix_crange.c
index 1dbd0d3b..907ffd6b 100644
--- a/libasn1fix/asn1fix_crange.c
+++ b/libasn1fix/asn1fix_crange.c
@@ -1014,8 +1014,10 @@ asn1constraint_compute_constraint_range(asn1p_expr_type_e expr_type, const asn1p
return range;
case ACT_CA_EXC: /* FROM("ABCD") EXCEPT FROM("AB") */
/*
- * X.691, #9.3.19:
+ * X.691 (PER), #9.3.19:
* EXCEPT and the following value set is completely ignored.
+ * X.696 (OER), #8.2.6:
+ * EXCEPT keyword and the following value set is completely ignored.
*/
assert(ct->el_count >= 1);
_range_free(range);