Questions tagged [aquaticprime]

AquaticPrime is a library for OS X to manage application licenses and their verification.

AquaticPrime is an open source library for OS X to manage application licenses and their verification. See https://github.com/bdrister/AquaticPrime

9 questions
11
votes
5 answers

Linking to libcrypto for Leopard?

I am using Mac OS X 10.6 SDK and my deployment target is set to Mac OS 10.5. I'm linking to libcrypto (AquaticPrime requires this) and found out that my app doesn't launch on Leopard. The error is dyld: Library not loaded:…
adib
  • 8,285
  • 6
  • 52
  • 91
8
votes
2 answers

CryptoAPI: Using CryptVerifySignature to verify a signature from openssl with public key

I am trying to port the AquaticPrime framework for Mac to Windows. On the Mac, it uses the opensll library, and I try to understand how to port this to Windows, where I have to use the CryptoAPI, I guess. I mainly need the code for validation of the…
Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
3
votes
0 answers

Aquatic Prime - Validation Issues

I am trying to get this to work using the Core Foundation library on OSX. However i am seeing really inconsistent license validation, sometimes it validates fine, then other times not, using exactly the same file. Here is the code i am using at the…
Gareth Jeanne
  • 1,410
  • 2
  • 19
  • 35
3
votes
2 answers

What cocoa applications are using the AquaticPrime Licensing System?

I'm thinking about using the AquaticPrime licensing system for my new mac app. Is the framework popular? What apps are using it?
Matt S.
  • 13,305
  • 15
  • 73
  • 129
2
votes
0 answers

further Linking to libcrypto for Leopard

Using XCode 3.2.5, I have recently changed my Base SDK from 10.5 to 10.6 (Deployment SDK is still 10.5) and have run into the same thing as mentioned in this thread: Linking to libcrypto for Leopard? So the correct libcrypto image is not found when…
morejanus
  • 88
  • 7
1
vote
0 answers

Why does Aquatic Prime fail to validate file on second attempt?

I have the Objective-C version of Aquatic Prime working in my app. When I swap out the Objective-C class for the CoreFoundation functions, I can validate the license file once, but subsequent validation attempts in other parts of my code (using the…
Mike T
  • 1,163
  • 1
  • 11
  • 27
1
vote
1 answer

Aquatic Prime on 10.6 64bit not Compiling

I need help with Aquatic Prime to get it run on 10.6.2 and 64bit. ld: warning: in /AquaticPrime.framework/AquaticPrime, missing required architecture x86_64 in file "_OBJC_CLASS_$_AquaticPrime", referenced from:
user298237
0
votes
1 answer

Use AquaticPrime Framework with AppleScriptObjC

how would I go about using the AquaticPrime Framework in AppleScriptObjC?
Seb Jachec
  • 3,003
  • 2
  • 30
  • 56
0
votes
1 answer

Register document type

How do I register my application to be the default application to open "aidelicense" files? I'm using the AquaticPrime Framework and the AquaticPrime Developer application to make licenses. Thanks!
Seb Jachec
  • 3,003
  • 2
  • 30
  • 56