Re: [openssl-users] help with timestamping

2016-05-02 Thread Alex Samad
e error:ts_rsp_verify.c:291: which lead me to this http://openssl.6102.n7.nabble.com/possible-Bug-in-OpenSSL-rfc-3161-TSA-service-tt43128.html#none Not sure if there has been any work on this since then. On 29 April 2016 at 11:25, Alex Samad <a...@samad.com.au> wrote: > Okay I h

Re: [openssl-users] help with timestamping

2016-04-28 Thread Alex Samad
n a more complete > timestamp token. > > Or maybe something else is failing. > > > > On 23/04/2016 00:54, Alex Samad wrote: >> >> Here is a dump. >> >> I can see the CN - but I could see that before. >> >> There is also a RSA - maybe a signa

Re: [openssl-users] help with timestamping

2016-04-22 Thread Alex Samad
10 09 BD 92 09 B5 B7 29...) : 8B 6A 4D 28 C4 63 7A 4C .jM(.czL : 8E 7A AF 87 5D BE A4 BD.z..]... : C1 20 9A D0 82 57 03 21. ...W.! : F3 E2 6F F5 44 22 F9 27..o.D".'

Re: [openssl-users] help with timestamping

2016-04-20 Thread Alex Samad
Okay thats good. so I am on the right track thanks On 19 April 2016 at 14:29, Jakob Bohm <jb-open...@wisemo.com> wrote: > On 19/04/2016 05:55, Alex Samad wrote: >> >> Hi >> >> I have a SHA.sha file >> >> /usr/bin/openssl ts -query -data SHA

Re: [openssl-users] Question about timestamps

2016-04-12 Thread Alex Samad
like other > tsa-s do. > > On 08/04/2016 22:36, Alex Samad wrote: > > Hi > > Yep I have tried the output to text. but does that verify the signature. > > So what I think I have now is > > my data to be signed > I make a request > send the request to the tsa > th

Re: [openssl-users] Question about timestamps

2016-04-08 Thread Alex Samad
to no available and I am working on guess work here On 8 April 2016 at 16:26, Jakob Bohm <jb-open...@wisemo.com> wrote: > Try something like > > $OPENSSL ts -reply -in ${FL}.tsr -text -noout > > (Not sure if it accepts the -noout option or not). > > > On 08/0

Re: [openssl-users] Question about timestamps

2016-04-08 Thread Alex Samad
Okay, how do I dump the intermediaries then ? On 8 April 2016 at 15:49, Jakob Bohm <jb-open...@wisemo.com> wrote: > On 08/04/2016 07:39, Alex Samad wrote: >> >> Hi >> >> I am trying to use a rfc3161 timestamp service to record timestamps. >> >>

[openssl-users] Question about timestamps

2016-04-07 Thread Alex Samad
Hi I am trying to use a rfc3161 timestamp service to record timestamps. Basically I have a sha of some files and I would like to sign the file. basically I am using something like this # Generate Query and send $OPENSSL ts -query -data "$FL" -sha256 | $CURL -s -H

Re: [openssl-users] question about resigning a certificate

2015-03-22 Thread Alex Samad - Yieldbroker
Hi Is this the right mailing list to ask this question ? Can somebody suggest a better ML Thanks From: Alex Samad - Yieldbroker Sent: Wednesday, 18 March 2015 2:21 PM To: openssl-users@openssl.org Subject: RE: [openssl-users] question about resigning a certificate Hi I have done

Re: [openssl-users] question about resigning a certificate

2015-03-17 Thread Alex Samad - Yieldbroker
Subject: Re: [openssl-users] question about resigning a certificate On 16/03/2015 02:46, Alex Samad - Yieldbroker wrote: Hi I had a sha1 signed CA and I issued other identity and CA certificates from this CA. With the deprecation of sha1 coming, I resigned my original CA (self signed

[openssl-users] question about resigning a certificate

2015-03-15 Thread Alex Samad - Yieldbroker
Hi I had a sha1 signed CA and I issued other identity and CA certificates from this CA. With the deprecation of sha1 coming, I resigned my original CA (self signed) as sha512, with the same creation and expiry dates. I believe the only thing changed was the signature and serial number. But

Re: getting errors when trying to create cert

2008-01-29 Thread Alex Samad
On Sun, Jan 27, 2008 at 01:38:21PM -0800, Montes, Lydia wrote: Key created ok, with command: E:\ptc\apache\binopenssl genrsa -des3 1024 servername.key Then went to create cert: Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. F:\opt\ptccd

Re: OpenSSL Usage

2008-01-28 Thread Alex Samad
On Tue, Jan 22, 2008 at 09:34:01PM +1100, Josh Royal wrote: I would like to know if it is possible to generate a certificate in which I can change the certificate bit eg. Make a certificate which are 40 bits, 128 bits (which I can do) or 256 bits which is what I would like to. I also know

Re: OpenSSL Kernel port

2008-01-25 Thread Alex Samad
On Fri, Jan 25, 2008 at 02:03:13PM +0530, Bhatnagar Achindra wrote: On Jan 25, 2008 1:48 PM, Jimmy B [EMAIL PROTECTED] wrote: On Jan 24, 2008 2:32 PM, Bhatnagar Achindra [EMAIL PROTECTED] wrote: Hi, Is there any already ported SSL and Crypto library for Linux kernel 2.4 and 2.6?