crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT
[openssl.git] / test /
2019-04-02 Richard LevitteCorrect the checks of module availability in provider...
2019-04-02 Richard LevitteConfiguration / build: make it possible to disable...
2019-04-01 Boris Pismennysslapitest: add test ktls Rx
2019-03-30 Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-30 Pauliissue-8493: Fix for filenames with newlines using opens...
2019-03-29 Paul YangAdd test cases for SM2 cert verification
2019-03-29 PauliCorrectly initialise PACKET to zero in the tests to...
2019-03-29 PauliPropery initialise struct sslapitest_log_counts to...
2019-03-29 PauliAdd the FIPS related continuous random number generator...
2019-03-28 Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-28 PauliFix test builds.
2019-03-27 PauliDetect endian without relying on defined symbols.
2019-03-27 Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2019-03-27 Matt CaswellFix a memory leak in ARIA GCM
2019-03-27 Matt CaswellFix no-ec
2019-03-26 Shane Lontisstyle nit fix
2019-03-25 Shane Lontisreplaced snprintf with BIO version (for windows builds)
2019-03-21 Matt CaswellAdd a test for EVP_MD_fetch
2019-03-19 Shane Lontisremoved BN_clear NULL checks
2019-03-19 Shane LontisSingle step kdf implementation
2019-03-19 PauliFix resource leak coverity 1443711.
2019-03-18 David von OheimbAdd -new and -subj options to x509 app for direct cert...
2019-03-18 David von Oheimbadd 'Signature Value:' line and correct indentation...
2019-03-18 David von Oheimbupdate reference output of test_x509 in test/certs...
2019-03-18 Shane Lontiscoverity fixes for bntest.c
2019-03-17 Richard Levittetest/params_api_test.c: fix size_t assumptions
2019-03-14 Matt CaswellEnable pkeyutl to use Ed448 and Ed25519
2019-03-13 Nicola TuveriFix memory leak in ectest
2019-03-13 Richard Levittetest/params_test.c: use TEST_double_eq to check doubles
2019-03-13 Richard Levittetest/params_test.c: make more global variables static
2019-03-13 Richard Levittetest/params_test.c: make construct_api_params() static
2019-03-13 Richard Levittetest/params_test.c: Add run-time constructed OSSL_PARAM...
2019-03-13 Richard Levittetest/params_test.c: Add API test case, and mixed methods
2019-03-13 Richard Levittetest/params_test.c: Add "real world" parameter testing
2019-03-13 Matt CaswellFix no-dso
2019-03-13 Matt CaswellFix various no-* options
2019-03-12 Richard LevitteChange OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR
2019-03-12 PauliOSSL_PARAM helper functions.
2019-03-12 Richard LevitteRename 'buffer' to 'data' in OSSL_PARAM
2019-03-12 Shane LontisFIPS 186-4 RSA Generation & Validation
2019-03-11 Richard LevitteAdd provider tests
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2019-03-11 Shane Lontisopenssl app for macs that uses the new EVP_MAC interfac...
2019-03-07 Bernd EdlingerAdd a simple test for RSA_SSLV23_PADDING
2019-03-07 Matt CaswellAdd a test for underflow in ecp_nistp521.c
2019-03-06 Shane LontisFIPS AES_GCM IV gen changes
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Matt CaswellTest an overlong ChaCha20-Poly1305 nonce
2019-03-06 PauliMake the sparse array code use ossl_uintmax_t as its...
2019-03-05 Richard LevitteConfigure: make C++ build tests optional and configurable
2019-03-05 Richard Levittetestutil: ensure good treatment of argv on non-Unix...
2019-03-04 PauliCheck for negative return for signature size.Addresses...
2019-03-01 Matt CaswellFix no-ec, no-sm2 and no-sm3
2019-02-27 Richard LevitteDo buildtests on our public header files with C++ as...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-27 Paul YangSupport raw input data in apps/pkeyutl
2019-02-26 Billy Brumley[test] modernize ecdsatest and extend ECDSA sign KATs
2019-02-26 Richard LevitteDisable 02-test_errstr.t on msys/mingw as well as MSWin32
2019-02-24 PauliCID 1442838: API usage errors
2019-02-22 Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-20 Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-02-20 Richard Levittetest/context_internal_test.c: don't initialize as a...
2019-02-19 Matt CaswellAdd a test for interleaving app data with handshake...
2019-02-19 PauliFix a test ordering issue.
2019-02-18 PauliProperties for implementation selection.
2019-02-17 Billy Brumley[test] unit test for field_inv function pointer in...
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-15 Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15 David AsrafAdd EC_GROUP_get0_field
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-15 Matt CaswellUse order not degree to calculate a buffer size in...
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-14 Sam RobertsIgnore cipher suites when setting cipher list
2019-02-13 PauliSparse array iterators include index position.
2019-02-13 Richard Levittetest/build.info: add missing ../apps/include
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-13 Richard LevitteMove libapps headers into their own directory
2019-02-12 PauliAdd sparse array data type.
2019-02-11 Richard Levittetest/recipes/02-err_errstr: skip errors that may not...
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-08 PauliAddress a bug in the DRBG tests where the reseeding...
2019-02-07 Richard Levittetest/drbgtest.c: call OPENSSL_thread_stop() explicitly
2019-02-06 Antoine Salonblake2: add evpmac test vectors
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-31 Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31 Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31 Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-31 Richard LevitteBuild cleanup: Remove the VMS hack from test/build...
2019-01-30 Matt CaswellFix no-dso builds
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-24 Matt CaswellMake sure we trigger retransmits in DTLS testing
2019-01-22 Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2019-01-21 Richard LevitteRework building: adapt some scripts
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2019-01-08 FdaSilvaYYFix CID 1434549: Unchecked return value in test/evp_test.c
next