happyDeliver/api
Pierre-Olivier Mercier 1b8627ef86 dkim: expose algorithm, hash list, and key size in DKIM record analysis
Parse k=, h=, a= tags and derive RSA key bit-length from the public key
so consumers can detect weak configurations (SHA-1, short keys).
Scoring now penalises rsa-sha1 (cap 60), RSA <1024 bit (cap 25), and
RSA <2048 bit (cap 75); Ed25519 receives no penalty.

Fixes: #37
2026-05-18 20:57:31 +08:00
..
config-models.yaml Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
config-server.yaml Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
openapi.yaml Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
schemas.yaml dkim: expose algorithm, hash list, and key size in DKIM record analysis 2026-05-18 20:57:31 +08:00