Massimiliano Pala wrote:
> 
> Hi!
> 
> Due to great demand, I made this simple program that analyze let's call
> the 'SPKAC' files and can return some info. Here the help:
> 
>         $ openssl spkac
>         usage: spkac args
> 
>          -in infile  - Input file [required]
>          -verbose    - Print a lot of info lines
>          -keysize    - Print SPKAC public key size
>          -verify     - Verify SPKAC public key signature
>          -noout      - Does not print hex value of public key
> 
> example:
> 
>         $ openssl spkac -in request -keysize -verify -noout
> 
>         Key Size is 512
>         Signature ok
> 
>         $ openssl spkac -in request
>         SPKAC Public Key = {
>         0x06,0x00,0x00,0x00,0x06,0x00,0x00,0x00, ...};
> 
> I think it is useful, and I hope you'll include in the next SNAP of OpenSSL.
> (Please let me know whatever will be your decision).
> 

Yes it seems like a worthwhile thing to include, there seems to be a bit
of redundant code in there and a bit of extra functionality might be
useful (for example to be able to create SPKAC files from a private
key).

I'll hack it up a bit and add it when I have the time.

Thanks for the contribution.

Re installation: I seem to recall you just edit the Makefile and progs.h
is rebuilt automatically. Though it might need a bit of prodding under
non Unix builds.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to