boulder/core
James Renken 7214b285e4
identifier: Remove helper funcs from PB identifiers migration (#8236)
Remove `ToDNSSlice`, `FromProtoWithDefault`, and
`FromProtoSliceWithDefault` now that all their callers are gone. All
protobufs but one have migrated from DnsNames to Identifiers.

Remove TODOs for the exception, `ValidationRecord`, where an identifier
type isn't appropriate and it really only needs a string.

Rename `corepb.ValidationRecord.DnsName` to `Hostname` for clarity, to
match the corresponding PB's field name.

Improve various comments and docs re: IP address identifiers.

Depends on #8221 (which removes the last callers)
Fixes #8023
2025-06-13 12:55:32 -07:00
..
proto identifier: Remove helper funcs from PB identifiers migration (#8236) 2025-06-13 12:55:32 -07:00
challenges.go Correct Comments on Challenge Construction in `core/challenges.go` (#7242) 2024-01-08 14:55:33 -08:00
challenges_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
core_test.go Deprecate Challenge.ProvidedKeyAuthorization (#7515) 2024-06-04 14:48:36 -07:00
interfaces.go Add Identifiers to Authorization & Order structs (#7961) 2025-03-26 10:30:24 -07:00
objects.go identifier: Remove helper funcs from PB identifiers migration (#8236) 2025-06-13 12:55:32 -07:00
objects_test.go identifier: Remove helper funcs from PB identifiers migration (#8236) 2025-06-13 12:55:32 -07:00
util.go Add Identifiers to Authorization & Order structs (#7961) 2025-03-26 10:30:24 -07:00
util_test.go Add Identifiers to Authorization & Order structs (#7961) 2025-03-26 10:30:24 -07:00