aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli1-1/+1
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli2-111/+137
2020-02-20DH: fix header file indentationPauli1-135/+125
2020-02-20Deprecate the low level RSA functions.Pauli1-190/+232
2020-02-20rsa.h: fix preprocessor indentationPauli1-81/+81
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri4-46/+71
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb6-2/+29
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb5-18/+18
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb1-27/+3
2020-02-17Fix a bug for aarch64 BigEndiansimplelins1-2/+5
2020-02-16Add FFC param/key validationShane Lontis3-21/+53
2020-02-15include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte1-3/+1
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2-1/+3
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte1-0/+4
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb1-35/+40
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli1-4/+0
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli1-5/+0
2020-02-12Deprecate the low level DSA functions.Pauli1-75/+91
2020-02-12dsa.h: fix preprocessor indentationPauli1-53/+56
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell1-0/+7
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell1-8/+2
2020-02-11Implement a stricter ECX_KEY typeMatt Caswell2-17/+68
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb9-30/+165
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb3-0/+13
2020-02-10Memory allocator code cleanupDavide Galassi1-49/+53
2020-02-07Fix no-dhMatt Caswell2-7/+16
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre1-0/+4
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte5-154/+118
2020-02-07Reorganize the internal evp_keymgmt functionsRichard Levitte1-9/+14
2020-02-06Prevent compiler warning for unused static function.Davide Galassi1-3/+2
2020-02-06Removed unused ssl_dane struct declaration.Davide Galassi1-2/+3
2020-02-06Add FFC param/key generationShane Lontis4-1/+90
2020-02-06Fix builds with no-dhMatt Caswell1-9/+11
2020-02-05Make minimum size for secure memory a size_t.Pauli1-1/+1
2020-02-04PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte1-0/+2
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte1-2/+0
2020-02-04Detect EOF while reading in libsslMatt Caswell2-1/+3
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-136/+149
2020-02-04Deprecate the ECDH functions.Pauli1-4/+5
2020-02-04ec.h: fix preprocessor indentationPauli1-80/+82
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte1-0/+3
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis5-3/+30
2020-01-29Add RSA key validation to default providerShane Lontis4-2/+25
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli2-2/+9
2020-01-29Deprecate the low level HMAC functionsPauli1-19/+20
2020-01-29hmac: preprocessor indentation fixesPauli1-4/+4
2020-01-29Deprecate the low level CMAC functionsPauli1-11/+14
2020-01-29cmac: preprocessor indentation fixesPauli1-5/+5
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte3-1/+13
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte1-2/+5