c2pa-rs.meta

Issues/PRs archive for mtrnords-photography-manager/c2pa-rs
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.meta.git
Log | Files | Refs

3.md (8639B)


      1 # PR #3 Update rsa requirement from 0.6.1 to 0.9.6 in /sdk
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-06-23T13:30:57Z
      6 - **Branch:** dependabot/cargo/sdk/rsa-0.9.6 → main
      7 - **Closed:** 2024-06-23T14:13:48Z
      8 - **Labels:** dependencies
      9 - **Diff:** [3.diff](./3.diff)
     10 
     11 ---
     12 
     13 Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.
     14 <details>
     15 <summary>Changelog</summary>
     16 <p><em>Sourced from <a href="https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md">rsa's changelog</a>.</em></p>
     17 <blockquote>
     18 <h2>0.9.6 (2023-12-01)</h2>
     19 <h3>Added</h3>
     20 <ul>
     21 <li>expose a <code>pss::get_default_pss_signature_algo_id</code> helper (<a href="https://redirect.github.com/RustCrypto/RSA/issues/393">#393</a>)</li>
     22 <li>expose <code>pkcs1v15::RsaSignatureAssociatedOid</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/392">#392</a>)</li>
     23 </ul>
     24 <p><a href="https://redirect.github.com/RustCrypto/RSA/issues/392">#392</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/392">RustCrypto/RSA#392</a>
     25 <a href="https://redirect.github.com/RustCrypto/RSA/issues/393">#393</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/393">RustCrypto/RSA#393</a></p>
     26 <h2>0.9.5 (2023-11-27)</h2>
     27 <h3>Added</h3>
     28 <ul>
     29 <li>Adds <code>RsaPrivateKey::from_primes</code> and <code>RsaPrivateKey::from_p_q</code> methods (<a href="https://redirect.github.com/RustCrypto/RSA/issues/386">#386</a>)</li>
     30 </ul>
     31 <p><a href="https://redirect.github.com/RustCrypto/RSA/issues/386">#386</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/386">RustCrypto/RSA#386</a></p>
     32 <h2>0.9.4 (2023-11-20)</h2>
     33 <h3>Added</h3>
     34 <ul>
     35 <li>Deterministic implementation of prime factors recovery (<a href="https://redirect.github.com/RustCrypto/RSA/issues/380">#380</a>)</li>
     36 </ul>
     37 <p><a href="https://redirect.github.com/RustCrypto/RSA/issues/380">#380</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/380">RustCrypto/RSA#380</a></p>
     38 <h2>0.9.3 (2023-10-26)</h2>
     39 <h3>Added</h3>
     40 <ul>
     41 <li>PKCS#8/SPKI decoding trait impls for <code>pkcs1v15</code> keys (<a href="https://redirect.github.com/RustCrypto/RSA/issues/346">#346</a>)</li>
     42 <li><code>hazmat</code> feature as a replacement for <code>expose-internals</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/352">#352</a>)</li>
     43 </ul>
     44 <h3>Changed</h3>
     45 <ul>
     46 <li>Bump <code>serde</code> dependency to 1.0.184 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/360">#360</a>)</li>
     47 </ul>
     48 <h3>Removed</h3>
     49 <ul>
     50 <li>Unused dependencies (<a href="https://redirect.github.com/RustCrypto/RSA/issues/357">#357</a>)</li>
     51 </ul>
     52 <p><a href="https://redirect.github.com/RustCrypto/RSA/issues/346">#346</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/346">RustCrypto/RSA#346</a>
     53 <a href="https://redirect.github.com/RustCrypto/RSA/issues/352">#352</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/352">RustCrypto/RSA#352</a>
     54 <a href="https://redirect.github.com/RustCrypto/RSA/issues/357">#357</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/357">RustCrypto/RSA#357</a>
     55 <a href="https://redirect.github.com/RustCrypto/RSA/issues/360">#360</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/360">RustCrypto/RSA#360</a></p>
     56 <h2>0.9.2 (2023-05-08)</h2>
     57 <h3>Fixed</h3>
     58 <ul>
     59 <li>pkcs1v15: have <code>fmt</code> impls call <code>SignatureEncoding::to_bytes</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/330">#330</a>)</li>
     60 </ul>
     61 <p><a href="https://redirect.github.com/RustCrypto/RSA/issues/330">#330</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/330">RustCrypto/RSA#330</a></p>
     62 <h2>0.9.1 (2023-05-03)</h2>
     63 <h3>Fixed</h3>
     64 <ul>
     65 <li>Left pad signatures when encoding (<a href="https://redirect.github.com/RustCrypto/RSA/issues/325">#325</a>)</li>
     66 </ul>
     67 <p><a href="https://redirect.github.com/RustCrypto/RSA/issues/325">#325</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/325">RustCrypto/RSA#325</a></p>
     68 <h2>0.9.0 (2023-04-27)</h2>
     69 <h3>Added</h3>
     70 <!-- raw HTML omitted -->
     71 </blockquote>
     72 <p>... (truncated)</p>
     73 </details>
     74 <details>
     75 <summary>Commits</summary>
     76 <ul>
     77 <li><a href="https://github.com/RustCrypto/RSA/commit/a801f53a770456e71d2e7964c39ea4ddaf779765"><code>a801f53</code></a> v0.9.6 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/397">#397</a>)</li>
     78 <li><a href="https://github.com/RustCrypto/RSA/commit/a2ed9dd3c0e7c01c1135c3e143b9d4f4ed1383f8"><code>a2ed9dd</code></a> build(deps): bump spki from 0.7.2 to 0.7.3 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/396">#396</a>)</li>
     79 <li><a href="https://github.com/RustCrypto/RSA/commit/7803ce534ec94dc08b591c8c3bb434f8207a9dde"><code>7803ce5</code></a> pkcs1v15: expose <code>RsaSignatureAssociatedOid</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/392">#392</a>)</li>
     80 <li><a href="https://github.com/RustCrypto/RSA/commit/7341cd0159d49464f7f3639c998c4b66d6bf9e49"><code>7341cd0</code></a> pss: expose a <code>get_default_pss_signature_algo_id</code> helper (<a href="https://redirect.github.com/RustCrypto/RSA/issues/393">#393</a>)</li>
     81 <li><a href="https://github.com/RustCrypto/RSA/commit/5d45065bd8b3474399e5575abde74bfd246d568b"><code>5d45065</code></a> README.md: add info about Marvin Attack (RUSTSEC-2023-0071) (<a href="https://redirect.github.com/RustCrypto/RSA/issues/391">#391</a>)</li>
     82 <li><a href="https://github.com/RustCrypto/RSA/commit/ac108c9e9d500f78c3c0238bc8f2dd140f2241ca"><code>ac108c9</code></a> Revert &quot;README.md: use <code>? instead of </code>expect` in example (<a href="https://redirect.github.com/RustCrypto/RSA/issues/385">#385</a>)&quot; (<a href="https://redirect.github.com/RustCrypto/RSA/issues/389">#389</a>)</li>
     83 <li><a href="https://github.com/RustCrypto/RSA/commit/6df6d087292768960f39ff8e78f234a7480d688b"><code>6df6d08</code></a> v0.9.5 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/388">#388</a>)</li>
     84 <li><a href="https://github.com/RustCrypto/RSA/commit/63409e526cbdb6ee415c235076108925b2decc4e"><code>63409e5</code></a> Adds <code>RsaPrivateKey::from_primes</code> and <code>RsaPrivateKey::from_p_q</code> methods (<a href="https://redirect.github.com/RustCrypto/RSA/issues/386">#386</a>)</li>
     85 <li><a href="https://github.com/RustCrypto/RSA/commit/00eaa91db598ad6ebe57024182e93bb82c3d75a3"><code>00eaa91</code></a> README.md: use <code>? instead of </code>expect` in example (<a href="https://redirect.github.com/RustCrypto/RSA/issues/385">#385</a>)</li>
     86 <li><a href="https://github.com/RustCrypto/RSA/commit/3eb4e38e3789570dede566bc37a2b320a541bc6d"><code>3eb4e38</code></a> v0.9.4 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/384">#384</a>)</li>
     87 <li>Additional commits viewable in <a href="https://github.com/RustCrypto/RSA/compare/v0.7.0-pre...v0.9.6">compare view</a></li>
     88 </ul>
     89 </details>
     90 <br />
     91 
     92 
     93 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
     94 
     95 [//]: # (dependabot-automerge-start)
     96 [//]: # (dependabot-automerge-end)
     97 
     98 ---
     99 
    100 <details>
    101 <summary>Dependabot commands and options</summary>
    102 <br />
    103 
    104 You can trigger Dependabot actions by commenting on this PR:
    105 - `@dependabot rebase` will rebase this PR
    106 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    107 - `@dependabot merge` will merge this PR after your CI passes on it
    108 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    109 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    110 - `@dependabot reopen` will reopen this PR if it is closed
    111 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    112 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    113 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    114 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    115 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    116 
    117 
    118 </details>
    119 
    120 
    121 ## Comments
    122 
    123 ### @dependabot[bot] — 2024-06-23T14:13:47Z
    124 
    125 Looks like rsa is up-to-date now, so this is no longer needed.
    126