TWSD-89 AG : Supporting of TLSv1.3 for Front end and backend

Review Request #1128 — Created Oct. 31, 2025 and submitted — Latest diff uploaded

peteryeh
AG
rel_ag_9_4_5
TWSD-89
atlas, evalin, jasonchou, milliechou

First commit:
1. Add OpenSSL 1.1.1d libraries to the AG runtime filesystem.
2. Add Perl 5.10 and scripts to compiler when compiling OpenSSL 1.1.1d.

Note:
1. OpenSSL 1.1.1d's library names will be: libssl.so.1.1 / libcrypto.so.1.1 on the AG filesystem.
2. OpenSSL 1.0.2t and 0.9.8 are still in the AG system.

AN# find /ca -name "libcrypto*"
/ca/lib/libcrypto.so.2
/ca/lib/libcrypto.a
/ca/lib/libcrypto_p.a
/ca/lib/libcrypto.so.0.9.8
/ca/lib/libcrypto.so.1.0.0
/ca/lib/libcrypto_app.a
/ca/lib/libcrypto.so.5
/ca/lib/libcrypto.so.8
/ca/lib/libcrypto.so.1.1 <<<<<<<<<<<<<<<<<<<<

AN# find /ca -name "libssl*"
/ca/lib/libssl.so.0.9.8
/ca/lib/libssl.so.1.0.0
/ca/lib/libssl.so.5
/ca/lib/libsslproxy.a
/ca/lib/libssl_crypto_common.a
/ca/lib/libssl.so.1.1 <<<<<<<<<<<<<<<<<<<<

    Loading...