certificate

Storing files on client\harddrive from browser\java applet

(How) is it possible to let the user store a file (via save file dialog) on the local harddrive via a java applet? Is there any workarounds for this or do I have to apply for some sort of certificate somewhere? For example, when printing from a Java Applet the user gets a dialog asking for permission, is it possible to do something sim...

Issue certificate for a PKCS#10 CSR without Cert template. 0x80094801 MS W2K3 enterprise CA

Hello, We have a MS Enterprise 2003 CA. I am trying to issue a certificate for a PKCS#10 CSR which is generated without a certificate template. I am getting the following error The request contains no certificate template information. 0x80094801 (-2146875391) Denied by Policy Module 0x80094801, The request doesnot contain a c...

Reinstalling iPhone code signing certificates after new Leopard install.

Back story: Small-time iPhone developer, even have a (tiny) app on the App Store, so I've navigated the code-signing process before. Performed the appropriate backups of my crypto certs (as outlined in the "Saving your Private Key and Transferring to other Systems" section of iPhone Developer Program Standard Program Portal User Guid...

Are valid digital certificates required on the clients (Java, C++ etc) to make successful https connections?

I am planning to implement a small standalone program that will make a https request to a server. Does that require a valid ssl certificate in the client? How does the SSL handshake work in that case? Are there any security issues in the client not have an SSL certificate? ...

Supress or Ignore Non-Trusted Certificate With FTPS.exe (MoveIT Freely)?

One of the FTP accounts that I use recently began requiring secure FTP connections, which broke a script that I used to upload to it using a 'standard' FTP library. I've written a little batch file that will upload the 2 files via FTPS.exe (MoveIT Freely), but I get a dialog box that pops up and requires me to click yes. Normally this ...

Verify integrity Ceritifcate { RSACryptoServiceProvider - SHA1 - thumbprint }

Hello, sorry for my english. I have a little problem. I want to verify the integrity of my certificat. I make this code: using System.Security.Cryptography; using System.Runtime.InteropServices; using System.Security.Cryptography.X509Certificates; SHA1Managed sha1 = new SHA1Managed(); RSACryptoServiceProvider csp = null; AsymmetricA...

X509 - Toolkit/API - C/C++ Certificate Management

Hello I am looking to identify a third party API which will perform certificate management using c/c++; Ideally, the API should perform the following, Generate CSR's Perform Certificate conversions(pem<>DER) Retrieves certificates from CA's Parsing X509 certificates to extract various fields like public key, subject name, i...

Weird Makecert problem

I have a WEIRD certificate problem with makecert and it is driving me crazy. I created a root certificate with: makecert -e 12/31/2222 -a sha1 -len 4096 -n "CN=RootCA" \ -r -sv RootCA.pvk RootCA.cer Then I went on to create my client/server certificate (mutual authentication): makecert -e 12/31/2222 -a sha1 -len 4096 -n "CN=...

New certificate on Squid reverse proxy

I need to create a New certificate on Squid reverse proxy to replace an expired one. Anyone know how? PLEASE???? ...

Do we need to install Intermediate Code Signing cert for full trust XBAP/ClickOnce app?

We are creating a Full-Trust XBAP application and it needs to be installed/executed remotely outside of the customer's domain. In order to accomplish this we have purchased a Thawte code-signing certificate. We have used the spc and pvk from Thawte to create the pfx file for code-signing in VS 2008 on our XBAP. We import the pvx/cer...

certificate issues c#

Hi, We are in a maintainance proect of a large enterprise application. Now we face to a big poblem. The code-singnig certificate for ms.net proect.that we get from the previous company will expire in 20 days. Nobody in our team has the experience related with the certificate issues. We have some problems. we don`t know how to create a...

How to use a PKCS#12 certificate file in a .NET WebRequest?

Hi all, I have been issued a PKCS#12 certificate to be used for accessing a simple xml-based web service. When I load the PKCS#12 file into Windows (Vista), I can access the service using my browser. Trying to access the service through an application, without loading the PKCS#12 into the OS Certificate collections , I have written the...

certificate issues certificate authority c#

hello, In C# our maintainance project, we observered that the previous company has a root certificate. This certificate is valid in domain only, for 2020. How can they create such a root certificate free. Can anyone guide us. Thanks in advance ...

How can I search for a user based on a Certificate in LDAP?

How do I search for a specific user object in LDAP that has an associated x509 certificate? Do I need to encode it in a certain way? It looks like the attribute is userCertificate based on looking at JXplorer. Note: Accessing Active Directory through LDAP ...

Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

I get this build error when I build my iPhone project to run on my device: Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile My development code signing certificate expired so I got a new one. On my first attempt I created a new CSR and got the message above. The second time I reused my ...

Which code signing authority should I go with?

I'm looking at options to buy a code signing certificate for my company. I want it to be usable for MS Authenticode and also for Java and I want it to be trusted with the default trusted authority list that ships with a new install of Windows (ie. I don't want the use to have to add a new trusted authority). I've seen previous discussio...

certificat x509ChainElement ChainElementStatus

Hello everybody, I would know if an error take place in collection "ChainElementStatus" when a x509 certificat's thumbsprint is not available???? ...

SQL Server 2000 Encryption Certificates

I am trying to import a new certificate because our old one is going to expire very soon. The certificate is ok and valid and works for IIS. Unfortunately not SQL Server won't startup with Encryption turned on. I have updated the current Thumbprint in the registry In addition, if we revert back to the old key with the old thumbpr...

How can I get a Domain Controller to give me a ClickOnce Certificate

I need to get hold of a new ClickOnce Certificate because my temporary one has expired. My applications are only used internally so I'd like to get a certificate from our Domain Controller so installation does not have a security prompt (and doesn't expire a quickly) There are a number of Questions that come close to my issue: http://st...

Word Digital Signature

From what I understand PDF is an open format and you can digitally sign the PDF document as proof using a certificate issued by a CA which follows open standards.What about Microsoft word can I sign using an open standards certificate? Can someone clarify if I can do a signature on word using a standard certificate or only from Microsoft...