Questions tagged [pki]

Public Key Infrastructure

PKI is a technical and/or organizational way to bind public keys with an identity. The most common types of PKI uses X.509 certificates (and in particular the IETF PKIX profiles).

823 questions
0
votes
1 answer

How do I generate a CSR for WCF application?

I have an application using a WCF SOAP Service with a message credential of type Certificate. I generated development grade certificates to use during my development/testing with makecert, and I'm now ready to promote my code to the next…
TheTFo
  • 741
  • 2
  • 8
  • 25
0
votes
1 answer

Problems with openSSL command line

I am working with O'Reilly's book on SSL, which uses openSSL for its examples. After creating a configuration file: [ ca ] default_ca = mobileCA [ mobileCA ] dir = /users/crodgers/src/sds2mobile/Server/CA certificate = $dir/cacert.pem database =…
Lunchbox
  • 2,136
  • 7
  • 29
  • 40
0
votes
2 answers

Access certificates installed from SD card of Android devices

I try to access PKI secured services on Android using Java. Certificates were installed on devices through settings->location & security ->Install from SD card. Seems like on ICS, certificates are shared under /system/etc/security/cacerts while on…
0
votes
1 answer

Mutual SSL - getting the key/truststores in the proper formats

I generated a CSR using OpenSSL: openssl req -out MyCompanyCsr.csr -new -newkey rsa:2048 -nodes -keyout MyCompanyPrivateKey.key So starting out, we have: - MyCompanyPrivateKey.key - MyCompanyCsr.csr Then I sent it to our integration partner, who…
Cuga
  • 17,668
  • 31
  • 111
  • 166
0
votes
1 answer

WCF - x509 Certificate from Smart Card - 'Cannot Verify Signature'

I have a WCF service running on IIS6 which is configured with a WSHTTPBinding using the "Transport with Message Credentials" security setting (with the transport client credentials set to 'None' and the Message set to 'Certificate'. This is being…
iMortalitySX
  • 1,478
  • 1
  • 9
  • 23
0
votes
2 answers

Issue in Loading Internet Explorer Keystore in JAVA

I am building a cryptographic web application, which allows user to sign and encrypt on client side within browser. The application has to be compatible with IE and Firefox. It works perfectly fine in Firefox in IE I am facing one issue. Recently,…
Kuntal Shah
  • 183
  • 2
  • 13
0
votes
1 answer

If a client connects to a server using a hard-coded url is it secure?

I have a client (on iOS) that connects to a server using a hard-coded https url. When a connection is established the server may indicate that for future connections a different machine name and/or port should be used. In addition the server can…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
0
votes
2 answers

PKI - card reader replacement

We are working on a new secured project. We wish to enable both server side and client side authentication. To allow client authentication, we would like to create cards that can be placed into "card reader" and unlocked using a fingerprint. Now,…
user967710
  • 1,815
  • 3
  • 32
  • 58
0
votes
1 answer

Best approach to pass the public key from client to server

I have a tcp server and using cms/pkcs#7 to secure the message passed between the client and server. Would it be normal practice to pass the clients public key to the server, as part of initial session? As its the public key, when the session starts…
scope_creep
  • 4,213
  • 11
  • 35
  • 64
0
votes
2 answers

Is there a difference between LDAP and CRL?

In context of Public Key Infrastructure ? By LDAP i mean publicly available public keys exposed by an LDAP server that you can query using the LDAP protocol ? CRL stands for certificate revocation list, in other words it contains certificates not to…
Dante
  • 10,722
  • 16
  • 51
  • 63
0
votes
3 answers

What is Public key infrastucture

I need to know what is public key infastructure. I need to know is this related to sending requests and response as like WsHttpbinding in WCF.
web dunia
  • 9,381
  • 18
  • 52
  • 64
-1
votes
1 answer

How to get a recipient's public key in bitcoin blockchain?

Person A holds a bitcoin and he wants to transfer it to Person B. This transaction will have a input which holds the unlocking script and output which holds the locking script. So in the transaction's locking scrip(ScriptPubkey) a public key has to…
Mukesh Kumar
  • 302
  • 1
  • 2
  • 9
-1
votes
1 answer

Apache Sling: Sling error when configuring Oracle Wallets - java.lang.NoClassDefFoundError: oracle/security/pki/OracleWallet

I'm trying to configure a DB Connect connection that uses Oracle Wallets, but keep running into the following error in the apache sling error log: PKI classes not found. To use 'connect /' functionality, oraclepki.jar must be in the classpath:…
-1
votes
1 answer

how many session-keys while man-in-the-middle-attack

Hey everyone we got a cheeky question, can you help me please? How many sessions keys would be created, if there where two man-in-the-middle-attackers on a TTP connection between a Webrowser and a Webserver? And would the attackers see each other?…
PerHaPs
  • 1
  • 2
-1
votes
1 answer

Can SourcePro DB connect to Oracle using PKI?

Currently I am using SourcePro DB to connect to oracle database using id, password and SID via DB Access Module for Oracle OCI. However I will need to use Oracle PKI in the future. So wondering if SourcePro DB supports Oracle PKI and if anyone has…
Sidd
  • 19
  • 4
1 2 3
54
55