summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2020-01-23Check ECC-CDH is compliant with SP800-56A-r3Shane Lontis
2020-01-22Avoid leak in error path of PKCS5_PBE_keyivgenkinichiro
2020-01-22Legacy digests can have custom control valuesDmitry Belyavskiy
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-21PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte
2020-01-21EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte
2020-01-20Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu
2020-01-20Implement the NULL cipher in the default providerMatt Caswell
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-20Don't register drbg_delete_thread_state twiceMatt Caswell