[no subject]

2002-10-14 Thread Maya



Hello!

I am using smime-tool for creating SMIME messages. I found and 
option which I can use to extract signer's certificate when verifying the 
message.
How I can extract encryption Certificates used to encrypt the 
message?

I found how to extract issuer_and_serial from PKCS7 structure, 
but I still cannot extract Certificates used to encrypt the 
message.
(PKCS7_RECIP_INFO *ri;) I tried to get the value of 
ri-cert, but unfortunately it didn't work.
Are encryption Certificates included in SMIME message, or just 
information about them is included - like issuer name and serial 
number)?

Maya



CPU usage and SMIME?

2002-07-29 Thread Maya



Hello!
I use Openssl 0.9.6c on Windows 2000.
I use SMIME functions available and created my ATL COM which 
has 2 main functions :Encode and Decode.

When I Sign or Encrypt messages with size about 3MB , the CPU 
usage goes up to 100%.
Is it possible something to be done about this? Even if it 
will slow the process a little bit?

Thanks !
Maya


Can I use Korean when I specify a distinguished name for some request? OS: Won 2000

2002-01-10 Thread Maya




OS: win 2000
Can I use Korean when I specify a distinguished 
name for some request?


If I create the request with differen tool and is 
CN=¸¶¾ß, but not openssl req commandt ool,
then the request is signed by openssl x509 
normaly.
When I use the command openssl x509 -subject, It 
prints:
/CN=\xB9\xC8\xC5\x7c
and actually it is really the hexadeciaml 
representation of ¸¶¾ß.


When I for the request creation openssl req and 
specify the same DN, the request is also normaly signed
but after execution of openssl x509 -subject, I get 
/CN=\xB8\xB6\xBE\xDF.
And this is not the hexadecimal rerpresentation of 
¸¶¾ß, but some unpritable string.





Where can I get the the 0.9.7 version?

2002-01-10 Thread Maya



I want to use "req" with UTF8?

From the dociment it's seems that UTF8 can be used 
only with 0.9.7 version.
So I wonder where I can get it?




No Subject

2001-09-14 Thread Maya




Hello!

Is it possible to add some new purpose to the 
alredy created certificate request???
For example Certificate purpose CodeSigning with 
OID= 1.3.6.1.5.5.7.3.3

I hope somebody can help me?

Maya