Re: [Technical Errata Reported] RFC6265 (8877)

On Apr 14, 2026, at 05:10, Mike Bishop <mbishop@evequefou.be> wrote:
> 
> The grammar for the `month` production only contains lower case month names, like `"jan"`. 

I haven’t really looked into the context here, but:

RFC 6265:

   month           = ( "jan" / "feb" / "mar" / "apr" /
                       "may" / "jun" / "jul" / "aug" /
                       "sep" / "oct" / "nov" / "dec" ) *OCTET

RFC 5234:

   NOTE:

      ABNF strings are case insensitive and the character set for these
      strings is US-ASCII.

Here are 10 matching strings from the RFC6265 rule without *OCTET:

$ pbpaste| abnfgen -n 10
dECaprDEcJulmarnovDEcMaYMaRmAR

Grüße, Carsten

Received on Tuesday, 14 April 2026 04:08:06 UTC