summaryrefslogtreecommitdiffstats
path: root/crypto/bsearch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-08Move cipher ctx 'original iv' parameter into the providerShane Lontis18-70/+53
2019-10-07Add documentation for PEM_{read,write}_bio_Parameters()Richard Levitte1-1/+11
2019-10-07Fix typo in flag nameRich Salz1-1/+1
2019-10-07Fix no-autoerrinitMatt Caswell1-2/+2
2019-10-07Send bad_record_mac instead of decryption_failedMatt Caswell1-1/+1
2019-10-07Support SM2 in apps/speedPaul Yang2-2/+353
2019-10-06EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1Richard Levitte2-2/+5
2019-10-06Deprecate NCONF_WIN32() functionRich Salz7-7/+32
2019-10-06Also mention -- flag and ignore if undocumentedRich Salz2-0/+3
2019-10-06Fix typo in commentPauli1-1/+1
2019-10-05Add missing help text for some optionsRich Salz1-22/+40
2019-10-05RC4 is not a block cipherMatt Caswell1-2/+2
2019-10-04Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>Rich Salz6-10/+10
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte4-31/+9
2019-10-03Remove unused fields in method store structure.Pauli1-2/+0
2019-10-04Move all SHA digests completely to the default providerRichard Levitte4-566/+188
2019-10-03Rename "private" file, doc doc changes in CHANGESRich Salz4-45/+43
2019-10-03Adapt existing providers to posibly have name listsRichard Levitte3-98/+172
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte10-32/+150
2019-10-03'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).NaveenShivanna861-2/+13
2019-10-03rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZEDr. Matthias St. Pierre2-21/+21
2019-10-03Don't follow legacy path if ctx->pctx is setMatt Caswell1-3/+2
2019-10-03Fix no-errMatt Caswell1-5/+10
2019-10-03Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free()Matt Caswell1-13/+6
2019-10-03Don't call EVP_MD_CTX_reset during EVP_DigestFinalMatt Caswell2-1/+20
2019-10-03Add a test for the newly added md params codeMatt Caswell1-0/+32
2019-10-03Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() awareMatt Caswell1-3/+49
2019-10-03Update documentationMatt Caswell3-36/+149
2019-10-03Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy codeMatt Caswell1-10/+11
2019-10-03Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell2-5/+207
2019-10-03Add the provider function signatures for DigestSign*Matt Caswell7-33/+334
2019-10-03Add rc5 ciphers to default providerShane Lontis18-30/+388
2019-10-03Add arm64 in test matrix on TravisCI.Fangming.Fang1-0/+4
2019-10-03doc: EVP_DigestInit clears all flagsChristian Heimes1-1/+1
2019-10-03Fix errors found by new find-doc-nitsRich Salz68-170/+174
2019-10-03Add wordlist from man7.orgRich Salz1-0/+55
2019-10-03Do not print extensions in Certificate message for TLS1.2 and lowerDaniil Zotkin1-2/+3
2019-10-03Fix Coverity issuesShane Lontis2-7/+12
2019-10-03Fix long name of some Microsoft objectsMichael Osipov3-8/+8
2019-10-02doc/man1: fix malformed optionsRichard Levitte15-38/+38
2019-10-02util/find-doc-nits: more precise option and function name checkerRichard Levitte1-17/+154
2019-10-02Update "missing documentation" function listsRich Salz2-58/+2
2019-10-01Add '=for comment ifdef' to pod pagesRich Salz37-6/+105
2019-10-01Make EVP_CIPHER_is_a() work with legacy cipher implementations tooRichard Levitte1-0/+7
2019-10-01Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementationsRichard Levitte9-34/+35
2019-10-01Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte4-39/+105
2019-10-01Make manuals with TYPE conform with man-pages(7)Richard Levitte8-241/+251
2019-10-01Make ASN1 manuals conform with man-pages(7)Richard Levitte10-173/+178
2019-10-01Consistent formatting of flags with argsRich Salz54-1279/+1295
2019-09-30Add defines for __NR_getrandom for all Linux architecturesKurt Roeckx1-3/+49