summaryrefslogtreecommitdiffstats
path: root/crypto/ppc_arch.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-14Adapt i2d_PUBKEY for provider only keysRichard Levitte1-11/+42
2020-02-14Adapt i2d_PrivateKey for provider only keysRichard Levitte1-0/+32
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov2-0/+9
2020-02-13dsatest: fix the non-deprecated version of the test run.Pauli1-6/+3
2020-02-13Apps: don't build deprecated DH and DSA apps.Pauli5-6/+6
2020-02-13Fix coverity issuesShane Lontis3-12/+11
2020-02-13x86_64: Always generate .note.gnu.property section for ELF outputsH.J. Lu1-7/+14
2020-02-13Fix a mem leak in libsslMatt Caswell1-2/+12
2020-02-13Add Asymmetric RSA cipher tests in FIPS providerMatt Caswell2-2/+765
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell16-40/+183
2020-02-13Add assembly config targets for UEFI buildChristopher J Zurcher1-0/+10
2020-02-12Fix no-ec buildMatt Caswell2-4/+7
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte2-1/+5
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb4-51/+59
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli4-168/+3
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli5-51/+4
2020-02-11Add NEWS entry about deprecation of command line public toolsPauli1-0/+3
2020-02-11dsa: deprecate applications that depend on the low level DSA functions.Pauli11-68/+120
2020-02-11app: add a deprecation warning to all deprecated commands.Pauli4-181/+210
2020-02-11test/recipes/80-test_ssl_old.t: Replace 'openssl gendsa'Richard Levitte1-3/+3
2020-02-11test_dsa: fix deprecation logicPauli1-2/+1
2020-02-11test/recipes/15-test_dsa.t: Deal with deprecation of 'openssl dsa'Richard Levitte1-13/+29
2020-02-11Deprecate the low level DSA functions.Pauli37-109/+360
2020-02-11dsa.h: fix preprocessor indentationPauli1-53/+56
2020-02-11DSA: fix the DSA parameter logic in test.Pauli1-4/+7
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell4-6/+48
2020-02-11Add X25519/X448 Key Exchange to the default providerMatt Caswell8-1/+262
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell11-31/+264
2020-02-11Implement a stricter ECX_KEY typeMatt Caswell10-75/+160
2020-02-11Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx3-50/+146
2020-02-11Generate new Ed488 certificatesKurt Roeckx8-21/+40
2020-02-11Add a minimal build target for Travis and AppveyorBernd Edlinger2-2/+12
2020-02-11X509_PUBKEY_set(): Fix memory leakRichard Levitte1-0/+16
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb45-1016/+2495
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb9-3/+195
2020-02-10PROV: Ensure the AlgorithmIdentifier registers in DSA signature implRichard Levitte1-0/+2
2020-02-10Memory allocator code cleanupDavide Galassi5-114/+118
2020-02-08x86: Always generate .note.gnu.property section for ELF outputsH.J. Lu1-0/+20
2020-02-08Don't compile AESNI code if we're not AESNI capableMatt Caswell3-13/+23
2020-02-08Fix no-desMatt Caswell1-0/+2
2020-02-08Fix no-engineMatt Caswell1-0/+4
2020-02-08Fix no-dhMatt Caswell2-7/+16
2020-02-08Fix no-ecMatt Caswell2-0/+4
2020-02-08Use swapcontext for Intel CETH.J. Lu2-1/+20
2020-02-07Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}Richard Levitte12-25/+18
2020-02-07Configure: Add easy to use disabled deprecated functionality indicatorsRichard Levitte1-3/+11
2020-02-07tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre2-17/+18
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre6-3/+66
2020-02-07Appveyor: update to Visual Studio 2017.FdaSilvaYY1-3/+11
2020-02-07KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte4-27/+198