|
|||||||||||
|
RE: Client script access to server cert info
From: Dawes, Rogan (ZA - Johannesburg) <rdawes(at)deloitte.co.za>
Date: Wed Apr 16 2003 - 11:48:21 EDT
What Phil was looking for was a client side solution, so that the client could check if the *server's* cert was invalid. I would be looking for some function in JavaScript, or possibly a Java LiveConnect or ActiveX component to be able to do this. I think Jon has misunderstood what Phil was asking for, although he does seem to be looking for what Tony was referring to! :-) For Jon's purposes, I would suggest something like: As a key, encrypt some static data using the client's server certificate (this will tie the key to the lifetime of the certificate, and renewing the ssl server cert will require getting a new application key as well.) Configure the application to be able to use the SSL private key to decrypt the license key, and verify that the static text is intact. If they cannot decrypt the static key, then they don't have the right server cert, and so they shouldn't be using the application. Unfortunately, it all falls flat because you are using Perl, and it would be trivial to bypass the checks, simply because perl is source code, not binary. Even the attempts at compiling perl only delay an attacker by a few minutes, since all perl obfuscation modules can be trivially reversed (see a fairly recent discussion here or on the secure programming list for details, I forget which) Nice try, thanks for p(l)aying. Rogan can you recommend one for perl? CPAN wasn't playing nice when I did a search eariler...I have an intranet application I sell based on perl that it would be nice if we could make sure it only runs on the computer it was told to. and being able to analyze the cert would be nice...
-Jon
> What you're looking for is called a "certificate parsing module". Do a
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:50 EDT |
||||||||||
|
|||||||||||