0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Node.js v11.15.0リリースノート

Posted at

deps

  • add s390 asm rules for OpenSSL-1.1.1
    • s390 asmルールを追加?

src

  • add .code and SSL specific error properties
    • .codeとSSL特有のエラープロパティを追加

tls

  • add --tls-min-v1.2 CLI switch
    • CLIを切り替えるための--tls-min-v1.2オプションを追加
  • supported shared openssl 1.1.0
    • openssl1.1.0をサポート?
  • revert default max to TLSv1.2
    • デフォルトのTLSの最大をv1.3からv1.2に戻した
      • 下記TLSv1.3サポート時のミスの修正?
  • revert change to invalid protocol error type
    • 下記ERR_TLS_INVALID_PROTOCOL_METHODの実装でエラーの型の指定が誤っていたため修正?
  • support TLSv1.3
    • TLSv1.3をサポート
  • add code for ERR_TLS_INVALID_PROTOCOL_METHOD
    • ERR_TLS_INVALID_PROTOCOL_METHODのコードを追加
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?