FYI on a build on F41:

   Compiling c509 v0.4.0 (/home/rgm/Downloads/c509)
warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
    --> src/main.rs:2155:40
     |
2155 | ...   let ts = chrono::TimeZone::timestamp(&chrono::Utc, *val as i64, 0);
     |                                  ^^^^^^^^^
     |
     = note: `#[warn(deprecated)]` on by default

warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead
   --> src/main.rs:546:116
    |
546 | ...g, "%Y%m%d%H%M%SZ").unwrap().timestamp() as u64);
    |                                 ^^^^^^^^^

warning: `c509` (bin "c509") generated 2 warnings
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
warning: the following packages contain code that will be rejected by a future version of Rust: cbor v0.4.1 note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`



On 3/24/25 9:57 AM, Joel Höglund wrote:
Dear Robert,

I'm afraid you are correct, there haven't been any resources available to work on the prototype and reference implementation lately. We are looking into the possibilities, but I don't have a time plan to share right now. But we are interested to know of further bug reports from anyone who has been using the test code.

Best Regards

Joel Höglund

On Mon, 24 Mar 2025 at 14:51, Robert Moskowitz <[email protected]> wrote:

    I am correct in that there has been no updates to the rust code in
    some
    8 months and the bug with version being "1" instead of "3" is
    still the
    case?

    Thus there is no reason for me to download new code for any new
    testing?

    I am finishing updating draft-ietf-drip-dki-06 which hase c509
    examples...

    thanks


    _______________________________________________
    COSE mailing list -- [email protected]
    To unsubscribe send an email to [email protected]


_______________________________________________
COSE mailing list [email protected]
To unsubscribe send an email [email protected]
_______________________________________________
COSE mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to