summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb
2020-02-17Fix a bug for aarch64 BigEndiansimplelins
2020-02-16Add FFC param/key validationShane Lontis
2020-02-15include/openssl/whrlpool.h: correct unbalanced deprecation guardsRichard Levitte
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-12dsa.h: fix preprocessor indentationPauli
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-02-11Implement a stricter ECX_KEY typeMatt Caswell
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
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-07Fix no-dhMatt Caswell
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-07Reorganize the internal evp_keymgmt functionsRichard Levitte
2020-02-06Prevent compiler warning for unused static function.Davide Galassi
2020-02-06Removed unused ssl_dane struct declaration.Davide Galassi
2020-02-06Add FFC param/key generationShane Lontis
2020-02-06Fix builds with no-dhMatt Caswell
2020-02-05Make minimum size for secure memory a size_t.Pauli
2020-02-04PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
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-04ec.h: fix preprocessor indentationPauli
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
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-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29hmac: preprocessor indentation fixesPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2020-01-29cmac: preprocessor indentation fixesPauli
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-25des: fix header file preprocessor indentationPauli
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis