SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-autoerrinit

2021-04-25 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-autoerrinit

Commit log since last time:

d830526c71 APPS: Improve diagnostics for string options and options expecting 
int >= 0
1ae33400bf APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()
a70936a845 TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txt
3d80b5e611 STORE: Simplify error filtering in der2obj_decode()
521a0bf6a1 crypto/store/ossl_result.c: Better filtering of errors
e36a4dc476 EVP: evp_keymgmt_util_try_import() should clean up on failed import
f58f7ec939 Don't remove $(TARFILE) when cleaning
45e72d1f27 test: separate some DES based tests out to permit a no-des build to 
work
e98a182e51 test: fix test_evp_kdf when DES is disabled.
582043dae7 Runchecker fix for the no-autoerrinit build
9c11e8ec1f Runchecker: fix failure with no-autoalginit option by disabling FIPS
94dc4282c3 Runchecker: fix TLS curves test failure with no-tls1_3 option
da671c4184 Runchecker: fix no-ec2m build which was trying to validate the e2cm 
curves
5af6e154d0 Trivial shortcuts for EVP_PKEY_eq()
0ba8bc0583 Remove obsolete comment
2de02e7dca Added Perl installation instructions to NOTES-PERL.md for HPE 
NonStop.
75f036c6c5 BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.
ef203432f7 apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper 
free() function
078fa35c7b Remove an unused parameter
1f3b58d841 Some compilers define __STDC_VERSION__ in c++
ef7ae35910 Read a REQUEST not RESPONSE in ocsp responder
64c609e71e test_sslextension: skip tests that cannot work with no-tls1_2
bf6aeeb481 http/http_lib.c: Include stdio.h for sscanf()
b5644c2a09 Force public key to be included unless explicitly excluded with 
-no_public
309c6fbace Add RUN_ONCE support to zlib init
1fac270501 Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
db6b1266ab Fix potential NULL dereference in ossl_ec_key_dup()
59088414bc Removed dead code in linebuffer_ctrl()
6b2978406d e_os.h: Include wspiapi.h to improve Windows backward compatibility
fc5245a92e add Changelog item for TLS1.3 FFDHE work
ed82976b43 Prepare for 3.0 alpha 16
b07412ef80 Prepare for release of 3.0 alpha 15
f5afac4bda Update copyright year
d97f087063 Fix build failure with MSVC
cd28d129b6 Avoid the need for Configure time 128-bit int detection
af9fb19a47 Fix typos
16df436df2 Add missing argname for keymgmt_gettable_params and 
keymgmt_settable_params prototypes


SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-autoalginit

2021-04-25 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-autoalginit

Commit log since last time:

d830526c71 APPS: Improve diagnostics for string options and options expecting 
int >= 0
1ae33400bf APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()
a70936a845 TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txt
3d80b5e611 STORE: Simplify error filtering in der2obj_decode()
521a0bf6a1 crypto/store/ossl_result.c: Better filtering of errors
e36a4dc476 EVP: evp_keymgmt_util_try_import() should clean up on failed import
f58f7ec939 Don't remove $(TARFILE) when cleaning
45e72d1f27 test: separate some DES based tests out to permit a no-des build to 
work
e98a182e51 test: fix test_evp_kdf when DES is disabled.
582043dae7 Runchecker fix for the no-autoerrinit build
9c11e8ec1f Runchecker: fix failure with no-autoalginit option by disabling FIPS
94dc4282c3 Runchecker: fix TLS curves test failure with no-tls1_3 option
da671c4184 Runchecker: fix no-ec2m build which was trying to validate the e2cm 
curves
5af6e154d0 Trivial shortcuts for EVP_PKEY_eq()
0ba8bc0583 Remove obsolete comment
2de02e7dca Added Perl installation instructions to NOTES-PERL.md for HPE 
NonStop.
75f036c6c5 BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.
ef203432f7 apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper 
free() function
078fa35c7b Remove an unused parameter
1f3b58d841 Some compilers define __STDC_VERSION__ in c++
ef7ae35910 Read a REQUEST not RESPONSE in ocsp responder
64c609e71e test_sslextension: skip tests that cannot work with no-tls1_2
bf6aeeb481 http/http_lib.c: Include stdio.h for sscanf()
b5644c2a09 Force public key to be included unless explicitly excluded with 
-no_public
309c6fbace Add RUN_ONCE support to zlib init
1fac270501 Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
db6b1266ab Fix potential NULL dereference in ossl_ec_key_dup()
59088414bc Removed dead code in linebuffer_ctrl()
6b2978406d e_os.h: Include wspiapi.h to improve Windows backward compatibility
fc5245a92e add Changelog item for TLS1.3 FFDHE work
ed82976b43 Prepare for 3.0 alpha 16
b07412ef80 Prepare for release of 3.0 alpha 15
f5afac4bda Update copyright year
d97f087063 Fix build failure with MSVC
cd28d129b6 Avoid the need for Configure time 128-bit int detection
af9fb19a47 Fix typos
16df436df2 Add missing argname for keymgmt_gettable_params and 
keymgmt_settable_params prototypes


Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-asm

2021-04-25 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-asm

Commit log since last time:

d830526c71 APPS: Improve diagnostics for string options and options expecting 
int >= 0
1ae33400bf APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()
a70936a845 TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txt
3d80b5e611 STORE: Simplify error filtering in der2obj_decode()
521a0bf6a1 crypto/store/ossl_result.c: Better filtering of errors
e36a4dc476 EVP: evp_keymgmt_util_try_import() should clean up on failed import
f58f7ec939 Don't remove $(TARFILE) when cleaning
45e72d1f27 test: separate some DES based tests out to permit a no-des build to 
work
e98a182e51 test: fix test_evp_kdf when DES is disabled.
582043dae7 Runchecker fix for the no-autoerrinit build
9c11e8ec1f Runchecker: fix failure with no-autoalginit option by disabling FIPS
94dc4282c3 Runchecker: fix TLS curves test failure with no-tls1_3 option
da671c4184 Runchecker: fix no-ec2m build which was trying to validate the e2cm 
curves
5af6e154d0 Trivial shortcuts for EVP_PKEY_eq()
0ba8bc0583 Remove obsolete comment
2de02e7dca Added Perl installation instructions to NOTES-PERL.md for HPE 
NonStop.
75f036c6c5 BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.
ef203432f7 apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper 
free() function
078fa35c7b Remove an unused parameter
1f3b58d841 Some compilers define __STDC_VERSION__ in c++
ef7ae35910 Read a REQUEST not RESPONSE in ocsp responder
64c609e71e test_sslextension: skip tests that cannot work with no-tls1_2
bf6aeeb481 http/http_lib.c: Include stdio.h for sscanf()
b5644c2a09 Force public key to be included unless explicitly excluded with 
-no_public
309c6fbace Add RUN_ONCE support to zlib init
1fac270501 Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
db6b1266ab Fix potential NULL dereference in ossl_ec_key_dup()
59088414bc Removed dead code in linebuffer_ctrl()
6b2978406d e_os.h: Include wspiapi.h to improve Windows backward compatibility
fc5245a92e add Changelog item for TLS1.3 FFDHE work
ed82976b43 Prepare for 3.0 alpha 16
b07412ef80 Prepare for release of 3.0 alpha 15
f5afac4bda Update copyright year
d97f087063 Fix build failure with MSVC
cd28d129b6 Avoid the need for Configure time 128-bit int detection
af9fb19a47 Fix typos
16df436df2 Add missing argname for keymgmt_gettable_params and 
keymgmt_settable_params prototypes

Build log ended with (last 100 lines):

PBKDF2 : (KAT_KDF) : Pass
SSHKDF : (KAT_KDF) : Pass
KBKDF : (KAT_KDF) : Pass
HKDF : (KAT_KDF) : Pass
SSKDF : (KAT_KDF) : Pass
X963KDF : (KAT_KDF) : Pass
X942KDF : (KAT_KDF) : Pass
HASH : (DRBG) : Pass
CTR : (DRBG) : Pass
HMAC : (DRBG) : Pass
DH : (KAT_KA) : Pass
ECDH : (KAT_KA) : Pass
RSA_Encrypt : (KAT_AsymmetricCipher) : Pass
RSA_Decrypt : (KAT_AsymmetricCipher) : Pass
RSA_Decrypt : (KAT_AsymmetricCipher) : Pass
INSTALL PASSED
make depend && make _tests
make[1]: Entering directory '/home/openssl/run-checker/no-asm'
make[1]: Leaving directory '/home/openssl/run-checker/no-asm'
make[1]: Entering directory '/home/openssl/run-checker/no-asm'
( SRCTOP=../openssl \
  BLDTOP=. \
  PERL="/usr/bin/perl" \
  FIPSKEY="f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813" \
  EXE_EXT= \
  /usr/bin/perl ../openssl/test/run_tests.pl  )
01-test_abort.t  ok
01-test_fipsmodule_cnf.t ... ok
01-test_sanity.t ... ok
01-test_symbol_presence.t .. ok
01-test_test.t . ok
02-test_errstr.t ... ok
02-test_internal_context.t . ok
02-test_internal_ctype.t ... ok
02-test_internal_keymgmt.t . ok
02-test_internal_provider.t  ok
02-test_lhash.t  ok
02-test_ordinals.t . ok
02-test_sparse_array.t . ok
02-test_stack.t  ok
03-test_exdata.t ... ok
03-test_fipsinstall.t .. ok
03-test_internal_asn1.t  ok
03-test_internal_asn1_dsa.t  ok
03-test_internal_bn.t .. ok
03-test_internal_chacha.t .. ok
03-test_internal_curve448.t  ok
03-test_internal_ec.t .. ok
03-test_internal_ffc.t . ok
03-test_internal_mdc2.t  ok
03-test_internal_modes.t ... ok
03-test_internal_namemap.t . ok
03-test_internal_poly1305.t  ok
03-test_internal_rsa_sp800_56b.t ... ok
03-test_internal_siphash.t . ok
03-test_internal_sm2.t . ok
03-test_internal_sm4.t . ok
03-test_internal_ssl_cert_table.t .. ok
03-test_internal_x509.t  ok
03-test_params_api.t ... ok
03-test_property.t . ok
03-test_ui.t ... ok
04-test_asn1_decode.t .. ok
04-test_asn1_encode.t .. ok

Build completed: openssl master.41813

2021-04-25 Thread AppVeyor


Build openssl master.41813 completed



Commit 85172edba0 by Rich Salz on 4/23/2021 9:04 PM:

Make prov/names.h a public header file openssl/prov_names.h


Configure your notification preferences



Build failed: openssl master.41812

2021-04-25 Thread AppVeyor



Build openssl master.41812 failed


Commit 03cb5bbc4c by FdaSilvaYY on 3/24/2021 11:24 PM:

Fiw a win32 build issue:


Configure your notification preferences



Build failed: openssl master.41806

2021-04-25 Thread AppVeyor



Build openssl master.41806 failed


Commit 4137adfc8f by Matt Caswell on 4/23/2021 4:24 PM:

fixup! Properly protect access to the provider flag_activated field


Configure your notification preferences



Coverity Scan: Analysis completed for OpenSSL-1.0.2

2021-04-25 Thread scan-admin


Your request for analysis of OpenSSL-1.0.2 has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yoN-2BQSVjTtaSz8wS4wOr7Hlun-2FGpeF2rhqKLKnzox0Gkw-3D-3DG6NZ_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeFXMuRxmqIXWTazw4DJSUcU0-2BrZRcNwl1qG-2BPL4Yza-2FycCSn-2BEqX3NOLM5qXjyjRuNRPC-2FAqOM38dWzSmsI0qyvDJtXJ9M9orh9CjDG-2F-2Fc5FPXEbelTdxeKpQUQKXL7cxp32GsVeCiefBY-2BlqWMiqqRbGdrAQBnqzT0bvG7Haby1IwA-2FR-2Bx0ombi-2BNskuxOxio-3D

Build ID: 383044

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



Coverity Scan: Analysis completed for openssl/openssl

2021-04-25 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yoN-2BQSVjTtaSz8wS4wOr7HlekBtV1P4YRtWclMVkCdvAA-3D-3DTpm2_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeHlc-2FbKCXd9WW69MYc4qpr7eSpklmjYXAZvKM4lZz2FDhoQM8LMRv1xFNSGcoWxD4UaMfgEAhQWdaKjuPHQgGelXu9S5N05LVLOnshCjv6dwkQ8MkngijKdYlLY-2Bljn3KhNHpdb7NDZ8iR7Y5p-2Fo-2FkM7Nb3wOOl2NsyDf3ZPhZ8GaMJltHSPx0LK3KUnvoXbz0-3D

Build ID: 383043

Analysis Summary:
   New defects found: 2
   Defects eliminated: 10

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=CTPegkVN6peWFCMEieYYmPWIi1E4yUS9EoqKFcNAiqhRq8qmgeBE-2Bdt3uvFRAFXd-2FlwX83-2FVVdybfzIMOby0qA-3D-3Dol8X_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeHlc-2FbKCXd9WW69MYc4qpr7eSpklmjYXAZvKM4lZz2FDgXrmBpbvCpTChluZcDRLk0nN-2BXLBlmUQM6lKyr3G-2F5QBq-2Bp8GmA-2Byt8W5CHb4pTQw3TcEn96gN9CaxmsVKQReKBgQxXjgkKgzhbA5rqNPGytrRDcdZ1SNhrV2n2YWkwDNnXB4r2d1q8S9AxwPbfAf4-3D