Skip to content
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

Update OpenSSL client codes to support version 3.0 #982

Merged
merged 1 commit into from
May 22, 2022

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented May 22, 2022

OpenSSLを使うコードを更新してバージョン3.0に対応します。

  • ライブラリからエラーメッセージを取得
  • 非推奨となったTLS 1.2未満のプロトコルはサポートしない
  • サーバー証明書の検証を行う
  • 読み込み書き込み処理の再試行を追加

関連のissue: #975

OpenSSLを使うコードを更新してバージョン3.0に対応します。

* ライブラリからエラーメッセージを取得
* 非推奨となったTLS 1.2未満のプロトコルはサポートしない
* サーバー証明書の検証を行う
* 読み込み書き込み処理の再試行を追加
@ma8ma ma8ma added the feature 機能の追加と削除 label May 22, 2022
@ma8ma ma8ma merged commit dd50cd3 into JDimproved:master May 22, 2022
@ma8ma ma8ma deleted the update-openssl-client-codes branch May 22, 2022 13:05
@ma8ma ma8ma linked an issue Jun 18, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 機能の追加と削除
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

OpenSSL 3.0を使うと書き込みでエラーが発生する
1 participant