summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework building: adapt some scriptsRichard Levitte2019-01-211-20/+5
* Fix a memory leak in the mem bioCorey Minyard2019-01-213-1/+71
* Reduce inputs before the RSAZ code.David Benjamin2019-01-161-0/+25
* Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY2019-01-083-30/+26
* Add a test for correct handling of the cryptopro bug extensionMatt Caswell2019-01-071-4/+28
* Fix no-sockMatt Caswell2019-01-062-9/+6
* Fix no-cmacMatt Caswell2019-01-061-3/+3
* Introduce a no-pinshared optionMatt Caswell2019-01-041-21/+25
* Test atexit handlersMatt Caswell2019-01-042-16/+87
* Don't link shlibloadtest against libcryptoMatt Caswell2019-01-042-50/+90
* Fix shlibloadtest to properly execute the dso_ref testMatt Caswell2019-01-041-9/+3
* Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2018-12-312-1/+21
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-1513-64/+52
* Add RFC5297 AES-SIV supportTodd Short2018-12-113-27/+86
* Add an Ed448 malleability testMatt Caswell2018-12-111-0/+7
* typo ANS1 -> ASN1nxtstep2018-12-111-1/+1
* Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni2018-12-102-9/+10
* Eliminate NOP castViktor Dukhovni2018-12-101-2/+2