Skip to content

Commit

Permalink
Merge pull request #157 from miyazakh/ocsp_stapling_multi
Browse files Browse the repository at this point in the history
[wolfSSL] add --enable-ocspstapling=no-multi
  • Loading branch information
cconlon authored Oct 16, 2024
2 parents 71bb1a5 + aacef33 commit ef97040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions wolfSSL/src-ja/chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -3553,9 +3553,7 @@ chachaを無効にします
### `--enable-ocspstapling`



OCSPステーリングを有効にします

OCSPステーリングを有効にします(`=no-multi`を指定するとTLS1.3使用時のCertificateメッセージへの 複数 OCSP Stapling を無効にします。)


### `--enable-ocspstapling2`
Expand Down
2 changes: 1 addition & 1 deletion wolfSSL/src/chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -2739,7 +2739,7 @@ Enabling this option adds OCSP (Online Certificate Status Protocol) support to w
### `--enable-ocspstapling`
Enable OCSP Stapling
Enable OCSP Stapling (`=no-multi` to disable multiple OCSP Stapling for TLS1.3 Certificate)
### `--enable-ocspstapling2`
Expand Down

0 comments on commit ef97040

Please sign in to comment.