On Mon, Nov 24, 2008 at 9:10 PM, NZzi <[EMAIL PROTECTED]> wrote:
>
> But can you give me some days, because my project is close to
> release dead line(at the end of this month), so this test can only
> be done at this weekend or next monday. I'm terribly sorry for
> this :(
No problem. Take your
Wan-Teh Chang wrote:
On Thu, Nov 20, 2008 at 9:32 PM, NZzi <[EMAIL PROTECTED]> wrote:
yeah, in order to get the "real reason" of the problem, i had to
compile NSS from source and debug my program with NSS code, then
i found why i got 8192 error. It's because the "length thing" of
data and signed
On Thu, Nov 20, 2008 at 9:32 PM, NZzi <[EMAIL PROTECTED]> wrote:
>
> yeah, in order to get the "real reason" of the problem, i had to
> compile NSS from source and debug my program with NSS code, then
> i found why i got 8192 error. It's because the "length thing" of
> data and signed data.
I'm so
Robert Relyea wrote:
Ken wrote:
2008/11/15 Robert Relyea <[EMAIL PROTECTED]>:
NZzi wrote:
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of
Ken wrote:
2008/11/15 Robert Relyea <[EMAIL PROTECTED]>:
NZzi wrote:
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that
2008/11/15 Robert Relyea <[EMAIL PROTECTED]>:
> NZzi wrote:
>>
>> Robert Relyea wrote:
>>>
>>> NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
>>>
>>> Are you encrypting data or a symmetric Key?
>>> Most of the nss code that
NZzi wrote:
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that does these operations does so on actual
symetric keys (which are then used to do additional
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that does these operations does so on actual
symetric keys (which are then used to do additional
encryption/
NZzi wrote:
NZzi wrote:
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that does these operations does so on actual
symetric keys (which are then used to
NZzi wrote:
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that does these operations does so on actual
symetric keys (which are then used to do additional
On Thu, Nov 13, 2008 at 7:41 PM, NZzi <[EMAIL PROTECTED]> wrote:
> now the test code failed in PK11_Sign() with 8192 error,
> and as i have said error code description about this errno is
> senseless.
The -8192 error (SEC_ERROR_IO) is the default error code
that NSS currently uses for many crypto
Robert Relyea wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that does these operations does so on actual
symetric keys (which are then used to do additional
encryption/
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
Are you encrypting data or a symmetric Key?
Most of the nss code that does these operations does so on actual
symetric keys (which are then used to do additional
encryption/decryption/macing).
In
NZzi wrote:
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
i know there is PK11_PubDecryptRaw, PK11_PubEncrptRaw,
but all these don't do padding things(PKCS1) for
me.
and SGN_*(), VFY_*(), PK11_Verify*() give me the
digest message, not plaint
NZzi wrote:
hi all:
I want to use private key to encrypt a message,
and decrypt with public key.
i know there is PK11_PubDecryptRaw, PK11_PubEncrptRaw,
but all these don't do padding things(PKCS1) for
me.
and SGN_*(), VFY_*(), PK11_Verify*() give me the
digest message, not plaint message i wa
15 matches
Mail list logo