Enforce canonical encoding for ASPA eContent
from draft-ietf-sidrops-aspa-profile-22:
"An ASID value of 0 can only be encoded in the providers field as
a single item list, i.e., an element for AS 0 MUST NOT appear
alongside any other elements."
with/OK tb@
More ec_point_cmp() turd polishing
jsing prefers doing all computations first and comparing at the end. This
means we do more work when we fail and no longer (ab)use err as an out label.
Also split out one more helper.
ok jsing
age: Update to 1.3.1
pkgsrc changes:
- Install man pages
- Take maintainership
Changes:
v1.3.1
v1.3.1 is a minor release to restore version injection from downstream
package build processes.
v1.3.0: post-quantum (and more)!
Exactly six years after the first age beta release, v1.3.0 brings
post-quantum resistance to age, along with a couple long-requested
features, built-in support for recipients compatible with hardware
plugins, I/O API improvements, and many usability enhancements.
[8 lines not shown]
[VPlan] Fall back to legacy cost model if PtrSCEV is nullptr.
There are some cases when PtrSCEV can be nullptr. Fall back to legacy
cost model, to not call isLoopInvariant with nullptr.
Fixes a crash after 0c4f8094939d2.