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
1 answer

Allow java trust store to accept all SSL certificates?

After visiting this question. I saw a few answers and the best was obviously the answer by so_mv. Now it seems that his answer is now outdated, because I have tried it with all the imports and exact code, but it generates tons of errors. I've looked…
Twisterz
  • 424
  • 4
  • 15
  • 31
2
votes
0 answers

Android https connection - Certificates

I have an app which connect to a SOAP webservice through a https connection by using KSOAP2 library. Now I am accepting all certificates with following code: public static void createTrustManager(){ TrustManager[] trustAllCerts =…
2
votes
1 answer

iOS import self-signed and self-created CA certificates

I have imported a self-signed X509 certificate into my iPhone by simply emailing the certificate.pem to it and installing it on the device. Now I would like to verify a particular certificate in my iOS application that must be signed using the…
Chris
  • 3,057
  • 5
  • 37
  • 63
2
votes
3 answers

How to authenticate client application for trust of messages sent from it

The basic question How do I know that it is my publicly accessible (client) application that is sending my service messages? How do I know that it is just not some other application that is impersonating my application? Some Background Currently we…
FryHard
  • 10,305
  • 7
  • 35
  • 38
1
vote
1 answer

Cannot create instance of 'MainWindow' defined in assembly

I'm not sure if this has been posted before, but I can't find an answer. I started a new job and when I start up this wpf project I get this error as the inner exception: {"The underlying connection was closed: Could not establish trust relationship…
1
vote
1 answer

SqlClientPermission in a sandbox web part

I'm trying a long time to get a working SQL connection in my web part. I read a lot of msdn stuff and tried many things, but I can't get it working... Every time I try to open a SQL connection, my web part throw an exception: Request for the…
Andre Hofmeister
  • 3,185
  • 11
  • 51
  • 74
1
vote
0 answers

Chain of trust (AKA X.509 certificate chain but) built on JWT?

I am trying to find a solution for a problem that seems too generic not to be solved by someone more capable than I am. Yet I struggle to find it. So. I want to create a "chain of trust", which is more or less similar to the X.509 certificate chain…
akuz
  • 2,231
  • 2
  • 12
  • 4
1
vote
1 answer

MS Access: Macros remain enabled even though Trust Center Settings is Disabled

I have an MS Access 2016 application that will have a number of users who will have their Trust Center Settings set at different levels. The form that I have set to come up automatically at start-up just has text that prompts a user to enable all…
Koughdur
  • 43
  • 1
  • 7
1
vote
1 answer

changing key trust level (validity) with gpgme

GPGME provides information about a key's trust level as the owner_trust field which is of gpgme_validity_t type. However, I could not find a function in the documentation or the gpgme.h header file that allows me to change the validity of a key. The…
Ilka
  • 50
  • 8
1
vote
1 answer

Trust Computer With Apple Watch

As I'm preparing to transport my app to my watch for debugging I miss the popup or prompt that allows my watch to trust my computer. Now it show, "Not Ready for Development" errors. How would I allow my Apple Watch to trust my computer
DevDog
  • 111
  • 2
  • 9
1
vote
0 answers

How to prove that application source code correspond to specified snapshot at runtime?

Say, I want to use some application. It uses some sensitive information. I don't want to blindly trust this application. There are sources available, though. So, I can review it, and decide to trust it, or refuse to do so. Is there a way to prove…
Anthony
  • 1,877
  • 17
  • 21
1
vote
0 answers

VS Code hangs on Workspace Trust

i installed the latest version of VS Code (1.57) but when i start it it hangs and wouldn't let me click the Workspace Trust dialogue. i tried removing and installing but still the same issue, even older versions. i am using Linux Sentos and it was…
Farouk
  • 11
  • 1
1
vote
0 answers

Security Exception: Request failed

This page presents a security problem. Not yet identified the cause of the error. This page was listing all the files in a folder, it worked perfectly. Now she is listing these same files, but using ajax. The code is simple: I have a PartialView,…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
1
vote
1 answer

All markdown cells are untrusted

When I create a new notebook in Jupyter Lab, add a line of code, shift-enter, the code runs, produces output and a new cell appears below the first line of code. The trust shield icon then changes from a check mark to an 'x'. If I delete the blank…
sbr
  • 11
  • 1
1
vote
0 answers

Tron wallet integration in android application

I am developing a android application for TRON blockchain. I'm using Trust wallet library. implementation 'com.trustwallet:wallet-core:2.3.9' Sign transaction is almost done but for broadcasting I need raw_data_hex data .How can I get it. code …
Ansal Rabin
  • 218
  • 1
  • 3
  • 13