diff options
| author | Kasumi Hanazuki <kasumi@rollingapple.net> | 2024-02-28 06:48:40 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-02-29 20:55:26 +0000 |
| commit | 2508a7969977d1156a1e4772e80595b3fef2b559 (patch) | |
| tree | 39464f81763c26997aa3e510b013f08237e97438 /include/ruby/assert.h | |
| parent | d3ae5808bbeaba529449c0e0270658436e8699fd (diff) | |
[ruby/resolv] Implement CAA resource record
This patch implements handling of CAA resource records defined by [RFC8659].
- There are no known deployment of CAA records outside of IN (Internet),
but the RFC does not state that CAA records are class-specific.
Thus `CAA` class is defined as a class-independent RRType.
- `CAA` class stores `flags` field (a 1-octet bitset) as an Integer.
In this way it's easier to ensure the encoded RR is in the valid wire format.
[RFC8659]: https://datatracker.ietf.org/doc/html/rfc8659
https://github.com/ruby/resolv/commit/cfc4de75e3
Co-authored-by: aeris <aeris@imirhil.fr>
Diffstat (limited to 'include/ruby/assert.h')
0 files changed, 0 insertions, 0 deletions
