Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed by use of a cryptographic hash.

learn more… | top users | synonyms

1
vote
1answer
39 views

Code signing error after updating iOS

I have just updated to iOS 6.1 from 6, (i kept putting it off a while back) I have been developing on my iPhone and now close to publishing - but all of a sudden when I run it xCode gives this error: ...
0
votes
0answers
20 views

Code signing entitlement for inter-app-audio

I am not sure why is Apple rejecting my build for this reason: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. ...
2
votes
1answer
70 views

Authenticating DLLs in C#

I have an exe which uses Castle Windsor to implement a plugin mechanism. I need to verify that the plugins I load came from me (and are not some malicious code). I believe I need to sign both the ...
1
vote
0answers
11 views

How To Detect Programmatically that a Certificate is “Class 3” for Authenticode

Is there some reliable way to detect whether a particular code signing certificate is a "Class 3" certificate? This crops up as a requirement in a lot of Microsoft's Authenticode documentation, but ...
0
votes
1answer
13 views

Can I timestamp a .NET assembly using local computer time?

I use the following UL for timestamp: http://timestamp.verisign.com/scripts/timstamp.dll But the internet goes off on rare occasions and the assembly needs to be compiled and certified and ...
0
votes
0answers
24 views

Should I digitally sign all files before I build?

I just bought a digital signing cert and will be using MS signtool to sign my vb program (made using digital studio 10). The program is pretty simple (no dll files--basically the exe and some xml, mdb ...
0
votes
1answer
22 views

Who signs Mac App Store apps? [closed]

I was just wondering if Apple gets a chance to inject code into Map App Store (or iOS App Store) binaries after they have been submitted by the developer. Obviously, the developer initially signs her ...
1
vote
2answers
60 views

Signing product flavors with gradle

I am tyring to migrate my projects to gradle. One of my projects has multiple product flavors and each one of them has to be signed with a different signingConfig in its release version. So this is ...
0
votes
1answer
31 views

Cannot export developer ID signed Mac app

I am trying to build an update to my Mac app. As usual, I clicked Product>Archive then, in the Organiser, I clicked Distribute...>Export Developer ID-signed Application. Xcode finds my Developer ...
0
votes
1answer
22 views

Should I sign the Chrome Extension or NPAPI plugin?

I am packing a NPAPI plugin into a Chrome extension. My doubt here should I code-sign the NPAPI plugin or the Chrome extension?
0
votes
0answers
30 views

Is it possible to disassemble & reassemble an iOS IPA file from the command line?

I've got an issue with how PhoneGap:Build is currently building iOS applications: splash screens are duplicated, greatly increasing the compiled file size of my applications. Previously they had an ...
1
vote
1answer
45 views

Signing a TideSDK App

We've recently ported a legacy Adobe AIR app over to TideSDK and the only thing that I can't find a nice solution to is signing the app. Assuming that they are, how are other TideSDK developers ...
0
votes
1answer
13 views

Alias cannot be found in certificate keystore

I'm trying to sign a jar file using a code signing certificate. The alias name includes some special characters (Turkish characters). The alias name is similar to the following: bi?li?şi?m ...
0
votes
0answers
17 views

Code Signing using Signtool.exe from Microsoft

Is it possible to sign a binary using a private certificate in signtool.exe ? I do not want to create a pfx and sign using that pfx.
0
votes
1answer
19 views

Why should we specify the code signing identity twice?

One is in the project, the other is in the target. Which one is actually used?
0
votes
0answers
70 views

Unexpected exception from plug-in (Execute): Plugin: System.Security.SecurityException with Dynamics CRM Online plugin

I am trying to get my hands wet on developing a plugin for Dynamics CRM Online. So I started out with this Walkthrough: http://msdn.microsoft.com/en-us/library/gg695782.aspx As noted in the header, ...
0
votes
1answer
22 views

How distributed app is verified as valid in user's iPhone

An app can be installed in a device if it is code signed. While installing the code-signed app in a device the app id, certificate and device id is matched against the corresponding details embedded ...
0
votes
2answers
84 views

Xcode Code Sign Error [duplicate]

this is problem that has been going on for months and I can't seem to figure it out. I used to be able to test apps on my iPhone, however I restored my computer. After the restore I once again ...
0
votes
0answers
54 views

Phonegap Build Blackberry Error starting: Module attempts to access a secure api

My wife and I are currently working on a Phonegap Build app for distribution in BlackBerry World; however, whenever we try to run the app on a BlackBerry, we get the message "Error starting [TheApp]: ...
0
votes
1answer
60 views

Unknown Publisher doesn't appear when launching unsigned exe

If I understand correctly 'The Publisher Could not be verified..' alert appears in Windows7 and XP when you're trying to run digitally unsigned .exe or .msi file. So, I created installer for my ...
2
votes
2answers
95 views

I can't upload application to BlackBerry World due to umlauts in application name

I have Android application (.apk bundle). Application name contains umlauts. I'm trying to convert .apk bundle to .bar (BlackBerry 10). I'm using BlackBerry Repackaging Tool Plug-in for Eclipse. ...
0
votes
1answer
32 views

Application failed code signing

when i use Archive from run i get following warning. Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone ...
-3
votes
0answers
32 views

Code sign errors when building iOS app [duplicate]

Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. Unable to extract codesigning ...
2
votes
1answer
37 views

How to Sign a Cross-Platform Java App

I have an application that is written in Java and is going to be distributed on Mac OS X, Windows, and Linux. Currently, I am packaging the app for each platform as follows (but I'm willing to change ...
0
votes
0answers
38 views

[BlackBerry - Java]Error: Module 'My_Project' must be signed with the RIM Runtime Code Signing Key (RTT)

In the BB java project, I try to add a feature to make sure the app can running on the backgroup.It runs normally on BB's emulator but failed with an error while run in the device. Error: Module ...
0
votes
1answer
34 views

Signing Windows Executables with self-hosted certificate

The question has already been asked and answered about how one can 'sign' a Windows executable; however, the answer requires the ongoing expense of a hosted certificate. My company already has a VPS ...
0
votes
2answers
87 views

code signing is required for iOS 6.1 [duplicate]

I get this error when I try to test with my device. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.1' XCode ver 4.6.2 Thanks for your help.
6
votes
1answer
208 views

Authentication required window popping up after 7u21 update

I've been working on a project for the last 6 months. For this project I have a glassfish server instance where a webservice is deployed. At the client side, I'm using JavaFX2.2 which does REST ...
0
votes
2answers
52 views

Does Extended Validation Code Signing certificate helps avoid Windows UAC popup window

The questions relates to Windows 7 and up. So far I signed my code with a regular code signing certificate. My application requires admin privileges since it uses raw sockets. Upon application start ...
0
votes
3answers
108 views

Can't CodeSign iOS App. A valid provision profile could not be found [duplicate]

I'm trying to test my app on device. I've a single user developer ID. I followed Apple's guide and requested the certificates for Development/Distribuition and created a Team Provisioning Profile (The ...
0
votes
1answer
26 views

How can I find exactly what my codesign identity is?

I need to know exactly what my codesign identity is. Where can I find that? And what is the usual format for a codesign identity? Thank you!
0
votes
0answers
34 views

Mac App not being signed correctly

I know there are many similar questions on StackOverflow, but I think I've read them all and none quite apply. I have a Cocoa app that I am trying to sign for distribution on the Mac App Store. I ...
0
votes
2answers
100 views

xamarin.android App signing does not work

So im trying to publish my new android app to the Google PlayStore. From reading this tutorial I understand that I have to sign my app before releasing it to the PlayStore. I did exactly the same as ...
0
votes
1answer
53 views

Are there any alternatives to getting a Verisign or similar cert for running Powershell scripts on any server?

I've been working on a Powershell script for a little while, which is designed to be used both by me personally (on my local machine) and by other people both in my domain and outside of it. The ...
0
votes
1answer
142 views

Signed applet with valid CA still showing up as unknown publisher

Well, I tried reading pretty much all articles but I haven't found any hint. After receiving my official certificates from StartSSL I am still unable to launch my applet without UNKNOWN publisher ...
0
votes
0answers
91 views

Application failed codesign verification in application loader

I am using xcode 4.2 Build 4C151a. And I failed to submit my app through organizer because this. But app loader doesn't work either. It just gives a error: Application failed codesign verification. ...
0
votes
1answer
22 views

Code signing problems while testing on device

I am preparing my app to go to send it to iTunesConnect, then I created a provisioning profile for my app distribution. When I go test my app on device with the Distribution configuration the app ...
0
votes
0answers
38 views

IOS Code Signing Debugging Utility

I'm looking at creating a standalone utility that displays user friendly error messages for debugging issues related to code signing and deployment that are typically encountered during IOS ...
0
votes
0answers
63 views

Retrieving the correct identity in command-line code-signing on the mac

I am having the problem that I want to post-process an application for the mac after building for distribution. Because I need to zip the application bundle from within a run script build phase, I ...
1
vote
0answers
80 views

How can I introduce a cross signing certificate into a chain?

I maintain a java applet that is locally deployed. I recently purchased a code signing certificate from Go Daddy (it was inexpensive, and they already host our site). My certificate chain is as ...
1
vote
1answer
194 views

Post-Build Events Output Path for Projects and Deployment Project

I am working on a program that needs to have each exe signed before being packaged in the MSI deployment project. I've tried using VS2010's Signing tools ("Sign the Assembly"), but the key file ...
0
votes
1answer
34 views

productsign error: SignData failed: CSSMERR_CSP_NO_USER_INTERACTION

When signing an app from an ssh terminal session, I am getting the following error: productsign[29321:707] SignData failed: CSSMERR_CSP_NO_USER_INTERACTION (-2147415840) productsign was working ...
1
vote
2answers
96 views

Different Xcode versions and jailbroken devices

Is it possible to have an Xcode version installed and set up for apps ad hoc distribution, with distribution certificate and provisioning profile and so on, and at the same time to install another ...
1
vote
2answers
218 views

Signed Java Code not acting as signed after 7.0 21 update

I have scoured the web and tried numerous things and nothing works. First, I am not a Java guru but I have done my homework here and all seems like it is signed correctly and should be working. The ...
3
votes
1answer
65 views

Using Driver Signing Certificate for Code Signing

When distributing Software (by Microsoft ClickOnce), are there downsides on using an existing Driver Signing Certificate (from GoDaddy) for Code Signing?
0
votes
1answer
13 views

How to get a code signing for excel addin exe files on a trial version basis?

I am looking to release an excel addin I built on my website, which the user's will download and install. It also has an auto update feature. My problem is when the auto update feature runs it is not ...
3
votes
1answer
123 views

Digitally Signing Install Shield installer

I was recently given a VB.NET project for fixing some bugs and creating an installer for it. I was told to use Install Shield LE. All went well with creating the install script but Windows 8 is ...
0
votes
2answers
153 views

ClickOnce Manifest Application in TFS build

Does anyone know how to use code signing certificate for ClickOnce manifest applications in TFS Hosted Controller Build? Scenario: I am using Team Foundation Service as a code repository and source ...
0
votes
0answers
21 views

adding Required background modes causes invalid code sign error

I have an app which builds and runs fine on my phone. If I add the entitlement "Required background modes" as an array, and add an element which is the string "location". when I build to run on my ...
1
vote
0answers
18 views

CA Cert code signing “value” options?

I have a windows applications I'd like to sign with an official CA cert so that users can feel more confident using the software. I have little experience in this area, looking at verisign I see they ...

1 2 3 4 5 17