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
2
votes
0 answers

IOS trust enterprise apps by certificate

Is it possible to trust an enterprise application without going through all of the settings ? For example using a certificate or move client directly to wanted settings page. I download an app from the website. According to this:…
kerstin
  • 21
  • 2
2
votes
2 answers

How do you know if a CA is trusted?

I have a client who wants their app code signed, so we pointed them to a few well known, well trusted CAs (Verisign, Thawt, etc), then they came back with InstantSSL (because it was only 180/yr as opposed to 500/yr). How do I know that InstantSSL…
Jeremy Boyd
  • 5,245
  • 7
  • 33
  • 57
2
votes
2 answers

Secure Java SOAP web service - Active Directory authentication Trust

I want to build a secure web-service betweeen a Java producer and a Java consumer. I want to authenticate using Active Directory using the domain accounts that the producer and consumer are running under. Could you give me an example of this? (ie:…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
2
votes
1 answer

Web site works in dev mode; when deployed on IIS causes Security Exception

My ASP.NET web site works fine in development/debug mode, but when I publish it, I'm getting the following error: Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this…
Shaul Behr
  • 36,951
  • 69
  • 249
  • 387
2
votes
0 answers

A couple users getting NSURLErrorServerCertificateUntrusted

I've got several hundred users on this enterprise app. I've got 2 which are throwing a NSURLErrorServerCertificateUntrusted and won't talk to the server. I've checked the server and the cert is valid, but that didn't surprise me because this issue…
DBD
  • 23,075
  • 12
  • 60
  • 84
2
votes
0 answers

Authenticate certificate chaining with server in iOS

I have to authenticate certificate chain with my root certificate against server. I get the server certificate's NSData. We don't have any authenticationChallenge mechanism and need to verify using the NSData. How do I achieve this, because…
RandomGuy
  • 127
  • 1
  • 6
2
votes
2 answers

LINQ reflection with Host Level Trust

I'm having difficulty with my project and deploying it on my web hosting provider. I'm on a shared hosting environment with "Host Level" trust. I have used LINQ in my project but now they've just told me that Reflection is disabled on their shared…
Mike
  • 1,532
  • 3
  • 21
  • 45
2
votes
1 answer

What information should be sent on body?

I've been reading about microservices and I have some doubts about what's the data that should be sent on the body, and what's the data that should be populated in the server (by means of an id). For example, imagine that we have a real estate…
2
votes
4 answers

Are Active Directory forest trusts transitive?

I'm working on trouble shooting an application under development that uses information from Active Directory in a multi-forest environment and I have the current problem down to figuring out if forest trusts are transitive, and if so under what…
DrStalker
  • 9,061
  • 17
  • 43
  • 47
2
votes
0 answers

Verify non-SSL certificate against default system keystore in Java

I have a X509 certificate (java.security.cert.X509Certificate) and I need to verify it. The trusted anchor is already in system default certstore ( jre\lib\security\cacerts ) but I could populate it into something else if needed. The certificate is…
Radek Hladík
  • 547
  • 4
  • 15
2
votes
1 answer

WebPermission Exception even though I'm in Full trust

I'm trying to do what I thought was a simple HttpWebRequest (the code is deep inside a dll so I can't give a small code snippet, but it should be relatively simple), but I'm getting a security exception: System.Security.SecurityException: Request…
Paul
  • 9,409
  • 13
  • 64
  • 113
2
votes
2 answers

.NET 4.0 Medium Trust Level and MYSQL connection

I have a problem and I think a proper answer will help a lot of people which is having same problem.Because it is a common and not well answered problem. The problem is about "Medium trust level" configuration in IIS.A few months ago I coded my…
2
votes
2 answers

SecurityException: Request for the permission of type AspNetHostingPermission failed

Setting up a new developing workstation, when I run the ASP.NET (MVC) application from Visual Studio 2008 I get a SecurityException. Any ideas what might be the problem? I am accessing the data files over SMB (it's a shared mounted as Z:) and I've…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
2
votes
1 answer

RemoteCertificateNotAvailable - Root Certificate Not Being Passed During Authentication

I am currently having an issue with a .Net application installed as a windows service talking to another application written in Java being ran in Apache Tomcat 7, running on Windows Server 2008. The .NET app is running as a Windows service and is…
2
votes
0 answers

Cursor stuck at corner of window

Recently I have bought a Trust "Fresco Widescreen Tablet" ( http://www.trust.com/products/product.aspx?artnr=18002 ). At first i had no problems using it, plug and play tablet, it worked nice. After a clean install of my operating system (Windows…