Re: keys generated by xenroll.dll...

2000-12-08 Thread SCH
I have use the "certmgr - s my" and found 3 certs of mine, but when I tried to connect a ssl URL which ask for client-cert, the pop-up dialog showed no certs for me to choose! where are those "my certs"? BTW, all "my certs" are imported from .p12 file. They are all of 512bit RSA keys, and signed

Re: d2i_Netscape_RSA doesn't work for IIS now!

2000-06-01 Thread SCH
4-key should delivered from password by MD5 ) It could be very helpful. Dr Stephen Henson wrote: > SCH wrote: > > > > I used d2i_Netscape_RSA to get the priavtekey > > exported from IIS.It worked well when the key > > is 512 bit before. But as to 1024 bit RSA key. The sam

Re: Converting NT server key to PEM format

2000-04-04 Thread SCH
The exported key from IIS is a NETSCAPE_RSA struct. you can program to get the its strucutre. Charles Walker wrote: > Hello there, > > I am attempting to convert a key backup generated by Microsoft Key > Manager to PEM format, according to some hints that I have seen in the > archive of this ma

the naming conflict of Alloc,Realloc, Free...

1999-07-21 Thread sch
I am using VC5, I notice the header file objidl.h in VC has identifiers 'Alloc', 'Realloc' and 'Free' which were expanded as CRYPTO_** as defined in /crypto.h. This expansion is giving rise to some compile errors. I think it can give rise to more conflicts with other guys' naming convention. I sug