summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-08-10Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-08-09Add libctx to SMIME ASN1Shane Lontis
2020-08-09Add internal method x509_set0_libctx().Shane Lontis
2020-08-09Add libctx support to CMS.Shane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-08-06Update copyright yearMatt Caswell
2020-08-04Mark an argument of an inline function as unusedPeter Eisentraut
2020-08-04Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb
2020-08-04Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30unify spelling of serializePauli
2020-07-30Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-07-24DESERIALIZER: Implement decryption of password protected objectsRichard Levitte
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-19Fix typo for SSL_get_peer_certificate()Richard Levitte
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16trace: condition out engine related tracingPauli
2020-07-16doc: document that the engine initialisation options are deprecated.Pauli
2020-07-16deprecate engine from public header filesPauli
2020-07-16Fix indentation for engine.hPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis