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

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

$ uname -a
Linux run 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

9db6af922c EC: Reverse the default asn1_flag in a new EC_GROUP
977e95b912 EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed 
EVP_PKEY_CTX
60488d2434 EVP: Don't find standard EVP_PKEY_METHODs automatically
8ce04db808 CORE & PROV: clean away OSSL_FUNC_mac_size()
28e1904250 apps/ecparam: Avoid crash when parameters fail to load
963a65bfb4 apps/ca: Properly handle certificate expiration times in do_updatedb
1409b5f664 Deprecate EVP_MD_CTX_{set_}update_fn()
66194839fe Add diacritics to my name in CHANGES.md
6a1a6498ac dh_cms_set_peerkey: Pad the public key to p size
af403db090 Add some missing committers to the AUTHORS list
f94a91698b Add a CI job to run the threads test with threads sanitizer on
0b07db6f56 Ensure the EVP_PKEY operation_cache is appropriately locked
4099460514 Ensure access to FIPS_state and rate_limit is appropriately locked
04b9435a99 Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()
b233ea8276 Avoid races by caching exported ciphers in the init function
cd4e6a3512 Refactor RAND_get0_primary() locking
a0134d293e Add a multi-thread test for shared EVP_PKEYs
7ff9fdd4b3 Deprecate X509_certificate_type
d3372c2f35 Add some PKIX-RPKI objects
6aab42c390 OSSL_HTTP_REQ_CTX.pod and OSSL_HTTP_transfer.pod: various 
improvements
4d190f99ef Constify OSSL_HTTP_REQ_CTX_get0_mem_bio()
a6d40689ec HTTP: add more error detection to low-level API
d337af1891 HTTP: Fix mistakes and unclarities on maxline and max_resp_len params
8e71614797 Fix not backwards-compat X509_http_nbio() and X509_CRL_http_nbio()
673474b164 OSSL_HTTP_REQ_CTX_nbio(): Revert to having state var that keeps req 
len still to send
f2db0528d8 PROV: Add SM2 encoders and decoders, as well as support functionality
58f422f6f4 Fix some odd names in our provider source code
b8a1272d57 Test that EC keys without a public key in them work as expected
ec7aef3356 Ensure EC keys with a private key but without a public key can be 
created


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

2020-11-20 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

c34063d7a1 Add a test for setting, popping and clearing error marks
4e08ea6f11 Allow multiple nested marks
5b1d94c11c Fix some warnings from clang 10 in params.c
908c9fc7ed apps/pkcs12: Clean up the order in which many options are presented
09afbec94b e_loader_attic.c: Improve result handling of file_load_try_decode()
61dd4168f5 Allow for PKCS#12 input without MAC in p12_kiss.c and 
e_loader_attic.c
3a6df6bd5c e_loader_attic.c: Remove redundant 'pass phrase' sub-string from 
try_decode_PKCS12()
0c2c560cb9 apps/storeutl: Add error output in case of parse/decryption/mac 
errors in input files
852feb3bd8 apps/pkcs12: Really do not perform MAC in case -nomac
b84965aff0 apps/pkcs12: Do not prompt for password in case -nomac and 
-noenc/-nodes
bb57c90e6c Minor improvements of doc for ca and x509 app
279b61d0ca apps/pkcs12: Retain test output files
9c73e48a08 Minor cleanup of error output for various apps
c1097eecdf apps/ca: Minor code and doc cleanup
d7e498ac55 Deprecate RSA harder
b24d6c335d Rename internal drbg_ functions so they have an ossl_ prefix.
b68a947fd2 Rename SHA3 internal functions so they have an ossl_ prefix
5687afdf03 rename sha1_ctrl to ossl_sha1_ctrl.
1dc188ba0e Provide side RNG functions renamed to have an ossl_ prefix.
893d3df972 rename mac_key_* to ossl_mac_key_*
572e6df7db rename md5_block_asm_data_order to ossl_md5_block_asm_data_order
627b73cc72 Rename md5_sha1_* ossl_md5_sha1_*
3800cc6f4d DOC: Fix example in OSSL_PARAM_int.pod
f1d6670840 Swap to FIPS186-2 DSA generation outside of the FIPS module
c2bd8d2783 Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the 
FIPS module
d3d2c0dc68 Adapt ssltest_old to not use deprecated DH APIs
3105d84693 Extend the auto DH testing to check DH sizes
b6ae56fd27 Add some additional test certificates/keys
1b2a55ffa2 Add a CHANGES.md entry for the "tmp_dh" functions/macros
33c39a0659 Add a test for the various ways of setting temporary DH params
0437309fdf Document some SSL DH related functions/macros
1072041b17 Return sensible values for some SSL ctrls
13c453728c Only disabled what we need to in a no-dh build
163f6dc1f7 Implement a replacement for SSL_set_tmp_dh()
9912be1b33 Remove deprecated functionality from s_server
8b7df247b7 Disable the DHParameters config option in a no-deprecated build
936d565768 Remove DH usage from tls_process_cke_dhe
184280971c Remove DH usage in tls_construct_server_key_exchange()
cb5a427acf Avoid the use of a DH object in tls_construct_cke_dhe()
1b2b475517 Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
1ee22dc268 Convert TLS ServerKeyExchange processing to use an EVP_PKEY
091f6074c5 Convert TLS auto DH parameters to use EVP_PKEY
2b93900e28 DOC: Rewrite the section on reporting errors in 
doc/man3/ERR_put_error.pod
e19c5a1064 CONF: Convert one last CONFerr() to ERR_raise()
01fe51578e Simplify util/err-to-raise
b06e70b868 Really deprecate the old NAMEerr() macros
bf57cab74b util/find-doc-nits: check podchecker() return value
c7d32b6ba5 util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four 
numbers
ef2a44eb31 NetBSD build fix.
ccbf3f90c4 DOC: Fixup the description of the -x509_strict option
4605c5ab47 Fix dsa securitycheck for fips.
e557d46333 Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY
317b7c57e4 Fixup EVP-MAC-KMAC documentation
fce56f5b69 REF_PRINT: cast pointer to void to avoid warnings
3084b9d316 Document the provider KDF API.
e76a696273 test/endecoder_legacy_test.c: new test for legacy comparison
efb4667f72 Fix SUPPORT.md for better readability
322d56cd64 Fix a few github file references
a18cf8fc63 Remove -C option from x509 command
1696b8909b Remove -C from dhparam,dsaparam,ecparam
256d41d437 BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of 
gai_strerror()
105d01f1eb crypto/provider_core.c: fix a couple of faulty ERR_raise_data() calls
a150f8e1fc CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding 
ERR_raise() call
31a6b52f6d EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keys
0bb450fe2f DragonFlyBSD build fix and update.
a04400fc74 Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().
a7da4d488d [test/recipes] Split test_fuzz into separate recipes
9ce8e0d17e Optimize AES-XTS mode in OpenSSL for aarch64
c87a7f31a3 apps/passwd: remove the -crypt option.
93c87f745d rsa_test: add return value check
d8701e2523 Do not prepend $OPENSSL_CONF_INCLUDE to absolute include paths
368d9e030f Add ossl_is_absolute_path function to detect absolute paths
69d16b70cf Avoid duplicate ends_with_dirsep functions
122e81f070 test/recipes/30-test_evp_libctx.t: use fips-and-base.cnf
f49d486075 test/evp_libctx_test.c: use OSSL_ENCODER instead of 

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

2020-09-30 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-106-generic #107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

e1f5a92df4 Configure: handle undefined shared_target.
7d6766cb53 prov: prefix provider internal functions with ossl_
1be63951f8 prov: prefix all OSSL_DISPATCH tables names with ossl_
5e26c3399d 30-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and no-gost 
configurations disable respective tests
e6a2596cdc appveyor.yml: Clean up minimal configuration, adding no-ec and 
pruning cascaded no-*
53c4992e0b rand: declare get_hardware_random_value() before use.
7339547d45 Remove TODO comment from sskdf.c
c57a59b1a0 todo: remove fork protection todo comment, it isn't relevant to the 
FIPS provider


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

2020-05-27 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

93f99b681a Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, 
export, and document it
7674e92324 Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and 
X509_PUBKEY_get0_param()
5606922c3d PROV: Fix RSA-OAEP memory leak
b808665265 Update core_names.h fields and document most fields.
f32af93c92 Fix ERR_print_errors so that it matches the documented format in 
doc/man3/ERR_error_string.pod
1bdd86fb1c ossl_shim: add deprecation guards around the -use-ticket-callback 
option.
bbc3c22c0e Coverity 1463830: Resource leaks (RESOURCE_LEAK)
b394809c87 Update the gost-engine submodule
3f5ea7dc0c Fix omissions in providers/common/der/build.info
8069bf5854 Drop special case of time interval calculation for VMS
2bd928a1bf Revert "Guard use of struct tms with #ifdef __TMS"
e919166927 Fix auto-gen names in .gitignore
f7201301ef s_client: Fix -proxy flag regression


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

2020-04-24 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

d38997af16 Prepare for 3.0 alpha 2
05feb0a0f1 Prepare for release of 3.0 alpha 1
33388b44b6 Update copyright year
e7774c287c Add info on the CMP implementation and HTTP client to NEWS.md and 
CHANGES.md
32a5dc9efe Fix a typo in the makefile templates
486d8973bf Mention the 3.0 wiki page in the release announcement emails
aa45c4a9d3 PROV: Ensure that EC keys have a default digest
1a7328c882 PROV: Ensure that ED25519 & ED448 keys have a mandatory digest
4c627d8635 EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digest
3b924da0f0 EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use it
916b1f83d0 FIPS: remove algorithms that are not being validated.
555ed96812 Fix no-err
9be92bec2e Skip a no-dsa test in the fipsinstall test
a7a7643a53 Skip a test in a no-dh build
a033c9a2e8 Fix some build failures with no-dh
0345f9eccc Fix no-ec
75dbc66e60 Add a link to wiki 3.0 upgrade notes
fa555aa897 GOST2012 TLS Supported Groups Identifiers Support
28308a2138 evptest: set the DESX provider to be the legacy provider.
8d5fb64852 params: add functionality to test if an OSSL_PARAM has been set.
07caec83b8 [crypto/ec] deprecate Jprojective_coordinates_GFp functions


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

2020-02-09 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

87d3bb8e86 Don't compile AESNI code if we're not AESNI capable
e89ffd23c3 Fix no-des
709b5e8a3e Fix no-engine
92dcfb796f Fix no-dh
ad5b71be73 Fix no-ec
34675b2ba9 Use swapcontext for Intel CET
0e43960e88 Adapt all build.info and test recipes to the new 
$disabled{'deprecated-x.y'}
b05d632732 Configure: Add easy to use disabled deprecated functionality 
indicators
09066cf2a1 tests/drbgtest: use new RAND_DRBG callback_data API instead of 
ex_data
30a9d5d1a7 RAND_DRBG: add a callback data for entropy and nonce callbacks
b03de7a920 Appveyor: update to Visual Studio 2017.
273a67e345 KEYMGMT: Require both get_params and gettable_params, or none
32b0645cf9 Adapt existing SERIALIZER implementations to the redesigned interface
72ec9648fe Adapt test/keymgmt_internal_test.c to the redesigned interface
8dd5c603b6 Adapt existing KEYMGMT implementations to the redesigned interface
b305452f69 Redesign the KEYMGMT libcrypto <-> provider interface - the basics
68552cdef7 Reorganize the internal evp_keymgmt functions
bd2ff9e867 Temporariy add ASN1_item_verify_ctx() missingcrypto.txt
ee6e6a4b5a Don't ignore ASN1 when checking for undocumented symbols
fc56cd3368 Remove unused HAS_LFN_SUPPORT


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

2019-08-29 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

46a9cc9451 Fix NITs in comments and CHANGES for DEVRANDOM seeded check.
51fe9b00d2 fix ERR_add_error_vdata() for use with multiple args/calls
9a7846dfe5 Use ENGINE_get_id() instead of ENGINE_get_name()
3be06e0d10 Fix no-engine
bad41b689f Fix no-cmac
7f6b035b52 Fix no-poly1305, no-siphash and no-blake2
632f112cf7 Fix a documentation bug in ec.h
2d9007587c Fix no-ec
cb1548bc5f Fix no-des
deaaac2c01 Update fuzz README.md
ed71e917e9 Fix data races in EVP_CIPHER_fetch and EVP_MD_fetch
505f466020 Make sure we pre-initialise properties
770de3462c Fix context locking
c92d0c5c65 Allow an output indentation of zero in apps.


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

2019-08-08 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

6d5aa88d74 Fix reversed meaning of error codes
7c03bb9fff Clarify the INSTALL instructions
5c5cdcd815 Avoid holding a lock when calling OPENSSL_init_crypto
b9a758060d Fix no-filenames
f92e0815b8 Fix no-ec
3505d70bad Fix document nit in EVP_MAC.pod
7dddf2fcc5 Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some 
modes


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

2019-06-17 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

2be8c56a39 Standardise the function naming conventions in initthread.c
ff6da65e0d Document OPENSSL_thread_stop_ex()
52b18ce104 Add the function OPENSSL_thread_stop_ex()
da747958c5 Tell the FIPS provider about thread stop events
e41faf5784 Provide a version of ossl_init_thread_start that works in FIPS mode
72592b8664 Split thread intialisation and handling out of init.c
242f84d06a Convert thread stop handling into a publish/subscribe model
d4c051cef3 Add the function openssl_ctx_get_concrete()
30478c9783 Configure: final cleanup of asm related things
3a561b06d9 Move padlock_asm_src file information to build.info files
8c0098a8de Move keccak1600_asm_src file information to build.info files
246b50605f Move poly1305_asm_src file information to build.info files
bcb7afe18a Move chacha_asm_src file information to build.info files
a9bb7e9270 Move modes_asm_src file information to build.info files
94707b0b68 Move cmll_asm_src file information to build.info files
681c7e905d Move wp_asm_src file information to build.info files
6fe56d8470 Move rc5_asm_src file information to build.info files
2ffea44322 Move rmd160_asm_src file information to build.info files
6b90902faf Move rc4_asm_src file information to build.info files
e698cfe445 Move cast_asm_src file information to build.info files
edc7851a2c Move sha1_asm_src file information to build.info files
792ea008af Move md5_asm_src file information to build.info files
053d0b2226 Move bf_asm_src file information to build.info files
cd42b9e9c2 Move aes_asm_src file information to build.info files
d67d04f378 Move des_asm_src file information to build.info files
aa76ff26ce Move ec_asm_src file information to build.info files
6e1ba47219 Move cpuid_asm_src file information to build.info files
d9dfeb940c Move bn_asm_src file information to build.info files
e6f98ae404 Configure: add mechanism to specify asm target architecture
989b2ad786 Move uplink file information to build.info files
b19fe714e9 Configure: add mechanism to specify uplink target architecture
0ee7b9fe7f Configure: allow conditions and variable values to have variable 
references
26de4ec68f Configure: AIX needs a specific DSO extension function
65dc5c3cc1 Fix no-ec with no-dh
dbc6268f68 Allow TLSv1.3 in a no-ec build
8013a933da Replumbing: Adapt the default and legacy providers to use library 
context upcall
bb751e1108 Replumbing: Adapt the FIPS module to use the library context upcall
e7706e63e6 Replumbing: offer a core upcall to get the provider object's library 
context
55a9ca5cc5 crypto/ppccap.c: Fix FIPS build on PPC
1313e37ab9 Better document specific OSSL_PARAM symbols.


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

2019-05-29 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

878dc8dd95 Join the x509 and x509v3 directories
cdc5ae9c65 Fuzz: add a few more types into Fuzzing for ESS
8c89c80a55 CAdES: Fix SignerInfo attribute construction order.
f4a96507fb crypto/conf: openssl_config_int() returns unitialized value
ea8d07b155 Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR
5d2f3e4a6c Test of uniformity of BN_rand_range output.
d4e2d5db62 fix timeout in 30-test_evp_pkey_dparam


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

2019-04-04 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

ecbfaef2aa trace: add PROVIDER_CONF trace category
69539990a8 Correct the documentation about SSL_CIPHER_description()
fd3a904636 Skip the correct number of tests if SM2 is disabled
2a2bc6fc12 For provider tests, don't define a OPENSSL_NO_ macro
706b6333a6 Document the 'no-module' configuration option
e321ba28e8 Correct EVP_F_EVP_MD_BLOCK_SIZE number


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

2019-03-27 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

2500c093aa Increase rounds of Miller-Rabin testing DH_check
48fdeca01d Don't allow SHAKE128/SHAKE256 with HMAC
1783847061 Correctly check the return code of EVP_MAC_ctrl everwhere it is used
183f52e29a Fix a memory leak in ARIA GCM
a8274ea351 Tolerate 0 byte input length for Update functions
1f019cd0ac Fix no-ec
fc4e500b03 Fix three identical grammatical errors


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

2019-03-17 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

253d76 EVP_PBE_scrypt() handles salt=NULL as salt=""
f7f2a55aee test/params_api_test.c: fix size_t assumptions
16161a30f2 Update to xenial
52eb5b7ca4 Configurations/windows-makefile.tmpl: small fixes
4acd79ff46 Guard some SM2 functions with OPENSSL_NO_SM2
c37e635065 trace: update the documentation
fe50e11571 trace: ensure correct grouping
13d06925e8 trace: don't leak the line prefix
5afb177c3c trace: rename the trace channel types
e474a286f5 trace: remove some magic numbers
355417eb46 VMS: only use the high precision on VMS v8.4 and up


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

2019-03-03 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

38023b87f0 Fix seeding from random device w/o getrandom syscall
ed86f884ba Fix no-ec, no-sm2 and no-sm3
cc838ee2d6 Add section order check in util/find-doc-nits
4564e77ae9 Place return values after examples in doc


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-11-14 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

65d2c16cbe Fix no-ec and no-tls1_2
2dc37bc2b4 Fix typo in util/perl/OpenSSL/Test.pm
45cdae1c7c test/recipes/90-test_shlibload.t needs $target{shared_extension}
1828939974 Fix rpath-related Linux "test_shlibload" failure.
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-06-20 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

445bc80 NOTES.UNIX: expand the description of RPATHs
8d98373 Prepare for 1.1.1-pre9-dev
3098c3b Prepare for 1.1.1-pre8 release
fd38836 Update copyright year
c4a8eb6 update pyca/cryptography submodule
c86acc9 Fix no-sm2
f73164c Fix test sm2 test failure with ec blinding
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-05-23 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

2de108d Save and restore the Windows error around TlsGetValue.
e363534 Use OPENSSL_EC_EXPLICIT_CURVE constant.
fc6f579 Fix explicit EC curve encoding.
55a6250 Skip CN DNS name constraint checks when not needed
d02d80b Limit scope of CN name constraints
de9f5b3 Use the client app traffic secret for PHA Finished message
b501ab6 INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128
8cc1dc3 Better error code when lacking __SIZEOF_INT128__
0422591 Fix no-ec, no-tls1_3 and no-tls
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-05-15 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

ba8b48e Fix no-tls1_2
199dc0d Fix no-psk
986caf9 CI config: no need to make both install and install_docs
8481434 Link in passphrase-encoding(7) in relevant documentation
491c353 Docs: add general document on how pass phrases are handled
de03cc9 UI console: Restore tty settings, do not force ECHO after prompt
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-04-19 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

4b7c638 Document supported digest functions
bd982b4 Enable all implemented digests
c9c56ee Clear buffer in PEM_write_bio
c190506 Reflect special `DEFAULT` behavior in ciphers(1)
918388b Don't distribute team internal config targets
aa3b328 correct spelling errors detected by Debian lintian
7f6dfa1 Add a test for a NULL X509_STORE in X509_STORE_CTX_init
1c70512 Don't crash if there are no trusted certs
c324ecf Fix ocsp app exit code
6e07834 Fix no-ec
c637891 Correct an ommission in the EVP_DigestSignInit docs
a4107d7 Add missing index_index() when reloading OCSP responder
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-03-20 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

59f124f Fix: drbgtest fails when tests are executed in random order
8f8be10 s_client, s_server: do generic SSL configuration first, specialization 
after
27df459 Fix no-sm3/no-sm2 (with strict-warnings)
9802002 Fix no-sm3 (and no-sm2)
3830c19 Don't generate buildtest_*err.c
7d7f683 Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto 
version
2e2faa8 In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocol
43110de Support "-min_protocol" and "-max_protocol" in s_server and s_client
dad8c26 Fix no-ec
1bf2cc2 Fix no-sm2
1a54618 Fix no-posix-io compile failure
4bfb96f Place ticket keys into secure memory
c2b290c Fix no-psk
69e2b8d Revise and cleanup; use strict,warnings
8a5ed9d Apply system_default configuration on SSL_CTX_new().
440bce8 Add a multithread rand test
16cfc2c Don't use a ssl specific DRBG anymore
7caf122 Make the public and private DRBG thread local
4e66475 Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
dceb99a Support SM2 ECIES scheme via EVP
3d328a4 Add SM2 signature and ECIES schemes
df3a155 Configurations/15-android.conf: detect clang by PATH, not by CC.
f39276f Add NOTES.ANDROID.
87ba25e Configurations/15-android.conf: default to RC4_CHAR whenever possible.
9d3cab4 MIPS assembly pack: default heuristic detection to little-endian.
f41c867 Configurations/15-android.conf: refine clang support.
6d5e74f Configure: pass -no-integrated-as.
c911e5d Fix bio callback backward compatibility
d4ef4fb Fix a crash in SSLfatal due to invalid enc_write_ctx
df6d51e Fix no-cmac
66a925e Fix no-ec
3ec9e4e Add a CHANGES entry to mention the replay protection capabilities
d2d67a4 Document the replay protection capabilities
78fb537 Add a test for 0RTT replay protection
66d7de1 Add an anti-replay mechanism
f023ba2 Don't update the session cache when processing a client certificate in 
TLSv1.3
32305f8 Always call the new_session_cb when issuing a NewSessionTicket in 
TLSv1.3
51cf8ba engines/asm/e_padlock*: add support for Zhaoxin's x86 platform
ec4c389 Clarify a couple of details around "make variables"
00c8f1b Stop test/shlibloadtest.c from failing in a regression test
b4d46ad Add a simple method to run regression tests
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-02-21 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

6059529 Check return value of time() when getting additional data for the DRBG
32bda2b Switch the DRBGs from AES-128-CTR to AES-256-CTR
649cfb5 Use malloc to avoid alignment problems.
405988f Add support for PBKDF2 for enc command
5905396 do_body: fix heap-use-after-free.
abcf241 X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handling
8db7946 Replaced variable-time GCD with consttime inversion to avoid 
side-channel attacks on RSA key generation
ee76349 Sanity check the ticket length before using key name/IV
c7a47ad Fix no-ec build
7876dbf Fix some undefined behaviour in the Curve448 code
6c61b27 Remove a spurious TLSProxy byte in TLSv1.3
b8a3f39 VMS: Fix curve448 internal test program
d4c499f test/recipes/80-test_pkcs12.t: handle lack of Win32::API.
0e5c8d5 Configure: engage x25519 assembly support.
c521e43 ec/curve25519.c: facilitate assembly implementations.
42efffc Add x25519-x86_64.pl module, mod 2^255-19 primitives.
127d6cf crypto/ec/curve25519.c: remove redundant fe[51]_cswap.
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2018-01-23 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

4bed94f SHA512/224 and SHA512/256
3bf0c3f Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()
7203c94 Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already 
registered"
371a2d4 Fix no-ec --strict-warnings builds
b713c4f Improve some BN documentation.
fd2941c Don't add $(EX_LIBS) to libssl.pc's Libs.private
fcd2ac8 Add anything specifying a threads library to ex_libs
50625bf When building shared libraries, only ln -s when simple and full name 
differ
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2017-12-27 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

8175af5 Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ec
8af7e94 ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific 
behaviour.
b78eb0b VMS fix: link shared libs from objects files instead of from static libs
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2017-12-10 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

f5fea66 Fix ssl_test_new with no-tls1_2
df36429 Useless conf != NULL test
397e23f apps/speed.c: initialize buffers
6b1fe3d apps/speed.c: generate evp_cipher keys implicitly
5c5eb28 doc/man3/EVP_EncryptInit.pod: add EVP_CIPHER_CTX_rand_key
27ab919 Make BIO_METHOD struct definitions consistent
6aff543 Correct minor typo in ssl_locl.h comment
921d84a Convert the remaining functions in the record layer to use SSLfatal()
5591a61 Convert dlts1_write_bytes() to use SSLfatal()
c285338 More record layer conversions to use SSLfatal()
99dd374 Convert ssl3_read_bytes() to use SSLfatal()
196f2cb Update ssl3_get_record() to use SSLfatal()
a0fda2c Address some code-analysis issues.
cef115f Fix an incoherent test.
5f21b44 Fix test_tls13messages with no-ocsp
cb09129 Wrap more of ocspapitest.c in OPENSSL_NO_OCSP
88e09fe Fix coverity nit in handshake_helper.c
b6306d8 Fix coverity-reported errors in ocspapitest
0488c0b In apps_startup(), call OPENSSL_init_ssl() rather than 
OPENSSL_init_crypto()
0a90a68 In OPENSSL_init_ssl(), run the base ssl init before 
OPENSSL_init_crypto()
a147158 Add missing range checks on number of multi primes in rsa_ossl_mod_exp
8a8bc66 Fix no-ec
cded951 chacha/asm/chacha-x86_64.pl: add AVX512VL code path.
7933762 crypto/x86_64cpuid.pl: suppress AVX512F flag on Skylake-X.
05de3a5 Leave a message in doc to indicate 0 is not acceptable
b1c05a5 Fix some issues in apps/req
d68a0ea Remove unicode characters from source
f113884 putting the missing static
7e8a5e3 make get_cipher_handle static
a3d7fd2 fix  --strict-warnings
49ea0f0 extending afalg with aes-cbc-192/256, afalgtest.c also updated 
accordingly. comments from matt, Stephen considered
cbe2964 Consistent formatting for sizeof(foo)
e7a2066 Document how the configuration option 'reconf' works
99aeeec Configure: die if there are other arguments with 'reconf'
a064c61 Make sure ./config passes options to ./Configure correctly
17f1661 Have all relevant config targets use the env() function rather than $ENV
1786733 Document the possibility for command line argument env assignments
89bea08 Make it possible to add env var assignments as Configure options
7ecdf18 Save away the environment variables we rely on
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2017-03-06 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

cadb015 Unix Makefile: Have manual generation use the same perl script as 
Windows and VMS
579a674 util/process_docs.pl: make it possible to add a suffix to man docs
c1074ce Add a test to check that we correctly handle record overflows
4321969 Tweak the TLSv1.3 record overflow limits
febb0af Fix double free in cookie generation.
6556519 Remove some duplicate manpage entries
44eb65c Add documentation on platform specific checks
d192a3a Add a platform specific configuration checker
6979583 Fix an endless loop in rsa_builtin_keygen.
e498d95 Fix no-ec
548d015 Fix a test failure with no-tls1_1
593a2aa Fix no-psk
e6941c7 Don't call memcmp with a NULL pointer
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ec

2017-02-09 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux test 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

76e624a bn/asm/x86_64*: add DWARF CFI directives.
a3b5684 perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.
9d301cf perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.
e09b621 perlasm/x86_64-xlate.pl: minor readability updates.
53b3310 bn/asm/rsaz-avx2.pl: refine Win64 SE handler.
fbc9eea Fix a typo in the X509_get0_subject_key_id() documentation
01ede84 Add needed module in 25-test_sid.t
6d047e0 SSL_get_shared_sigalgs: handle negative idx parameter
68a55f3 Because our test sid file contains EC, don't try it when configured 
no-ec
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits