boulder/crl
Phil Porada 6925fad324
Finish migration from int64 timestamps to timestamppb (#7142)
This is a cleanup PR finishing the migration from int64 timestamps to
protobuf `*timestamppb.Timestamps` by removing all usage of the old
int64 fields. In the previous PR
https://github.com/letsencrypt/boulder/pull/7121 all fields were
switched to read from the protobuf timestamppb fields.

Adds a new case to `core.IsAnyNilOrZero` to check various properties of
a `*timestamppb.Timestamp` reducing the visual complexity for receivers.

Fixes https://github.com/letsencrypt/boulder/issues/7060
2023-11-27 13:37:31 -08:00
..
checker Unfork crl x509 (#7078) 2023-09-15 20:25:13 -07:00
storer crl-storer: check number before uploading (#7065) 2023-09-27 09:12:44 -07:00
updater Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
crl.go Greatly simplify crl-updater's batch mode (#7079) 2023-09-19 13:40:18 -07:00
crl_test.go Greatly simplify crl-updater's batch mode (#7079) 2023-09-19 13:40:18 -07:00