diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 83e75193d..6ac40549c 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,11 @@ 2006-12-06 Love Hörnquist Åstrand + * cert.c (_hx509_calculate_path): add flag to allow leaving out + trust anchor + + * cms.c (hx509_cms_create_signed_1): when building the path, omit + the trust anchors. + * crypto.c (rsa_create_signature): Abort when signature is longer, not shorter.