aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-1711-2/+411
* Added internal functions for easy getting and setting all RSA parameters.Richard Levitte2019-10-176-114/+321
* Add GCD testing infrastructure.Cesar Pereida Garcia2019-10-173-3/+17235
* Constant-time GCD function.Cesar Pereida Garcia2019-10-171-106/+107
* Unify BN_rshift designCesar Pereida Garcia2019-10-171-43/+5
* Don't abuse the API when that's not what is testedRichard Levitte2019-10-171-6/+11
* DSA: Add export of keys and domain parameters from providerRichard Levitte2019-10-171-0/+61
* DH: Add export of keys and domain parameters from providerRichard Levitte2019-10-171-0/+60
* DSA: Add export of domain parameters to providerRichard Levitte2019-10-172-27/+58
* DH: Add export of domain parameters to providerRichard Levitte2019-10-172-26/+58
* PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte2019-10-176-32/+66
* Configure: break long lines in build filesRichard Levitte2019-10-171-63/+162
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-176-20/+20
* evp_generic_do_all(): fix passing of method dataRichard Levitte2019-10-171-2/+4
* 'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte2019-10-176-67/+247
* EVP: add functions that return the name numberRichard Levitte2019-10-1716-6/+92
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-1722-42/+157
* EVP: add missing common functionalityRichard Levitte2019-10-1720-65/+210
* Some docs cleanupRichard Levitte2019-10-173-12/+12
* For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CTRL_INIT always returns 1Richard Levitte2019-10-171-1/+9
* EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1Richard Levitte2019-10-172-6/+6
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-179-33/+254
* doc/man3/EVP_PKEY_CTX_new.pod: change markup according to conventionsRichard Levitte2019-10-161-5/+5
* Add EVP_PKEY_CTX_new_provided()Richard Levitte2019-10-166-7/+49
* Fix typo and create compatibility macroAndreas Schnebinger2019-10-166-5/+9
* Correctly handle SSL3 Master Secret when calling providersMatt Caswell2019-10-161-0/+4
* Add ChaCha related ciphers to default providerShane Lontis2019-10-1621-223/+1365
* Fix missing Assembler definesShane Lontis2019-10-1610-8/+49
* [ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri2019-10-151-0/+14
* Refactor many common flags into openssl.podRich Salz2019-10-1530-450/+225
* Remove duplicated line in 'openssl list' outputRich Salz2019-10-151-1/+0
* Add BN_check_prime()Kurt Roeckx2019-10-1418-154/+176
* Use fewer primes for the trial divisionKurt Roeckx2019-10-141-7/+45
* Move MD2, MD4 and MD5 digests completely to the providersRichard Levitte2019-10-149-223/+155
* Replace '=for comment ifdef' with '=for openssl'Rich Salz2019-10-1435-43/+43
* Building: Add modules with DEPENDs to GENERATEd filesRichard Levitte2019-10-145-12/+22
* Restore MD5-SHA1 in legacy method databaseRichard Levitte2019-10-141-0/+1
* KDF: clean away old EVP_KDF declarationsRichard Levitte2019-10-141-9/+0
* Remove providers/default which seems to have been missed.Pauli2019-10-101-68/+0
* Configure: accept Windows style compiler optionsDr. Matthias St. Pierre2019-10-132-7/+36
* Ignore empty ALPN elements in CLI argsViktor Dukhovni2019-10-111-5/+25
* Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providersRichard Levitte2019-10-113-7/+3
* Providers: fix OSSL_FUNC_CIPHER_CIPHER functionsRichard Levitte2019-10-113-5/+5
* Fix EVP_Cipher() for provided cipher implementationsRichard Levitte2019-10-112-7/+45
* POD: stop abusing commentRichard Levitte2019-10-1135-44/+36
* Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell2019-10-111-16/+134
* Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]UpdateMatt Caswell2019-10-113-3/+26
* Don't use internal knowledge about EVP_MD_CTX in and MD BIOMatt Caswell2019-10-111-6/+3
* Doc: update internal build.info manualRichard Levitte2019-10-111-1/+49
* Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte2019-10-113-7/+14