Use 'i' as parameter name not 'I'.
[openssl.git] / test /
2018-09-16 PauliAdd a compile time test to verify that openssl/rsa...
2018-09-13 Matt CaswellAdd an explicit cast to time_t
2018-09-11 Matt CaswellUpdate copyright year
2018-09-10 Dr. Matthias St... test/evp_extra_test.c: fix null pointer dereference
2018-09-10 Dr. Matthias St... test/dhtest.c: fix resource leak
2018-09-09 Richard LevitteTESTS: add test of decoding of invalid zero length...
2018-09-08 Richard LevitteSipHash: add separate setter for the hash size
2018-09-08 Richard LevitteTESTS: add SipHash tests with digestsize controls
2018-09-08 Richard Levittetest/evp_test.c: make it possible to use controls with...
2018-09-07 Matt CaswellDo not reset SNI data in SSL_do_handshake()
2018-09-07 Matt CaswellTest that we can handle a PHA CertificateRequest after...
2018-09-07 Kurt RoeckxTest that we can process a KeyUpdate received after...
2018-09-07 Jack LloydAdd test case for SM2 evp verification
2018-09-07 Paul YangSupport setting SM2 ID
2018-09-07 Paul YangMake SM2 ID stick to specification
2018-09-05 Shane LontisKey zeroization fix for EVP_SealInit + added simple...
2018-09-04 Matt CaswellAdd a test for RSA key exchange with both RSA and RSA...
2018-09-04 Matt CaswellTest creation of tickets when using a TLSv1.3 PSK
2018-09-03 PauliFix HMAC SHA3-224 and HMAC SHA3-256.
2018-09-03 PauliMake OBJ_NAME case insensitive.
2018-09-03 Billy Brumley[test] throw error from wrapper function instead of...
2018-09-03 Billy Brumley[test] ECC: make sure negative tests pass for the right...
2018-09-03 wzhangFix the comment of PEM_read_bio_ex
2018-08-22 Matthias KraftExtend dladdr() for AIX, consequence from changes for...
2018-08-22 Matt CaswellFix BoringSSL external test failures
2018-08-22 Matt CaswellDon't detect a downgrade where the server has a protoco...
2018-08-22 Matt CaswellTest that a client protocol "hole" doesn't get detected...
2018-08-21 PauliZero memory in CRYPTO_secure_malloc.
2018-08-21 Nicola TuveriReplace GFp ladder implementation with ladd-2002-it...
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-08-19 PauliAdd a helper routine so that evp_test can compare memor...
2018-08-18 Dr. Matthias St... test/recipes/30-test_evp_data: fix two typos
2018-08-15 Matt CaswellFix a bug in test_sslversions
2018-08-15 Matt CaswellTurn on TLSv1.3 downgrade protection by default
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-15 PauliAdd SHA3 HMAC test vectors from NIST.
2018-08-09 Matt CaswellAdd a test for TLSv1.3 fallback
2018-08-08 Matt CaswellAdd a test for unencrypted alert
2018-08-07 Dr. Matthias St... test/asn1_internal_test.c: silence the new check for...
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-07 PauliRelocate memcmp test.
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-29 Bryan DonlanAdd test for DSA signatures of raw digests of various...
2018-07-26 Benjamin KadukFix ossl_shim SNI handling
2018-07-20 Matt CaswellValidate legacy_version
2018-07-20 Matt CaswellUpdate the TLSv1.3 test vectors
2018-07-19 Matt CaswellTest early_data sent after a second ClientHello causes...
2018-07-18 Matt CaswellAdd a test for mismatch between key OID and sig alg
2018-07-17 Matt CaswellSkip the GOST test where appropriate
2018-07-17 Matt CaswellFix a memory leak in the ticket test
2018-07-17 Matt CaswellTest that a failed resumption issues the correct number...
2018-07-17 Matt CaswellImprove testing of stateful tickets
2018-07-16 Billy Brumley[test] test some important ladder corner cases
2018-07-15 Andy Polyakovtest/.../evppkey.txt: X25519 regression test vectors.
2018-07-13 Matt CaswellAdd a GOST test
2018-07-10 PauliNCONF_get_number refix.
2018-07-09 Rich SalzAdd tests for the "req" command, -addext flag
2018-07-06 Matt CaswellAdd a test for the recv_max_early_data setting
2018-07-05 Rich SalzReject duplicate -addext parameters
2018-07-04 Matt CaswellFix no-tls1_2
2018-07-03 PauliTests for MD5-SHA1 combined digest.
2018-07-03 Matt CaswellRemove TLSv1.3 tickets from the client cache as we...
2018-07-03 PauliCheck for NULL conf in NCONF_get_number
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
2018-07-02 Matt CaswellAdd a test for the new early data callback
2018-06-29 Billy BrumleyMore EVP ECC testing: positive and negative
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-27 Matt CaswellReturn SSL_ERROR_WANT_READ if SSL_shutdown() encounters...
2018-06-27 Matt CaswellAdd a bi-directional shutdown test
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-22 Bernd EdlingerFix negative test result in sm2 test
2018-06-22 Andy Polyakovrecipes/90-test_shlibload.t: disable tests on AIX till...
2018-06-22 Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-06-21 Dr. Matthias St... testutil/driver.c: Fix function prototype warning ...
2018-06-21 Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-06-21 Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-20 Matt CaswellUpdate copyright year
2018-06-20 Matt CaswellFix no-sm2
2018-06-20 Bernd EdlingerFix test sm2 test failure with ec blinding
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-18 David von Oheimbadd cast in test/x509aux.c preventing compiler warning...
2018-06-08 Matt CaswellFix no-ec
2018-06-08 Matt CaswellAdd a test for the raw private/public key getters
2018-06-07 Matt CaswellDon't store the ticket nonce in the session
2018-06-04 Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04 Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04 Matt CaswellAdd test recipes for internal SM2 tests
2018-06-04 Jack LloydMake SM2 functions private
2018-05-30 Richard LevitteOSSL_STORE: don't test file: URIs on Mingw
2018-05-29 Matt CaswellTest that a ^ 0 mod -1 is always 0
2018-05-29 Matt CaswellUpdate copyright year
2018-05-23 David BenjaminSave and restore the Windows error around TlsGetValue.
2018-05-23 David BenjaminFix explicit EC curve encoding.
2018-05-23 Viktor DukhovniLimit scope of CN name constraints
2018-05-23 Matt CaswellFix no-ec, no-tls1_3 and no-tls
2018-05-22 Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-22 Matt CaswellFix no-ec in combination with no-dh
next