summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix no-desMatt Caswell2020-02-081-0/+2
* Fix no-engineMatt Caswell2020-02-081-0/+4
* Fix no-dhMatt Caswell2020-02-082-7/+16
* Fix no-ecMatt Caswell2020-02-082-0/+4
* Use swapcontext for Intel CETH.J. Lu2020-02-082-1/+20
* Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}Richard Levitte2020-02-0712-25/+18
* Configure: Add easy to use disabled deprecated functionality indicatorsRichard Levitte2020-02-071-3/+11
* tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre2020-02-072-17/+18
* RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre2020-02-076-3/+66
* Appveyor: update to Visual Studio 2017.FdaSilvaYY2020-02-071-3/+11
* KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte2020-02-074-27/+198
* Adapt existing SERIALIZER implementations to the redesigned interfaceRichard Levitte2020-02-0714-181/+352
* Adapt test/keymgmt_internal_test.c to the redesigned interfaceRichard Levitte2020-02-071-5/+6
* Adapt existing KEYMGMT implementations to the redesigned interfaceRichard Levitte2020-02-073-206/+241
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-0732-1004/+783
* Reorganize the internal evp_keymgmt functionsRichard Levitte2020-02-077-176/+185
* Temporariy add ASN1_item_verify_ctx() missingcrypto.txtMatt Caswell2020-02-071-0/+1
* Don't ignore ASN1 when checking for undocumented symbolsMatt Caswell2020-02-073-3/+302
* Remove unused HAS_LFN_SUPPORTRich Salz2020-02-071-1/+0
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-0619-34/+34
* More accurate doc of -ssl_config optionRich Salz2020-02-062-4/+4
* Update command listRich Salz2020-02-062-8/+15
* Add cmd-nits to travis buildRich Salz2020-02-064-13/+23
* The -hmac option to speed is now #ifdef'dRich Salz2020-02-061-1/+1
* Add missing s_client optionsRich Salz2020-02-061-1/+135
* Prevent compiler warning for unused static function.Davide Galassi2020-02-061-3/+2
* Removed unused ssl_dane struct declaration.Davide Galassi2020-02-061-2/+3
* doc: Fix typo in EVP_DigestSignInit manpageJakub Jelen2020-02-061-1/+1
* Fix small misspelling in doc for OCSP_response_statusthekuwayama2020-02-061-1/+1
* Fix no-sm2Matt Caswell2020-02-061-1/+5
* Add FFC param/key generationShane Lontis2020-02-0618-696/+1433
* Fix no-tls1_3Matt Caswell2020-02-061-11/+11
* Fix builds with no-dhMatt Caswell2020-02-064-19/+31
* Add a test for SSL_CTX_new_with_libctx()Matt Caswell2020-02-064-4/+165
* Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell2020-02-065-11/+23
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-0616-175/+337
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-069-21/+16
* Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx2020-02-055-5/+53
* Create a new embeddedSCTs1 that's signed using SHA256Kurt Roeckx2020-02-0511-38/+134
* Fix no-multiblockMatt Caswell2020-02-051-10/+13
* Author: Ross Kinsey <RossIKinsey@gmail.com>Ross Kinsey2020-02-054-32/+4
* x86: Add endbranch to indirect branch targets for Intel CETH.J. Lu2020-02-052-0/+8
* Make minimum size for secure memory a size_t.Pauli2020-02-054-9/+11
* EVP_MD_CTX_ctrl(): Remove unnecessary controlRichard Levitte2020-02-041-4/+1
* PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte2020-02-042-80/+116
* PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte2020-02-044-8/+72
* Don't pass a digest-size to signature implementationsRichard Levitte2020-02-045-32/+13
* Decentralize legacy_ctrl_str_to_param()Richard Levitte2020-02-041-64/+25
* Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell2020-02-043-1/+16
* Detect EOF while reading in libsslMatt Caswell2020-02-046-3/+19