Build Update for openssl/openssl ------------------------------------- Build: #8078 Status: Passed
Duration: 56 minutes and 48 seconds Commit: f1429b8 (master) Author: Benjamin Kaduk Message: Do not overallocate for tmp.ciphers_raw Well, not as much, at least. Commit 07afdf3c3ac97af4f2b4eec22a97f7230f8227e0 changed things so that for SSLv2 format ClientHellos we store the cipher list in the TLS format, i.e., with two bytes per cipher, to be consistent with historical behavior. However, the space allocated for the array still performed the computation with three bytes per cipher, a needless over-allocation (though a relatively small one, all things considered). Reviewed-by: Rich Salz <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from https://github.com/openssl/openssl/pull/2281) View the changeset: https://github.com/openssl/openssl/compare/52ad5b60e3a1...f1429b85c582 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/194890093 -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
_____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits
