◐ Shell
clean mode source ↗

gh-127330: Update for OpenSSL 3.4 by encukou · Pull Request #127331 · python/cpython

added 6 commits

November 26, 2024 12:50
Also:
- Avoid the deprecated `datetime.datetime.utcnow()`
- Fix newline

This requires that the OpenSSL source tree is a Git checkout,
and that you have Git installed. Both should be fine for a tool
run manually by people who can change the tool.

@encukou encukou changed the title gh-27330: Update for OpenSSL 3.4 gh-127330: Update for OpenSSL 3.4

Nov 27, 2024

@encukou

@encukou

@encukou

encukou

@encukou

halstead pushed a commit to yoctoproject/poky that referenced this pull request

Nov 29, 2024
python/cpython#127331
python/cpython#127361

(From OE-Core rev: e271e9cbf896f1fb97d56c426e4217a6d2105ea4)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

halstead pushed a commit to openembedded/openembedded-core that referenced this pull request

Nov 29, 2024

halstead pushed a commit to yoctoproject/poky that referenced this pull request

Nov 29, 2024
python/cpython#127331
python/cpython#127361

(From OE-Core rev: e5f3a1793e34fb4cd1e53ca60b67f9a9f084b7a6)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

halstead pushed a commit to openembedded/openembedded-core that referenced this pull request

Nov 29, 2024

leimaohui pushed a commit to ubinux/yocto-ubinux that referenced this pull request

Dec 25, 2024
python/cpython#127331
python/cpython#127361

(From OE-Core rev: e5f3a1793e34fb4cd1e53ca60b67f9a9f084b7a6)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

leimaohui pushed a commit to ubinux/yocto-ubinux that referenced this pull request

Dec 25, 2024
python/cpython#127331
python/cpython#127361

(From OE-Core rev: e5f3a1793e34fb4cd1e53ca60b67f9a9f084b7a6)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

@jcfp jcfp mentioned this pull request

Dec 27, 2024

ebonnal pushed a commit to ebonnal/cpython that referenced this pull request

Jan 12, 2025
… process (pythonGH-127331)

- Add `git describe` output to headers generated by `make_ssl_data.py`

  This info is more important than the date when the file was generated.
  It does mean that the tool now requires a Git checkout of OpenSSL,
  not for example a release tarball.

- Regenerate the older file to add the info.
  To the other older file, add a note about manual edits.

- Add notes on how to add a new OpenSSL version

- Add 3.4 error messages and multissl tests

This was referenced

Aug 26, 2025