summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Test an overlong ChaCha20-Poly1305 nonceMatt Caswell2019-03-061-0/+9
* Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli2019-03-061-8/+8
* Configure: make C++ build tests optional and configurableRichard Levitte2019-03-053-1/+7
* testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte2019-03-053-1/+35
* Check for negative return for signature size.Addresses Coverity 1442933Pauli2019-03-041-2/+4
* Fix no-ec, no-sm2 and no-sm3Matt Caswell2019-03-011-2/+7
* Do buildtests on our public header files with C++ as wellRichard Levitte2019-02-271-4/+12
* Implement SSH KDFSimo Sorce2019-02-271-0/+4853
* Support raw input data in apps/pkeyutlPaul Yang2019-02-273-0/+61
* [test] modernize ecdsatest and extend ECDSA sign KATsBilly Brumley2019-02-262-304/+10448
* Disable 02-test_errstr.t on msys/mingw as well as MSWin32Richard Levitte2019-02-261-0/+6
* CID 1442838: API usage errorsPauli2019-02-241-4/+2
* Don't restrict the number of KeyUpdate messages we can processMatt Caswell2019-02-221-0/+53
* Test for constant-time flag leakage in BN_CTXNicola Tuveri2019-02-201-39/+122
* test/context_internal_test.c: don't initialize as a separate testRichard Levitte2019-02-201-7/+13
* Add a test for interleaving app data with handshake data in TLSv1.3Matt Caswell2019-02-191-6/+96
* Fix a test ordering issue.Pauli2019-02-191-1/+1
* Properties for implementation selection.Pauli2019-02-184-2/+392
* [test] unit test for field_inv function pointer in EC_METHODBilly Brumley2019-02-173-1/+229
* Add an OpenSSL library contextRichard Levitte2019-02-163-1/+112
* Add CRYPTO_alloc_ex_data()Richard Levitte2019-02-161-11/+57
* Add EC_GROUP_get0_fieldDavid Asraf2019-02-151-0/+38
* Add option to disable Extended Master SecretTodd Short2019-02-155-1/+373
* Use order not degree to calculate a buffer size in ecdsatestMatt Caswell2019-02-151-3/+3
* Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell2019-02-141-28/+21
* Ignore cipher suites when setting cipher listSam Roberts2019-02-143-6/+83
* Sparse array iterators include index position.Pauli2019-02-141-0/+95
* test/build.info: add missing ../apps/includeRichard Levitte2019-02-131-1/+1
* Added new EVP/KDF API.David Makepeace2019-02-138-76/+916
* Move libapps headers into their own directoryRichard Levitte2019-02-132-114/+114
* Add sparse array data type.Pauli2019-02-123-1/+120
* test/recipes/02-err_errstr: skip errors that may not be loaded on WindowsRichard Levitte2019-02-111-0/+37
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-1137-211/+614
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-113-1/+13
* Address a bug in the DRBG tests where the reseeding wasn't properlyPauli2019-02-081-3/+3
* test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte2019-02-071-0/+10
* blake2: add evpmac test vectorsAntoine Salon2019-02-062-4/+252
* Remove unnecessary trailing whitespaceSam Roberts2019-02-056-7/+7
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-016-2/+225
* Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger2019-01-311-0/+49
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+9
* Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2019-01-311-0/+15
* Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte2019-01-311-8/+1
* Fix no-dso buildsMatt Caswell2019-01-301-0/+1
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-0/+16
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+38
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-3/+13
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-244-14/+36
* Build: Change all _NO_INST to use attributes instead.Richard Levitte2019-01-222-18/+18