summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2020-02-10Memory allocator code cleanupDavide Galassi
2020-02-08x86: Always generate .note.gnu.property section for ELF outputsH.J. Lu
2020-02-07Fix no-ecMatt Caswell
2020-02-07Use swapcontext for Intel CETH.J. Lu
2020-02-07Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}Richard Levitte
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre
2020-02-07KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-07Reorganize the internal evp_keymgmt functionsRichard Levitte
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-02-06Add FFC param/key generationShane Lontis
2020-02-06Fix builds with no-dhMatt Caswell
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-02-05Author: Ross Kinsey <RossIKinsey@gmail.com>Ross Kinsey
2020-02-05x86: Add endbranch to indirect branch targets for Intel CETH.J. Lu
2020-02-05Make minimum size for secure memory a size_t.Pauli
2020-02-04EVP_MD_CTX_ctrl(): Remove unnecessary controlRichard Levitte
2020-02-04PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-02-04Decentralize legacy_ctrl_str_to_param()Richard Levitte
2020-02-04Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2020-02-04Detect EOF while reading in libsslMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-04Deprecate the ECDH functions.Pauli
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-02-03Missing "obj_mac" header file in "dh_lib"Davide Galassi
2020-02-03Revert "Legacy digests can have custom control values"Matt Caswell
2020-02-02Make SM3 a mandatory hash function for SM2.Richard Levitte
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2020-02-02Add SM2 specific parameter and key generationRichard Levitte
2020-02-02EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordinglyRichard Levitte
2020-02-02EVP: Small refactor of keymgmt library codeRichard Levitte
2020-01-31evp_pmeth: free the MD reference correctly.Pauli
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2020-01-28Adapt X509_PUBKEY_set() for use with provided implementationsRichard Levitte
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell
2020-01-25EVP: Adapt EVP_PKEY Seal and Open for provider keysRichard Levitte
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-23Update man3/verify documentation, error textRich Salz
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte
2020-01-23Add DH key exchange to fips providerShane Lontis