Register KDF's using their name macros rather than strings
[openssl.git] / test /
2019-09-11 PauliUpdate tests to (mostly) use KDF names
2019-09-10 PauliCoverity 1453632 & 1453635: Null pointer dereferences...
2019-09-10 PauliCoverity 1414465: Resource leaks (RESOURCE_LEAK)
2019-09-09 Billy Brumley[test] ECC: check the bounds for auto computing cofactor
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-09-09 Nicola TuveriUniform TEST_*() check usage in test/ectest.c
2019-09-09 Nicola TuveriFix spacing nit in test/ectest.c
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07 Billy Brumley[test] computing ECC cofactors: regression test
2019-09-06 PauliLowercase command line 'N' argument since params have...
2019-09-06 Richard LevitteMore KDF cleanup
2019-09-06 PauliUpdate EVP test data for KDFs and PRFs.
2019-09-06 PauliTest updates in light of the KDF switchover
2019-09-06 Matt CaswellTeach TLSProxy how to parse CertificateRequest messages
2019-09-05 Billy Brumley[test] computing ECC cofactors: regression test
2019-09-05 Shane LontisChange provider params from int to size_t
2019-09-04 Richard LevitteMove libapps.a source to apps/lib
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-09-03 Richard Levittetest/errtest.c: more conditions for checking __FILE__...
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-29 Matt CaswellFix no-ec
2019-08-28 Richard Levitteopenssl provider: New sub-command, for provider discovery
2019-08-27 Richard LevitteCoverty fixes for MACs
2019-08-27 Richard Levittetesting: set OPENSSL_MODULES to the providers directory...
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-24 Shane LontisAdd app for fips installation
2019-08-23 Richard Levittetest/evp_test.c: distinguish parsing errors from proces...
2019-08-22 Paul YangSupport parsing of SM2 ID in hexdecimal
2019-08-22 Shane LontisAdd basic aria and camellia ciphers modes to default...
2019-08-21 Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-18 Shane Lontiscipher cleanups.
2019-08-18 Patrick SteuerFix --strict-warnings build
2019-08-18 Patrick SteuerTest for out-of-bounds write when requesting zero bytes...
2019-08-15 Richard LevitteAdapt the MAC tests, and tests for other things that...
2019-08-15 raja-ashokTest SSL_set_ciphersuites
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-13 Richard Levitte30-test_evp.t: make the tested configs depend on what...
2019-08-09 Matt CaswellExtend tests of SSL_check_chain()
2019-08-09 Matt CaswellFix test_key_exchange with no_tlsv1_2
2019-08-09 Matt CaswellFix test_sslextension if TLSv1.2 has been disabled
2019-08-09 Matt CaswellAdd TLS tests for RSA-PSS Restricted certificates
2019-08-09 Matt CaswellAdd Restricted PSS certificate and key
2019-08-08 Matt CaswellFix no-filenames
2019-08-07 Matt CaswellRun evp_test in FIPS mode
2019-08-07 Shane LontisGCM cipher in provider now fails if passed bad keylength
2019-08-06 raja-ashokTest SSL_get_negotiated_group() API
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-08-01 Matt CaswellFix the krb5 external test
2019-08-01 Matt CaswellLoad the config file by default
2019-08-01 Matt CaswellSuppress loading the FIPS module in evp_test
2019-08-01 Matt CaswellProperly process the "Availablein" keyword for evp_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.
next