aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Command docs: fix up command referencesRichard Levitte2019-10-0953-332/+334
* Command docs: replacables are in italics, options always start with a dashRichard Levitte2019-10-0945-337/+343
* Command docs: remove ellipses for '-rand'Richard Levitte2019-10-0924-90/+68
* Command docs: fix ellipses, the easy casesRichard Levitte2019-10-0913-24/+19
* Fix CMP test error on platforms which set OPENSSL_FUNC to '(unknown function)'Shane Lontis2019-10-081-1/+2
* Add rc2 ciphers to default providerShane Lontis2019-10-0816-20/+498
* Move cipher ctx 'original iv' parameter into the providerShane Lontis2019-10-0818-70/+53
* Add documentation for PEM_{read,write}_bio_Parameters()Richard Levitte2019-10-071-1/+11
* Fix typo in flag nameRich Salz2019-10-071-1/+1
* Fix no-autoerrinitMatt Caswell2019-10-071-2/+2
* Send bad_record_mac instead of decryption_failedMatt Caswell2019-10-071-1/+1
* Support SM2 in apps/speedPaul Yang2019-10-072-2/+353
* EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1Richard Levitte2019-10-062-2/+5
* Deprecate NCONF_WIN32() functionRich Salz2019-10-067-7/+32
* Also mention -- flag and ignore if undocumentedRich Salz2019-10-062-0/+3
* Fix typo in commentPauli2019-10-061-1/+1
* Add missing help text for some optionsRich Salz2019-10-051-22/+40
* RC4 is not a block cipherMatt Caswell2019-10-051-2/+2
* Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>Rich Salz2019-10-046-10/+10
* Move MD5-SHA1 digest completely to the default providerRichard Levitte2019-10-044-31/+9
* Remove unused fields in method store structure.Pauli2019-10-031-2/+0
* Move all SHA digests completely to the default providerRichard Levitte2019-10-044-566/+188
* Rename "private" file, doc doc changes in CHANGESRich Salz2019-10-034-45/+43
* Adapt existing providers to posibly have name listsRichard Levitte2019-10-033-98/+172
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-0310-32/+150
* 'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).NaveenShivanna862019-10-031-2/+13
* rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZEDr. Matthias St. Pierre2019-10-032-21/+21
* Don't follow legacy path if ctx->pctx is setMatt Caswell2019-10-031-3/+2
* Fix no-errMatt Caswell2019-10-031-5/+10
* Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free()Matt Caswell2019-10-031-13/+6
* Don't call EVP_MD_CTX_reset during EVP_DigestFinalMatt Caswell2019-10-032-1/+20
* Add a test for the newly added md params codeMatt Caswell2019-10-031-0/+32
* Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() awareMatt Caswell2019-10-031-3/+49
* Update documentationMatt Caswell2019-10-033-36/+149
* Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy codeMatt Caswell2019-10-031-10/+11
* Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell2019-10-032-5/+207
* Add the provider function signatures for DigestSign*Matt Caswell2019-10-037-33/+334
* Add rc5 ciphers to default providerShane Lontis2019-10-0318-30/+388
* Add arm64 in test matrix on TravisCI.Fangming.Fang2019-10-031-0/+4
* doc: EVP_DigestInit clears all flagsChristian Heimes2019-10-031-1/+1
* Fix errors found by new find-doc-nitsRich Salz2019-10-0368-170/+174
* Add wordlist from man7.orgRich Salz2019-10-031-0/+55
* Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin2019-10-031-2/+3
* Fix Coverity issuesShane Lontis2019-10-032-7/+12
* Fix long name of some Microsoft objectsMichael Osipov2019-10-033-8/+8
* doc/man1: fix malformed optionsRichard Levitte2019-10-0215-38/+38
* util/find-doc-nits: more precise option and function name checkerRichard Levitte2019-10-021-17/+154
* Update "missing documentation" function listsRich Salz2019-10-022-58/+2
* Add '=for comment ifdef' to pod pagesRich Salz2019-10-0137-6/+105
* Make EVP_CIPHER_is_a() work with legacy cipher implementations tooRichard Levitte2019-10-011-0/+7