aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rework how our providers are builtRichard Levitte2019-10-1037-147/+288
* Build files: Make it possible to source libraries into other librariesRichard Levitte2019-10-104-70/+245
* Configurations/common.tmpl: Rework dependency resolutionRichard Levitte2019-10-101-17/+97
* Configure: Implement attributes for DEPEND[xxx]Richard Levitte2019-10-101-4/+16
* Configure: rework build.info grammar and attributesRichard Levitte2019-10-105-158/+151
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-0986-260/+306
* Refactor -passin/-passout documentationRich Salz2019-10-0922-95/+69
* Document build.info syntax internallyRichard Levitte2019-10-091-0/+552
* Fix reference to PEM docsRich Salz2019-10-092-3/+3
* util/find-doc-nits: ignore tsget.pod nameRichard Levitte2019-10-091-1/+1
* Command docs: more reference fixesRichard Levitte2019-10-0914-60/+63
* Command docs: rename openssl-tsget.pod to tsget.pod, and fix itRichard Levitte2019-10-091-32/+35
* Command docs: diverse small fixesRichard Levitte2019-10-099-23/+37
* Command docs: fix some engine referencesRichard Levitte2019-10-093-3/+4
* Command docs: wrap literal input/output with C<>Richard Levitte2019-10-098-26/+27
* Command docs: wrap literal file names with F<>Richard Levitte2019-10-0914-50/+52
* Command docs: fix links to other sections (sometimes in other manuals)Richard Levitte2019-10-0915-38/+35
* 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