summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-03-12Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTRRichard Levitte
2019-03-12OSSL_PARAM helper functions.Pauli
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis
2019-03-11Add provider testsRichard Levitte
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-11openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis
2019-03-07Add a simple test for RSA_SSLV23_PADDINGBernd Edlinger
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell
2019-03-07FIPS AES_GCM IV gen changesShane Lontis
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli
2019-03-05Configure: make C++ build tests optional and configurableRichard Levitte
2019-03-05testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte
2019-03-04Check for negative return for signature size.Addresses Coverity 1442933Pauli
2019-03-01Fix no-ec, no-sm2 and no-sm3Matt Caswell
2019-02-27Do buildtests on our public header files with C++ as wellRichard Levitte
2019-02-27Implement SSH KDFSimo Sorce
2019-02-27Support raw input data in apps/pkeyutlPaul Yang
2019-02-26[test] modernize ecdsatest and extend ECDSA sign KATsBilly Brumley
2019-02-26Disable 02-test_errstr.t on msys/mingw as well as MSWin32Richard Levitte
2019-02-24CID 1442838: API usage errorsPauli
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri
2019-02-20test/context_internal_test.c: don't initialize as a separate testRichard Levitte
2019-02-19Add a test for interleaving app data with handshake data in TLSv1.3Matt Caswell
2019-02-19Fix a test ordering issue.Pauli
2019-02-18Properties for implementation selection.Pauli
2019-02-17[test] unit test for field_inv function pointer in EC_METHODBilly Brumley
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-15Add option to disable Extended Master SecretTodd Short
2019-02-15Use order not degree to calculate a buffer size in ecdsatestMatt Caswell
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-14Ignore cipher suites when setting cipher listSam Roberts
2019-02-14Sparse array iterators include index position.Pauli
2019-02-13test/build.info: add missing ../apps/includeRichard Levitte
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-13Move libapps headers into their own directoryRichard Levitte
2019-02-12Add sparse array data type.Pauli
2019-02-11test/recipes/02-err_errstr: skip errors that may not be loaded on WindowsRichard Levitte
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte
2019-02-06blake2: add evpmac test vectorsAntoine Salon
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen