@@ -342,7 +342,7 @@ a `timeout` of 5 seconds. <!-- YAML added: v0.3.6 changes: - version: REPLACEME - version: v22.4.0 pr-url: https://github.com/nodejs/node/pull/53329 description: The `clientCertEngine` option depends on custom engine support in OpenSSL which is deprecated...
2024-12-19, Version 23.5.0 (Current) … 854d23b aduh95 added a commit to aduh95/nodejs.org that referenced this pull request Dec 19, 2024 Blog: vX.Y.Z release post … 6cde3d9 aduh95 added a commit to aduh95/nodejs.org that referenced this pull request Dec 19, 2024 Blog...
[8aab680f66] - test: fix OpenSSL version checks (Richard Lau) #53503 [6aa4f0f266] - test: refactor, add assertion to http-request-end (jakecastelli) #53411 [fbc5cbb617] - test_runner: remove plan option from run() (Colin Ihrig) #53834 [c590828ad8] - test_runner: fix escapi...
SSL_get_current_cipher, SSL_get_cipher, SSL_get_cipher_name, SSL_get_cipher_bits, SSL_get_cipher_version — get SSL_CIPHER of a connection Synopsis #include <openssl/ssl.h> SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl); #define SSL_get_cipher(s) \ SSL_CIPHER_get_name(SSL_get...
[9875885357] - test: adapt tests for OpenSSL 3.1 (OttoHollmann) #47859 [3440d7c6bf] - test: unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) #48078 [215b2bc72c] - test: fix zlib version regex (Luigi Pinca) #48227 [e12ee59d26] - test: use lower security level in s...
public EventBufferEvent::sslGetCipherVersion(): string Retrieves version of cipher used by current SSL connection. 注意: This function is available only if Event is compiled with OpenSSL support. 参数 此函数没有参数。返回值 Returns the current cipher version of the SSL connection, or false on...
SELECT VERSION(), CURRENT_DATE; 版本号和当前日期 为了找出当前选择了哪个数据库,使用DATABASE( )函数: mysql> SELECT DATABASE(); 如果你还没选择任何数据库,结果是NULL。 数据库表中字段的字符集设置:show create table ecs_goods; 或 show full columns from ecs_goods ...
openssl 3.0.2-0ubuntu1.8 p11-kit 0.24.0-6build1 p11-kit-modules 0.24.0-6build1 passwd 1:4.8.1-2ubuntu2.1 perl-base 5.34.0-3ubuntu1.1 pinentry-curses 1.1.1-1build2 pinentry-gnome3 1.1.1-1build2 publicsuffix 20211207.1025-1 python3 3.10.6-1~22.04 ...
SSL_get_version(ssl_io->ssl), SSL_CIPHER_get_name(cipher), bits, alg_bits, comp_str); } 开发者ID:bdraco,项目名称:dovecot,代码行数:27,代码来源:iostream-openssl.c 示例3: tlsops_cipher ▲点赞 4▼ inttlsops_cipher(struct sip_msg *msg,pv_param_t*param,pv_value_t*res){ ...
join(python_build_dir,'libpython{}m.so.1.0'.format(self.major_minor_version_string)),'libs/{}'.format(arch.arch)) info('Renaming .so files to reflect cross-compile') self.reduce_object_file_names(join(dirn,'site-packages'))returnjoin(dirn,'site-packages') ...