summaryrefslogtreecommitdiffstats
path: root/crypto/des (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-17Fix a bug for aarch64 BigEndiansimplelins2-3/+14
2020-02-17crypto/bn: fix debug buildWataru Ashihara1-0/+1
2020-02-16Add FFC param/key validationShane Lontis28-221/+1300
2020-02-15x86_64: Add endbranch at function entries for Intel CETH.J. Lu9-0/+44
2020-02-15include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte1-3/+1
2020-02-15DOC: document in more detail what a BIO_read_ex() via BIO_f_buffer() doesRichard Levitte1-4/+14
2020-02-15Document OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte2-1/+14
2020-02-14PROV: Build the main FIPS module code with FIPS_MODE definedRichard Levitte1-0/+1
2020-02-14apps x509: passing PKCS#11 URL as -signkeyBastian Germann2-4/+5
2020-02-14Make secure-memory be a config optionRich Salz4-31/+36
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