On 05/23/2012 02:00 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 9:42 PM, Jason Gerfen wrote:
On 05/23/2012 01:26 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 9:12 PM, Jason Gerfen
wrote:
On 05/23/2012 01:05 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 8:29 PM, jas wrote:
On Wed, May 23, 2012 at 9:42 PM, Jason Gerfen wrote:
> On 05/23/2012 01:26 PM, Matijn Woudt wrote:
>>
>> On Wed, May 23, 2012 at 9:12 PM, Jason Gerfen
>> wrote:
>>>
>>> On 05/23/2012 01:05 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 8:29 PM, jas wrote:
>
> I have run into
On 05/23/2012 01:26 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 9:12 PM, Jason Gerfen wrote:
On 05/23/2012 01:05 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 8:29 PM, jaswrote:
I have run into a problem that I am altogether unfamiliar with.
A scenario. I retrieve a users private k
On Wed, May 23, 2012 at 9:12 PM, Jason Gerfen wrote:
> On 05/23/2012 01:05 PM, Matijn Woudt wrote:
>>
>> On Wed, May 23, 2012 at 8:29 PM, jas wrote:
>>>
>>> I have run into a problem that I am altogether unfamiliar with.
>>>
>>> A scenario. I retrieve a users private key from a database.
>>>
>>>
On 05/23/2012 01:05 PM, Matijn Woudt wrote:
On Wed, May 23, 2012 at 8:29 PM, jas wrote:
I have run into a problem that I am altogether unfamiliar with.
A scenario. I retrieve a users private key from a database.
I then use the openssl_pkey_get_private() function to load it as a resource
objec
On Wed, May 23, 2012 at 8:29 PM, jas wrote:
> I have run into a problem that I am altogether unfamiliar with.
>
> A scenario. I retrieve a users private key from a database.
>
> I then use the openssl_pkey_get_private() function to load it as a resource
> object and proceed to call the openssl_sig
I have run into a problem that I am altogether unfamiliar with.
A scenario. I retrieve a users private key from a database.
I then use the openssl_pkey_get_private() function to load it as a
resource object and proceed to call the openssl_sign() function to
obtain a digital signature of a stri
Hi,
I try to generate the same signature than openssl_sign from the command line.
I use the following command:
openssl dgst -sha1 data_file | sed "s:.*\=\ ::" | openssl rsautl -inkey \
private_rsa.key -sign -out sign_file
but the signatures are different :/
If I understand the PHP doku right,
Hi,
is there a way to create the same signature with openssl from the command line?
Also I need to verify a php gererated signature at the command line.
Background:
Two servers, one php is compiled with --with-openssl and the other not :/
thanks
Dietrich
--
PHP General Mailing List (http://www
9 matches
Mail list logo