Skip to content

Add note about openssl_x509_parse time parsing change in 8.4 を取り込み #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion reference/openssl/functions/openssl-x509-parse.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: d1e3ea622e5d4f542cd36eca59a9f22aa0142633 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: af4e920c7232115ba0fe800b280eefbbed078597 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.openssl-x509-parse" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -69,6 +69,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
すべての OpenSSL バージョンで、UTCTime に秒が含まれていない証明書をパースできなくなりました。
OpenSSL のバージョン 3.3 以降を使っていた場合は、以前からパースできませんでした。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down