Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Feb 2, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

etiennebarrie and others added 6 commits February 2, 2026 15:32
    + gmake RELNAME=master@0f1eea0 AUTOCONF=autoconf dist
    /home/chkbuild/.rbenv/versions/3.4.8/bin/ruby --disable=gems  ./tool/make-snapshot \
    -srcdir=. -packages=gzip,zip,all \
    -unicode-version=17.0.0 \
    tmp master@0f1eea09490
    Exporting master@0f1eea09490
    Cloning into '/home/chkbuild/chkbuild/tmp/build/20260121T093003Z/tmp/ruby-snapshot20260121-3800606-t2y44s/ruby'...
    done.
    fatal: bad revision '#<struct VCS::GIT::Branch to_str="master">'
    fatal: bad revision '#<struct VCS::GIT::Branch to_str="master">'
    ./tool/make-snapshot:399: warning: no starting commit found
`RCLASS_PRIME_CLASSEXT_PRIME_WRITABLE` doesn't exist, it's
`RCLASS_PRIME_CLASSEXT_WRITABLE`.
* OpenSSL::PKCS12.create calling the PKCS12_create() has the argument mac_iter
  which uses a MAC key using PKCS12KDF which is not FIPS-approved.
* OpenSSL::PKCS12.new with base64-encoded example calling PKCS12_parse()
  verifies the MAC key using PKCS12KDF which is not FIPS-approved.
* PBE-SHA1-3DES uses PKCS12KDF which is not FIPS-approved according to the RFC
  7292 PKCS#12.
  https://datatracker.ietf.org/doc/html/rfc7292#appendix-C
  > The PBES1 encryption scheme defined in PKCS #5 provides a number of
  > algorithm identifiers for deriving keys and IVs; here, we specify a
  > few more, all of which use the procedure detailed in Appendices B.2
  > and B.3 to construct keys (and IVs, where needed).  As is implied by
  > their names, all of the object identifiers below use the hash
  > function SHA-1.
  > ...
  > pbeWithSHAAnd3-KeyTripleDES-CBC  OBJECT IDENTIFIER ::= {pkcs-12PbeIds 3}

  Note that the pbeWithSHAAnd3-KeyTripleDES-CBC (pkcs12-pbeids 3) in the RFC
  7292 PKCS#12 means PBE-SHA1-3DES in OpenSSL. PKCS12KDF is used in PKCS#12.
  https://oidref.com/1.2.840.113549.1.12.1.3
  https://github.com/openssl/openssl/blob/ed57d1e06dca28689190e00d9893e0fd7ecc67c1/crypto/objects/objects.txt#L385

ruby/openssl@2aa6d97a54
Many characters have special meaning and break formatting

ruby/prism@0b9d516c26
This is more akin to how all the other ones work.
Instead I added most of this to the errors test like focusing
a few specifically and creating new expectations.

ruby/prism@b21922b0a1
@pull pull bot locked and limited conversation to collaborators Feb 2, 2026
@pull pull bot added the ⤵️ pull label Feb 2, 2026
@pull pull bot merged commit 03090e2 into turkdevops:master Feb 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants