Dmitry Savintsev
Dmitry Savintsev
> [OCPNODE-2338](https://issues.redhat.com/browse/OCPNODE-2338) now tracked in [RUN-2436](https://issues.redhat.com/browse/RUN-2436)
> Rebased with the base branch. @QiWang19 could you rebase it again? (Maybe this would help to get this merged 😄 )
> [OCPNODE-2338](https://issues.redhat.com/browse/OCPNODE-2338) ^^ replaced with [RUN-2436](https://issues.redhat.com/browse/RUN-2436)
@mtrmac @QiWang19 really great that this is going to be released - thanks so much for pushing this on! Have a question regarding the support for timestamping authority CA Roots...
> It also lets us easily pass sets of roots rather than a single root in a chain. being able to pass a set of roots (a bundle) would be...
> Something to learn from is how openssl implements this - You pass a set of trusted certificates (typically root certs) and "untrusted" certs used for chain building (typically intermediates)....
files that use some of the types and functions in pkg/cosign/keys.go marked with `TODO - move to internal`, to help evaluating the impact of the possible changes: ```bash $ rg...
> Blocked, the `rsa` crate is bringing the `v0.8` version of `rand` through the `num-bigint-dig` dependency. > > The `num-bigint-dig` dependency is unmaintained since years, there are plans inside of...
https://github.com/LukeMathWalker/zero-to-production/pull/275 was raised previously to fix this.