summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Providers: move all ciphersRichard Levitte
2019-10-10Providers: move all digestsRichard Levitte
2019-10-10Providers: move default kdfs,macsRichard Levitte
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-10-10Build files: Make it possible to source libraries into other librariesRichard Levitte
2019-10-10Configurations/common.tmpl: Rework dependency resolutionRichard Levitte
2019-10-10Configure: Implement attributes for DEPEND[xxx]Richard Levitte
2019-10-10Configure: rework build.info grammar and attributesRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-09Refactor -passin/-passout documentationRich Salz
2019-10-09Document build.info syntax internallyRichard Levitte
2019-10-09Fix reference to PEM docsRich Salz
2019-10-09util/find-doc-nits: ignore tsget.pod nameRichard Levitte
2019-10-09Command docs: more reference fixesRichard Levitte
2019-10-09Command docs: rename openssl-tsget.pod to tsget.pod, and fix itRichard Levitte
2019-10-09Command docs: diverse small fixesRichard Levitte
2019-10-09Command docs: fix some engine referencesRichard Levitte
2019-10-09Command docs: wrap literal input/output with C<>Richard Levitte
2019-10-09Command docs: wrap literal file names with F<>Richard Levitte
2019-10-09Command docs: fix links to other sections (sometimes in other manuals)Richard Levitte
2019-10-09Command docs: fix up command referencesRichard Levitte
2019-10-09Command docs: replacables are in italics, options always start with a dashRichard Levitte
2019-10-09Command docs: remove ellipses for '-rand'Richard Levitte
2019-10-09Command docs: fix ellipses, the easy casesRichard Levitte
2019-10-08Fix CMP test error on platforms which set OPENSSL_FUNC to '(unknown function)'Shane Lontis
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-08Move cipher ctx 'original iv' parameter into the providerShane Lontis
2019-10-07Add documentation for PEM_{read,write}_bio_Parameters()Richard Levitte
2019-10-07Fix typo in flag nameRich Salz
2019-10-07Fix no-autoerrinitMatt Caswell
2019-10-07Send bad_record_mac instead of decryption_failedMatt Caswell
2019-10-07Support SM2 in apps/speedPaul Yang
2019-10-06EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1Richard Levitte
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-10-06Also mention -- flag and ignore if undocumentedRich Salz
2019-10-06Fix typo in commentPauli
2019-10-05Add missing help text for some optionsRich Salz
2019-10-05RC4 is not a block cipherMatt Caswell
2019-10-04Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>Rich Salz
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-10-03Remove unused fields in method store structure.Pauli
2019-10-04Move all SHA digests completely to the default providerRichard Levitte
2019-10-03Rename "private" file, doc doc changes in CHANGESRich Salz
2019-10-03Adapt existing providers to posibly have name listsRichard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-10-03'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).NaveenShivanna86
2019-10-03rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZEDr. Matthias St. Pierre
2019-10-03Don't follow legacy path if ctx->pctx is setMatt Caswell