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
383
votes
18 answers

Could not establish trust relationship for SSL/TLS secure channel -- SOAP

I have a simple web service call, generated by a .NET (C#) 2.0 Windows app, via the web service proxy generated by Visual Studio, for a web service also written in C# (2.0). This has worked for several years, and continues to do so at the dozen or…
Rob Schripsema
  • 3,946
  • 3
  • 17
  • 8
19
votes
3 answers

Verify RFC 3161 trusted timestamp

In my build process, I want to include a timestamp from an RFC-3161-compliant TSA. At run time, the code will verify this timestamp, preferably without the assistance of a third-party library. (This is a .NET application, so I have standard hash…
P Daddy
  • 28,912
  • 9
  • 68
  • 92
16
votes
8 answers

pgAdmin3 connection problems

I'm recently setting up and running a Windows 2008 r2 server with VMware Workstation 8. I'm running a Centos 6.2 virtual linux box with Postgresql 9.1. Everything seems ok locally and I can connect to the CentOS box via a bridged network…
Jez
  • 404
  • 1
  • 6
  • 16
12
votes
5 answers

An algorithm for distributed or decentralised reputation/trust

Does anyone know of an algorithm for computing how much you 'trust' another user (their reputation) in a decentralised system. Sites like this one use a centralised authority to track reputation points, but when you can't trust an authority to…
Kothar
  • 6,579
  • 3
  • 33
  • 42
10
votes
3 answers

Why is Firefox not trusting my self-signed certificate?

I have a local domain (markfisher.local) for which I have made a self-signed certificate, which I have added to the Certificates in Keychain Access (I am using Mac). This results in the certificate being trusted in Chrome and Safari. If I edit the…
Mark Fisher
  • 965
  • 1
  • 11
  • 30
10
votes
2 answers

User.IsInRole("fake group") results in "The trust relationship between the primary domain and the trusted domain failed"

I have an MVC 3 app, using Windows Authentication with Claims using WIF 4.5. Access to the application is controlled (currently) via membership in an AD group: In addition to…
JoeBrockhaus
  • 2,745
  • 2
  • 40
  • 64
9
votes
2 answers

How to bind to AD server in PHP with credentials from trusted domain?

We have several AD servers with established forest trust between them, so Windows users from different domains are able to get access to restricted resources. Suppose we have domainA.com and domainB.com, so any user from the domain domainB.com can…
lisachenko
  • 5,952
  • 3
  • 31
  • 51
8
votes
6 answers

What are the most common, typical things to AVOID coding into my ASP.NET app in order for it to run under Medium Trust on a shared host?

What are the things that Medium Trust stops you from doing? For example, I've already learned that Medium Trust stops you from using System.IO.Path.GetTempPath(). What other things like that?
Corey Trager
  • 22,649
  • 18
  • 83
  • 121
8
votes
3 answers

The Project Location is Not Trusted error in Visual Studio

Quite a simple error, and the reason is obvious - I mapped a network drive, and I am opening the solution from it. Visual Studio gives me this error. I tried googling, and to my surprise, couldn't find a fix. I am running Visual Studio 2008. The…
NibblyPig
  • 51,118
  • 72
  • 200
  • 356
6
votes
2 answers

Setting Trust Level in web.config

I can't send email via ASP.NET and sent an email to my web hosts for some help and was told to modify my security settings and was sent a link: http://forums.asp.net/t/1111145.aspx/1 I've read what it said there and tried setting
Jamie Hartnoll
  • 7,231
  • 13
  • 58
  • 97
6
votes
1 answer

List of Browsers and their default trusted root certification authorities

I've been searching around for this for a day and haven't found anything about it. I am trying to determine which browsers have which trusted root certification authorities by default. I am especially interested in older browsers that have not been…
Mike M
  • 931
  • 1
  • 11
  • 17
6
votes
4 answers

LDAP user authentication across trusted domains

My application defines authorized users via LDAP (usually Active Directory): The customer defines an LDAP server (TreeA) and a group (GroupA). Any users in GroupA can use the application. At login time, a user sends their username and password --…
DougN
  • 4,407
  • 11
  • 56
  • 81
6
votes
0 answers

Using Apple Configurator to install and *TRUST* an Enterprise App

I am able to install my Enterprise built iOS app through Apple Configurator 2.2.1 alongside my Enterprise Provisioning profile. However, when I try to run the app it fails with the message that the developer cannot be trusted. I can manually look…
5
votes
2 answers

If RDSADMIN is created by AWS, can Amazon actually access our database and data?

I created a new DB instance on AWS RDS. It created a default database as RDSADMIN. I created another DB for my project. But my question is: can Amazon directly access my new DB data technically?
harsha
  • 51
  • 1
  • 2
4
votes
2 answers

Are there any alternatives to ICRA for self-regulated content labeling of websites?

I'm working with a gambling website that historically has labeled itself using the ICRA Vocabulary expressed with RDF and PICS labeling. Its my understanding that these labels were interpreted by systems such as Internet Explorer 6 Content Advisor…
Tim
  • 196
  • 1
  • 4
1
2 3
13 14