Skip to content

Commit e1c9776

Browse files
authored
feat: enable kernel tls for openssl and nginx (#444)
Signed-off-by: Nic <[email protected]>
1 parent 4d804c3 commit e1c9776

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.5
1+
1.2.6

build-api7ee-runtime.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install_openssl_3(){
4646
zlib \
4747
enable-camellia enable-seed enable-rfc3779 \
4848
enable-cms enable-md2 enable-rc5 \
49-
enable-weak-ssl-ciphers \
49+
enable-weak-ssl-ciphers enable-ktls \
5050
--prefix=$OPENSSL_PREFIX \
5151
--libdir=lib \
5252
--with-zlib-lib=$zlib_prefix/lib \
@@ -206,6 +206,7 @@ fi
206206
--with-http_gunzip_module \
207207
--with-threads \
208208
--with-compat \
209+
--with-openssl-opt=enable-ktls \
209210
--with-luajit-xcflags="$luajit_xcflags" \
210211
$no_pool_patch \
211212
-j`nproc`

0 commit comments

Comments
 (0)