Questions tagged [trust]

Trust is a measure of how much an entity relies on other entities for its security.

A principal in a system with trusts another principal if it allows its security to depend on assertions made by that other principal. For example, when a web browser assumes that a web site is legitimate because the site shows a certificate signed by a certificate authority, the browser trusts the CA. Trust is often established and propagated through cryptography. The concept is derived from the plain English meaning of the word, which is studied by social sciences.

If your question is about determining what security policy should apply or whether a system meets a desired security policy, and it doesn't involve code, consider asking on Security Stack Exchange.

205 questions
1
vote
0 answers

The certificate from domain name is not trusted from mattermost android app

I implemented a mattermost server and enabled ssl connection. I can connect to server in browser from my computer and my android phone also from Desktop app. But when i try connect to server from android app , i get this error : "the certificate…
f_y
  • 73
  • 9
1
vote
2 answers

Validate digital signature with a self-signed certificate

I have a question regarding validation of digital signatures using a self-signed certificate: The following tutorial works for me: http://www.oracle.com/technetwork/articles/javase/dig-signature-api-140772.html However, when a X.509 certificate is…
1
vote
1 answer

Can we remotly control iPhone connected to remote machine to trust developer (for provisioning profile)?

I'm working on remote mac machine using Team Viewer. At times I need to build WebDriverAgent project on that machine and manually trust the WebDriverAgentRunner and Initegration app on the connected iPhone. But remotely I cannot interact with the…
1
vote
0 answers

REST API alternative to "docker trust inspect"

Context: trying to find the way to retrieve the keys from signed docker image using golang or curl Question: Is there docker REST API endpoint that would allow me to get the keys, similar to command docker trust inspect
OlegG
  • 927
  • 9
  • 11
1
vote
0 answers

Could not create SSL/TLS secure channel - on windows server 2012

I've a Windows Service developed in .NET (framework 4.8), and I get the "The request was aborted: Could not create SSL/TLS secure channel" error when I try to download some website feeds, for example https://www.us-cert.gov/ncas/tips.xml It works on…
jcmag
  • 239
  • 1
  • 3
  • 14
1
vote
1 answer

Extending PCR of TPM2.0 during boot by using buildroot with uboot

I feel very stupid asking this question, since originally I thought that I just have to enable a config statement and afterwards it runs smoothly. But I do not find the correct settings. I have an embedded system and build a rootfs, linux kernel,…
alzeha
  • 31
  • 4
1
vote
1 answer

Vba Excel Trust access to the VBA project model

I need to execute the following lines of code for my client, the problem is that in order to access them I must have activated a certain option within the project, is there any way to avoid…
Eduardo Gonzalez
  • 325
  • 1
  • 5
  • 14
1
vote
1 answer

FreeIPA to Active Directory trust not working:Access denied error

When I am trying to add trust from FreeIPA to Active Directory I am getting an "Access denied" error: [root@ipa centos]# ipa trust-add --type=ad test.XXXXX.com --admin Admin -- password Active Directory domain administrator's password: ipa:…
rahul
  • 59
  • 9
1
vote
1 answer

How to make my server trust with a certificate?

On my java application, that runs on Tomcat in a RedHat linux machine, I need to send a request to an API that uses ssl trust certificate. Our partners have already sent us two files that should be used to trust them: wse-tst_partner_com.crt and…
Leonardo Alves Machado
  • 2,747
  • 10
  • 38
  • 53
1
vote
1 answer

HTML5 features that require elevated trust level

I know that GeoLocating requires elevated trust from the user in order to get the location. Is that part of the standard? Is the trust level elevation part of the standard? Which features requires user permission? do i need to give permission for…
Elad Katz
  • 7,483
  • 5
  • 35
  • 66
1
vote
0 answers

Create external forest domain trust on Active Directory 2012 R2

I tried to create external forest domain using the below steps and seeing exception while I validate the trust from any of the domains. I am trying to setup external trust between two active directory domains (domain1.demo.com called as DOMAIN1 on…
1
vote
0 answers

Centos 6 - join AD domain, authenticate using another trusted domain

I have 2 domains, lets call them domain X.dom and Y.dom, and they have trust between them. On domain X.dom I have a security group, inside of which has members of Y.dom using this group. I successfully managed to connect to Centos 7 machines…
vaxx0r
  • 11
  • 1
1
vote
1 answer

Android DownloadManager Trust anchor for certification path not found

I have searched through many posts but no where I could find any solution or the answer to my question. How can I download files from my site where is intermediate cert installed? While using DownloadManager, I'm getting error "…
1
vote
1 answer

using Epinions dataset with Moletrust recommender system

I'm adapting an open source code of Moletrust algorithm implementation from https://github.com/466152112/HappyResearch/blob/master/happyresearch/src/main/java/happy/research/utils/MoleTrust.java the change that I should make to calculate the trust…
Samar
  • 21
  • 2
1
vote
2 answers

Obtaining trust with an Applet

Greetings, I recently created a jar, and signed it with a keystore I created. The signing of the jar went fine, however when I run the applet, it gives the usual prompt if you want to run the applet or not however, after accepting it, when the…
Pat
  • 11
  • 1