答复: What is plan of the next LTS version?

2022-02-16 Thread Chenxinping via openssl-users
Got it, Thanks

-邮件原件-
发件人: Matt Caswell [mailto:m...@openssl.org] 
发送时间: 2022年2月16日 20:09
收件人: Chenxinping ; openssl-users@openssl.org
主题: Re: What is plan of the next LTS version?

There is an ongoing OMC vote (started earlier today) to answer this question. 
The proposal is that 3.0 will be made the LTS. You can track the vote here:

https://github.com/openssl/general-policies/issues/9

Matt

On 16/02/2022 12:06, Chenxinping via openssl-users wrote:
> 3.0 is not LTS version, and 1.1.1 will be supported until 11th 
> September 2023, What is the next LTS version? And what is the release plan?
> 
> *Refer:*
> 
> The latest stable version is the 3.0 series supported until 7th 
> September 2023.
> 
> Also available is the 1.1.1 series which is our Long Term Support 
> (LTS) version, supported until 11th September 2023.
> 
> https://www.openssl.org/source/
> 


What is plan of the next LTS version?

2022-02-16 Thread Chenxinping via openssl-users
3.0 is not LTS version, and 1.1.1 will be supported until 11th September 2023, 
What is the next LTS version? And what is the release plan?

Refer:
The latest stable version is the 3.0 series supported until 7th September 2023.
Also available is the 1.1.1 series which is our Long Term Support (LTS) 
version, supported until 11th September 2023.
https://www.openssl.org/source/


答复: How run the specific test case //答复: How to run a simple test case

2022-02-10 Thread Chenxinping via openssl-users
Thanks for your information.
Issue have raised:
https://github.com/openssl/openssl/issues/17681

-邮件原件-
发件人: Dr. Matthias St. Pierre [mailto:matthias.st.pie...@ncp-e.com] 
发送时间: 2022年2月10日 0:03
收件人: Chenxinping ; openssl-users@openssl.org
主题: RE: How run the specific test case //答复: How to run a simple test case

The problem lies with the Perl script, not the C program.

The perl script generates the file 17-renegotiate.cnf.default from the template 
file  17-renegotiate.cnf.in.
The environment variable “${ENV::TEST_CERTS_DIR}” should have been replaced by 
Perl.

Please open an issue on GitHub, it’s easier to discuss your problem there. You 
might want to tag @levitte, he should be able to help.

https://github.com/openssl/openssl/issues/new/choose


Matthias



Dr. Matthias St. Pierre
Tech Lead Cryptography
matthias.st.pie...@ncp-e.com
Phone: +49 911 9968-0
 www.ncp-e.com

Headquarters Germany: NCP engineering GmbH • Dombuehler Str. 2 • 90449 • 
Nuremberg
North American HQ: NCP engineering Inc. • 601 Cleveland Str., Suite 501-25 • 
Clearwater, FL 33755

Authorized representatives: Peter Soell, Patrick Oliver Graf, Beate Dietrich
Registry Court: Lower District Court of Nuremberg
Commercial register No.: HRB 7786 Nuremberg, VAT identification No.: DE 
133557619

This e-mail message including any attachments is for the sole use of the 
intended recipient(s) and may contain privileged
or confidential information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient,
please immediately contact the sender by reply e-mail and delete the original 
message and destroy all copies thereof.


答复: How run the specific test case //答复: How to run a simple test case

2022-02-09 Thread Chenxinping via openssl-users
# ERROR: (int) 'result->server_alert_sent == 
result->server_alert_received' failed @ test/ssl_test.c:66
# [552] compared to [0]
# INFO:  @ test/ssl_test.c:68
# Server sent alert handshake failure but client received no alert.
ok 15 - iteration 15
ok 16 - iteration 16
ok 17 - iteration 17
# OPENSSL_TEST_RAND_ORDER=1644408281
not ok 1 - test_handshake


发件人: Dr. Matthias St. Pierre [mailto:matthias.st.pie...@ncp-e.com]
发送时间: 2022年2月9日 19:31
收件人: Chenxinping mailto:kan.c...@huawei.com>>; 
openssl-users@openssl.org<mailto:openssl-users@openssl.org>
主题: RE: How to run a simple test case

The README file in the test directory contains a detailed explanation.

https://github.com/openssl/openssl/blob/master/test/README.md

In a nutshell, you run `make test`, passing  `V=1` to turn on verbose output 
and `TESTS=…` to select one or more tests:

make V=1  TESTS=  test


HTH,
Matthias






[NCP engingeering GmbH]

Dr. Matthias St. Pierre

Tech Lead Cryptography
matthias.st.pie...@ncp-e.com<mailto:matthias.st.pie...@ncp-e.com>
Phone: +49 911 9968-0
www.ncp-e.com<http://www.ncp-e.com>


Follow us on:
 Facebook<https://www.facebook.com/NCPengineering> | 
Twitter<https://twitter.com/NCP_engineering> | 
Xing<https://www.xing.com/companies/ncpengineeringgmbh> | 
YouTube<https://www.youtube.com/user/NCPengineeringGmbH> | 
LinkedIn<http://www.linkedin.com/company/ncp-engineering-inc.?trk=cws-cpw-coname-0-0>

Headquarters Germany: NCP engineering GmbH • Dombuehler Str. 2 • 90449 • 
Nuremberg
North American HQ: NCP engineering Inc. • 601 Cleveland Str., Suite 501-25 • 
Clearwater, FL 33755

Authorized representatives: Peter Soell, Patrick Oliver Graf, Beate Dietrich
Registry Court: Lower District Court of Nuremberg
Commercial register No.: HRB 7786 Nuremberg, VAT identification No.: DE 
133557619

This e-mail message including any attachments is for the sole use of the 
intended recipient(s) and may contain privileged or confidential information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please immediately contact the sender by reply 
e-mail and delete the original message and destroy all copies thereof.



From: openssl-users 
mailto:openssl-users-boun...@openssl.org>> 
On Behalf Of Chenxinping via openssl-users
Sent: Wednesday, February 9, 2022 4:49 AM
To: openssl-users@openssl.org<mailto:openssl-users@openssl.org>
Subject: How to run a simple test case

The config file have some ENV variable and will result fail to load the config 
file, How to run a simple test case?
Example:
./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default
ERROR:  @ test/ssl_test.c:553


How run the specific test case //答复: How to run a simple test case

2022-02-09 Thread Chenxinping via openssl-users
Thanks for your information,  simple test case means some specific test case.
Some  error reported from some specific test case  in case of “make V=1 
TESTS='test_ssl_new*' test”, the error information could not help to local the 
issue, So I need run and debug the specific test case.

Error information:
../../util/wrap.pl /usr/bin/perl -I ../../util/perl 
../../test/generate_ssl_tests.pl ../../test/ssl-tests/17-renegotiate.cnf.in 
none > 17-renegotiate.cnf.none => 0
ok 1 - Getting output from generate_ssl_tests.pl.
ok 2 - Comparing generated 17-renegotiate.cnf.none with 
../../test/ssl-tests/17-renegotiate.cnf.
# Subtest: ../../test/ssl_test
1..1
# Subtest: test_handshake
1..17
ok 1 - iteration 1
ok 2 - iteration 2
ok 3 - iteration 3
ok 4 - iteration 4
ok 5 - iteration 5
ok 6 - iteration 6
ok 7 - iteration 7
ok 8 - iteration 8
ok 9 - iteration 9
ok 10 - iteration 10
ok 11 - iteration 11
# ERROR: (int) 'peer->status == PEER_RETRY' failed @ 
test/helpers/handshake.c:868
# [2] compared to [1]
# ERROR: (int) 'result->result == test_ctx->expected_result' failed 
@ test/ssl_test.c:36
# [3] compared to [1]
# INFO:  @ test/ssl_test.c:37
# ExpectedResult mismatch: expected ServerFail, got InternalError.
# OPENSSL_TEST_RAND_ORDER=1644408281
not ok 12 - iteration 12
ok 13 - iteration 13
# ERROR: (int) 'peer->status == PEER_RETRY' failed @ 
test/helpers/handshake.c:868
# [2] compared to [1]
# ERROR: (int) 'result->result == test_ctx->expected_result' failed 
@ test/ssl_test.c:36
# [3] compared to [2]
# INFO:  @ test/ssl_test.c:37
# ExpectedResult mismatch: expected ClientFail, got InternalError.
# OPENSSL_TEST_RAND_ORDER=1644408281
not ok 14 - iteration 14
# ERROR: (int) 'result->server_alert_sent == 
result->server_alert_received' failed @ test/ssl_test.c:66
# [552] compared to [0]
# INFO:  @ test/ssl_test.c:68
# Server sent alert handshake failure but client received no alert.
ok 15 - iteration 15
ok 16 - iteration 16
ok 17 - iteration 17
# OPENSSL_TEST_RAND_ORDER=1644408281
not ok 1 - test_handshake


发件人: Dr. Matthias St. Pierre [mailto:matthias.st.pie...@ncp-e.com]
发送时间: 2022年2月9日 19:31
收件人: Chenxinping ; openssl-users@openssl.org
主题: RE: How to run a simple test case

The README file in the test directory contains a detailed explanation.

https://github.com/openssl/openssl/blob/master/test/README.md

In a nutshell, you run `make test`, passing  `V=1` to turn on verbose output 
and `TESTS=…` to select one or more tests:

make V=1  TESTS=  test


HTH,
Matthias






[NCP engingeering GmbH]

Dr. Matthias St. Pierre

Tech Lead Cryptography
matthias.st.pie...@ncp-e.com<mailto:matthias.st.pie...@ncp-e.com>
Phone: +49 911 9968-0
www.ncp-e.com<http://www.ncp-e.com>


Follow us on:
 Facebook<https://www.facebook.com/NCPengineering> | 
Twitter<https://twitter.com/NCP_engineering> | 
Xing<https://www.xing.com/companies/ncpengineeringgmbh> | 
YouTube<https://www.youtube.com/user/NCPengineeringGmbH> | 
LinkedIn<http://www.linkedin.com/company/ncp-engineering-inc.?trk=cws-cpw-coname-0-0>

Headquarters Germany: NCP engineering GmbH * Dombuehler Str. 2 * 90449 * 
Nuremberg
North American HQ: NCP engineering Inc. * 601 Cleveland Str., Suite 501-25 * 
Clearwater, FL 33755

Authorized representatives: Peter Soell, Patrick Oliver Graf, Beate Dietrich
Registry Court: Lower District Court of Nuremberg
Commercial register No.: HRB 7786 Nuremberg, VAT identification No.: DE 
133557619

This e-mail message including any attachments is for the sole use of the 
intended recipient(s) and may contain privileged or confidential information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please immediately contact the sender by reply 
e-mail and delete the original message and destroy all copies thereof.



From: openssl-users 
mailto:openssl-users-boun...@openssl.org>> 
On Behalf Of Chenxinping via openssl-users
Sent: Wednesday, February 9, 2022 4:49 AM
To: openssl-users@openssl.org<mailto:openssl-users@openssl.org>
Subject: How to run a simple test case

The config file have some ENV variable and will result fail to load the config 
file, How to run a simple test case?
Example:
./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default
ERROR:  @ test/ssl_test.c:553


How to run a simple test case

2022-02-08 Thread Chenxinping via openssl-users
The config file have some ENV variable and will result fail to load the config 
file, How to run a simple test case?
Example:
./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default
ERROR:  @ test/ssl_test.c:553