Age | Commit message (Expand) | Author |
2017-10-11 | Update regress now that ssl_cipher_list_to_bytes() takes a CBB. | Joel Sing |
2017-10-10 | Revise regress now that ssl_bytes_to_cipher_list() takes a CBS. | Joel Sing |
2017-08-29 | When parsing extensions by calling the parse functions directly, ensure | Joel Sing |
2017-08-28 | Use current chacha20-poly1305 cipher suite values. | Joel Sing |
2017-08-28 | Update due to removal of original chacha20-poly1305 cipher suites. | Joel Sing |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-27 | check return value from CBB_init | Bob Beck |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck |
2017-08-12 | Add regress coverage for the TLS signature algorithms extension. | Joel Sing |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-12 | Remove NPN test coverage. | Joel Sing |
2017-08-12 | errant whitespace | Bob Beck |
2017-08-12 | Update the TLSv1.2 Client Hello messages, due to the removal of DSA | Joel Sing |
2017-08-11 | Be consistent with goto labels, failure flag and use of FAIL macro. | Joel Sing |
2017-08-11 | doug@ added code in here as well. | Joel Sing |
2017-08-11 | Sort by extension/function name. | Joel Sing |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | Doug Hogan |
2017-07-24 | Extend the SNI tests to ensure that we have a hostname in the session | Joel Sing |
2017-07-24 | Add regress coverage for the TLS Renegotiation Indication extension. | Joel Sing |
2017-07-16 | Provide a new regress test for TLS extension handlers, currently covering | Joel Sing |
2017-05-07 | Revise cipher suites in regress to match DSS cipher suite removal. | Joel Sing |
2017-05-06 | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | Bob Beck |
2017-05-06 | Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version(). | Joel Sing |
2017-03-25 | Update regress to match changes to tls1_PRF(). | Joel Sing |
2017-03-18 | Update regress and remove temporary buffer to match changes in tls_PRF(). | Joel Sing |
2017-03-10 | Add a unit test for tls1_PRF(). | Joel Sing |
2017-03-05 | Add an initial regress test that covers the server-side of libssl, by | Joel Sing |
2017-03-04 | Treat "ERROR in STARTUP" as an actual error, rather than failing without | Joel Sing |
2017-03-04 | Remove commented out code and fix indentation of surrounding statements. | Joel Sing |
2017-03-04 | Remove handling for SSLv2. | Joel Sing |
2017-01-25 | Update ssl versions regress to handle min/max configured versions and | Joel Sing |
2017-01-24 | Update client tests for changes in default EC formats/curves. | Joel Sing |
2017-01-24 | Use prime256v1 for tests unless otherwise specified. | Joel Sing |
2017-01-23 | Fix regress to handle movement of ssl structures to internal | Bob Beck |
2017-01-22 | Update the TLS ALPN unit tests to work with internal/opaque data. | Joel Sing |
2017-01-03 | Add regress tests for max shared version code. | Joel Sing |
2016-12-30 | Add regress coverage for enabled protocol version range. | Joel Sing |
2016-12-26 | Extend regress to include a peer certificate in the session. | Joel Sing |
2016-12-26 | Ensure that after an i2d_SSL_SESSION() call, the passed pointer now points | Joel Sing |
2016-12-21 | Update regress for ECDHE with X25519. | Joel Sing |
2016-12-21 | Ensure negative time/timeout are handled appropriately. | Joel Sing |
2016-12-18 | Revise regress for changes to ssl_parse_serverhello_tlsext(). | Joel Sing |
2016-12-04 | Update regress test to handle change to ssl_cipher_list_to_bytes(). | Joel Sing |
2016-11-06 | Update regress for IDEA cipher suite removal. | Joel Sing |
2016-11-04 | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | Joel Sing |
2016-11-04 | Some tests require internal symbols; have them link with the static | Philip Guenther |
2016-10-19 | Update client hello messages to follow the removal of fixed ECDH. | Joel Sing |
2016-09-03 | remove unneeded reach-around include | Brent Cook |