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

2019-01-02 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-siphash

Commit log since last time:

1f483a69bc Fix cert with rsa instead of rsaEncryption as public key algorithm
0b4233f5a4 Fix a minor nit in the hkdflabel size
005247af76 Fixed minor typo in the req.pod docs
fff1470cda fixed grammar typo
_
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-siphash

2018-01-16 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-siphash

Commit log since last time:

d17bdfc Fix intermittent Windows and Cygwin failures in s_server
0973b47 Fix Windows build file template to recognise .res files
27da42d Fix intermittent Cygwin failures in s_client
_
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-siphash

2018-01-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-siphash

Commit log since last time:

225f980 Configure: try to make sure every config target name is unique
8e403a7 Fix --strict-warnings with C90
3c7d094 Update copyright years on all files merged since Jan 1st 2018
ab307dc Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, 
crypto/mem.c
_
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-siphash

2017-12-15 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-siphash

Commit log since last time:

0ababfe Fix some clang compilation errors
091ecfa Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabled
0ca3aea Add some TLSv1.3 CCS tests
758e05c Make sure we treat records written after HRR as TLSv1.3
318d3c0 Issue a CCS from the client if we received an HRR
75259b4 Fix server side HRR flushing
5cc807d Delay flush until after CCS with early_data
7b0a3ce Ensure CCS sent before early_data has the correct record version
426dfc9 Send supported_versions in an HRR
e7dd763 Make sure supported_versions appears in an HRR too
be60b10 Update TLSProxy to know about new HRR style
fc7129d Update state machine to send CCS based on whether we did an HRR
6f40214 Fix an HRR bug
597c51b Merge HRR into ServerHello
db37d32 Send a CCS after ServerHello in TLSv1.3 if using middlebox compat mode
066904c Send a CCS from a client in an early_data handshake
4d02f87 Send a CCS from the client in a non-early_data handshake
fa9f935 Remove TLSv1.3 specific write transition for ClientHello
fdd9236 Drop CCS messages received in the TLSv1.3 handshake
2d729db Send TLSv1.2 as the record version when using TLSv1.3
a5816a5 Implement session id TLSv1.3 middlebox compatibility mode
88050dd Update ServerHello to new draft-22 format
86b165e Update the TLSv1.3 draft version indicators to draft 22
_
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-siphash

2017-12-11 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-siphash

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