Re: [PATCH] fix "the the" typo

2022-12-14 Thread Yaroslav Zhuravlev
Hi Sergey, Thank you for the diff, it also requires a commit log message, smth like "Fixed typo in the sticky directive", otherwise the diff looks good. > On 14 Dec 2022, at 01:29, Sergey A. Osokin wrote: > > Hi, > > here's the patch to fix "the the" typo. > > Thank you. > > -- > Sergey

[PATCH] Fixed typo in the sticky directive

2022-12-14 Thread Sergey A . Osokin
xml/en/docs/http/ngx_http_upstream_module.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) # HG changeset patch # User Sergey A. Osokin # Date 1671031009 -10800 # Wed Dec 14 18:16:49 2022 +0300 # Node ID 72b76e78e2845278b7a93bffe953a17077cd5f70 # Parent 178f55cf631aa1c8728166

[PATCH] Fix typos in the CHANGES files

2022-12-14 Thread Sergey A . Osokin
text/en/CHANGES-0.5 | 2 +- text/en/CHANGES-0.6 | 6 +++--- text/en/CHANGES-0.7 | 6 +++--- text/en/CHANGES-0.8 | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) # HG changeset patch # User Sergey A. Osokin # Date 1671031600 -10800 # Wed Dec 14 18:26:40 2022 +0300 # Node I

Re: [PATCH] Fixed typo in the sticky directive

2022-12-14 Thread Yaroslav Zhuravlev
[...] > # HG changeset patch > # User Sergey A. Osokin > # Date 1671031009 -10800 > # Wed Dec 14 18:16:49 2022 +0300 > # Node ID 72b76e78e2845278b7a93bffe953a17077cd5f70 > # Parent 178f55cf631aa1c87281667b63e6cc3139459d8b > Fixed typo in the sticky directive > > diff -r 178f55cf631a -r 72b

Re: [PATCH] Fix typos in the CHANGES files

2022-12-14 Thread Maxim Dounin
Hello! On Wed, Dec 14, 2022 at 06:27:07PM +0300, Sergey A. Osokin wrote: > text/en/CHANGES-0.5 | 2 +- > text/en/CHANGES-0.6 | 6 +++--- > text/en/CHANGES-0.7 | 6 +++--- > text/en/CHANGES-0.8 | 6 +++--- > 4 files changed, 10 insertions(+), 10 deletions(-) > > > # HG changeset patch > # U

[PATCH] SSL: SSL_CTX_set_tlsext_ticket_key_cb() deprecated in OpenSSL 3.0

2022-12-14 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1671069897 -14400 # Thu Dec 15 06:04:57 2022 +0400 # Node ID 8fbae86083f2efda8b4e079b3bda148dec220323 # Parent c38588d8376b77fc2f56f90ca16533031b235491 SSL: SSL_CTX_set_tlsext_ticket_key_cb() deprecated in OpenSSL 3.0. It becomes hidden wh

[PATCH] Tests: ssl session ticket key rotation tests

2022-12-14 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 1671070326 -14400 # Thu Dec 15 06:12:06 2022 +0400 # Node ID 82dc9c3a4ec81636e42e1417ce6661f3b0e4d358 # Parent ff6c99824947575d4a8d3c9aeea8d6b68e0ace29 Tests: ssl session ticket key rotation tests. diff --git a/ssl_session_ticket_key.t b/s

Re: [PATCH] SSL: SSL_CTX_set_tlsext_ticket_key_cb() deprecated in OpenSSL 3.0

2022-12-14 Thread Maxim Dounin
Hello! On Thu, Dec 15, 2022 at 06:13:41AM +0400, Sergey Kandaurov wrote: > # HG changeset patch > # User Sergey Kandaurov > # Date 1671069897 -14400 > # Thu Dec 15 06:04:57 2022 +0400 > # Node ID 8fbae86083f2efda8b4e079b3bda148dec220323 > # Parent c38588d8376b77fc2f56f90ca16533031b235491 >