Windows 2000 services

2002-02-06 Thread Alex Cosic
code to investigate the problem little bit further. I appreciate any help or suggestion. Thanks in advance. Alex Cosic __ OpenSSL Project http://www.openssl.org Development Mailing List

No Subject

2000-12-03 Thread Alex Cosic
C llibrary from Java. Any suggestion? Alex Cosic

timeout - non blocking mode

2000-08-22 Thread Alex Cosic
, but it did not work for me (win 2000 and NT - winsock 1.1). I will appreciate if someone could give me advice where to find infromation relating to that. Alex Cosic

RE: SSL_CTX_load_verify_locations

2000-02-07 Thread Alex Cosic
Title: SSL_CTX_load_verify_locations I used the code which is more or less standard for verification of certificates: SSL_CTX_set_verify(ctx,SSL_VERIFY_PEER,server_verify_cb) if (!SSL_CTX_load_verify_locations(ctx,CERTPEMFILE,NULL); { exit(1); } etc etc where MS_CALLBACK

SSL_CTX_load_verify_locations

2000-02-06 Thread Alex Cosic
suggestion? Thanks in advance Alex Cosic

X509_verify

2000-02-03 Thread Alex Cosic
could see that it did not recognise the the type of digest algorithm. The number k is 18. So it should recognise md5(). Any suggestion? Thank in advance. Alex Cosic

RE: NT installation

2000-02-02 Thread Alex Cosic
. The library will not pass the test and what has happened is that when I used them, it stops at ceratin point (something to do with bignum caculation). When I run: ..\ms\test I only got first line: rsa_aoep_test. That was for nasm with debug option. Regards Alex Cosic

NT installation

2000-01-30 Thread Alex Cosic
it (in the same file) so that l is of type _int64. Compiler accepted it. However, when I tried the tests the system were not able to pass rsa related tests. I am not sure wheter there is problem with installation batch files or the with NASM. Any suggestion? Thanks in advance Alex Cosic

DSA_generate_parameters

2000-01-24 Thread Alex Cosic
Title: DSA_generate_parameters Hi all, I have made program which includes the following code: // make a ptr to a DSA structure dsa = DSA_new(); // make a new dsa // GENERATE PARAMETERS pBits = KEYLENGTH; // bits in a key (512) seedLen = 20; // starting seed for psuedo random generator

PEM_read_PrivateKey

2000-01-19 Thread Alex Cosic
. Is there some problem with my dll libraries or my code is not correct. Thanks in advance Alex Cosic

RE: Windows NT installation

2000-01-12 Thread Alex Cosic
ary module, but I do not know which one. Alex Cosic