Configure: accept Windows style compiler options
[openssl.git] / test /
2019-10-11 Matt CaswellAdd a test for EVP_Digest[Sign|Verify]* with a BIO MD
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-08 Shane LontisFix CMP test error on platforms which set OPENSSL_FUNC...
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Matt CaswellFix no-autoerrinit
2019-10-03 Matt CaswellFix no-err
2019-10-03 Matt CaswellAdd a test for the newly added md params code
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-29 Richard LevitteMake relevant tests more sensitive to 'no-fips'
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-23 Simo SorceAdd SSKDF test vectors from RFC 8636
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard LevitteRework test/run_tests.pl to support selective verbosity...
2019-09-12 Richard Levittetest/evp_test.c: try fetching algorithms
2019-09-12 Richard LevitteRework the perl fallback functionality
2019-09-12 Matt CaswellFix no-dsa
2019-09-12 Paul YangFix test error if scrypt is disabled
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
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
next