summaryrefslogtreecommitdiffstats
path: root/crypto/objects/README (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri1-0/+14
2019-10-15Refactor many common flags into openssl.podRich Salz30-450/+225
2019-10-15Remove duplicated line in 'openssl list' outputRich Salz1-1/+0
2019-10-14Add BN_check_prime()Kurt Roeckx18-154/+176
2019-10-14Use fewer primes for the trial divisionKurt Roeckx1-7/+45
2019-10-14Move MD2, MD4 and MD5 digests completely to the providersRichard Levitte9-223/+155
2019-10-14Replace '=for comment ifdef' with '=for openssl'Rich Salz35-43/+43
2019-10-14Building: Add modules with DEPENDs to GENERATEd filesRichard Levitte5-12/+22
2019-10-14Restore MD5-SHA1 in legacy method databaseRichard Levitte1-0/+1
2019-10-14KDF: clean away old EVP_KDF declarationsRichard Levitte1-9/+0
2019-10-10Remove providers/default which seems to have been missed.Pauli1-68/+0
2019-10-13Configure: accept Windows style compiler optionsDr. Matthias St. Pierre2-7/+36
2019-10-12Ignore empty ALPN elements in CLI argsViktor Dukhovni1-5/+25
2019-10-11Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providersRichard Levitte3-7/+3
2019-10-11Providers: fix OSSL_FUNC_CIPHER_CIPHER functionsRichard Levitte3-5/+5
2019-10-11Fix EVP_Cipher() for provided cipher implementationsRichard Levitte2-7/+45
2019-10-11POD: stop abusing commentRichard Levitte35-44/+36
2019-10-11Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell1-16/+134
2019-10-11Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]UpdateMatt Caswell3-3/+26
2019-10-11Don't use internal knowledge about EVP_MD_CTX in and MD BIOMatt Caswell1-6/+3
2019-10-11Doc: update internal build.info manualRichard Levitte1-1/+49
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte3-7/+14
2019-10-10Fix unused goto label gcc warningViktor Szakats1-0/+2
2019-10-10ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars ins...Artiom Vaskov1-4/+4
2019-10-10Cleanup: move provider mains upRichard Levitte5-13/+4
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte47-67/+67
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte57-57/+57
2019-10-10Providers: move all ciphersRichard Levitte88-69/+148
2019-10-10Providers: move all digestsRichard Levitte31-68/+79
2019-10-10Providers: move default kdfs,macsRichard Levitte13-16/+25
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte28-36/+70
2019-10-10Rework how our providers are builtRichard Levitte37-147/+288
2019-10-10Build files: Make it possible to source libraries into other librariesRichard Levitte4-70/+245
2019-10-10Configurations/common.tmpl: Rework dependency resolutionRichard Levitte1-17/+97
2019-10-10Configure: Implement attributes for DEPEND[xxx]Richard Levitte1-4/+16
2019-10-10Configure: rework build.info grammar and attributesRichard Levitte5-158/+151
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz86-260/+306
2019-10-09Refactor -passin/-passout documentationRich Salz22-95/+69