Fix warning C4164 in MSVC.
[openssl.git] / test /
2019-07-31 Nicola TuveriTemporary workaround for ectest.c for [extended tests]
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
2019-07-28 PauliAdd weak platform independent PRNG to test framework.
2019-07-26 Richard Levittetest/recipes/30-test_evp.t: Modify to test with differe...
2019-07-26 Richard Levittetest/evp_test.c: modify to use OSSL_PROVIDER_available()
2019-07-24 Bernd EdlingerEnforce a minimum DH modulus size of 512 bits
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-22 Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-18 PauliAdd param builder free function.
2019-07-19 Richard Levittetest/enginetest.c: Make sure no config file is loaded
2019-07-17 PauliParameter building utilities.
2019-07-16 Pauliremove end of line spaces
2019-07-16 PauliRemove tab characters from C source files.
2019-07-16 Rich SalzRemove function name from errors
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-07-11 David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-07-11 Richard Levittetest/evp_test.c: [ciphers] Test that we get back the...
2019-07-08 Shane LontisAdd X9.42 KDF.
2019-07-07 Bernd EdlingerFix an endless loop in BN_generate_prime_ex
2019-07-04 Richard Levittetest/recipes/02_test_errstr.t: Make it less fragile
2019-07-02 Antoine CœurFix Typos
2019-07-02 Patrick Steuertest/p_test.c: silence -Wstringop-overflow
2019-07-01 Rich SalzRemove NextStep support
2019-07-01 Matt CaswellFix a leak in evp_test
2019-07-01 Matt CaswellChange RC5_32_set_key to return an int type
2019-07-01 Antoine CœurFix Typos
2019-06-28 Paul YangSupport SM2 certificate signing
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-28 Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-26 Benjamin KadukAdd regression test for #9099
2019-06-26 Paul YangFix incorrect usage of a test case
2019-06-26 PauliThe params_test uses wrong size for BN check.
2019-06-25 Shane LontisEC only uses approved curves in FIPS mode.
2019-06-24 Richard LevitteOSSL_NAMEMAP: make names case insensitive
2019-06-24 Richard LevitteAdd a namemap test
2019-06-24 PauliAllow AES XTS decryption using duplicate keys.
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-20 PauliPrint thread IDs nicely.
2019-06-20 Richard Levittetest/testutil/init.c, apps/openssl.c: add trace cleanup...
2019-06-20 Frederik Wedel-HeinenUpdate test/README
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-19 Richard LevitteAdd tracing capability in test utilities
2019-06-18 Rich SalzChange ERR_add_error_[v]data to append
2019-06-17 Matt CaswellAdd the function OPENSSL_thread_stop_ex()
2019-06-17 Richard LevitteMove uplink file information to build.info files
2019-06-17 Matt CaswellFix no-ec with no-dh
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-13 Matt CaswellFix no-dh
2019-06-12 raja-ashokAdd testcase for TLS1.3 FFDHE
2019-06-11 Shane LontisFix Windows Compile failure due to missing <inttypes.h>
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-07 Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07 David MakepeaceFixed typo in code comment.
2019-06-05 Shane LontisCoverity fixes
2019-06-04 Shane LontisMove digests to providers
2019-06-03 Matt CaswellReally fail if we have a test failure
2019-06-03 Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-06-03 Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories
2019-05-28 PauliTest of uniformity of BN_rand_range output.
2019-05-28 Shane Lontisfix timeout in 30-test_evp_pkey_dparam
2019-05-27 Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
2019-05-26 FdaSilvaYYOCSP: fix memory leak in OCSP_url_svcloc_new method.
2019-05-23 Matt CaswellAdd the NIST CAVS test vectors for CCM
2019-05-22 PauliOptional property query support.
2019-05-20 PauliParams conversion tests.
2019-05-16 Shane LontisAdded X963KDF API
2019-05-10 Dr. Matthias St... Ignore entropy from RAND_add()/RAND_seed() in FIPS...
2019-05-09 PauliTest skip option.
2019-05-09 PauliSkip the no derivation functions when in FIPS mode...
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-05-03 Simo SorceChange the digest string from "md" to "digest"
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-05-02 Dr. Matthias St... Test: use keywords instead of magic numbers for 'rsa_ps...
2019-05-01 Richard Levittep_get_params() [test/p_test.c]: clear the OSSL_PARAM...
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 PauliSquashed commit of the following:
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-04-26 David BenjaminCopy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
2019-04-25 PauliStatistically test BN_rand_range().
2019-04-24 Shane LontisAdded app for EVP_KDF
2019-04-23 Matt CaswellFix no-ec2m
2019-04-19 Matt CaswellAdd some more test vectors for ChaCha20
2019-04-18 Simo SorceAdd SSHKDF in evp_kdf_test
2019-04-16 Tomas MrazAdd test for the BIO_s_mem rdwr->rdonly->rdwr use-case
2019-04-16 Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16 Bernd EdlingerAdd test for the BIO_get_mem_ptr() regression
2019-04-12 Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-12 PauliAdd prediction resistance capability to the DRBG reseed...
2019-04-11 Shane Lontisec key validation checks updated
2019-04-11 Shane Lontisdoc fixups
2019-04-11 Nicola TuveriSeparate the lookup test
2019-04-11 Nicola TuveriEC_GROUP_set_curve() might fail for arbitrary params
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-04-10 PauliReseeding without derivation function is not supported...
next