No Subject

2000-03-28 Thread zhangyz
Dear sir:     When I run "make test",an error was reported, the message is     "Failed! bc: 1 is unimplemented     *** Error code -1 (bu21)     *** Error code 1 (bu21)"         what's the problem?     How can I do?         Thanks a lot.       a user of openssl

No Subject

2000-03-21 Thread Brajesh Tiwari
Hi, I am using openssl for implementating ssl in a client application. When I am using SSL_CTX_use_PrivateKey_file as below SSL_CTX_use_PrivateKey_file(ssl_ctx,"key.pem",SSL_FILETYPE_PEM) and if my private key is created with a des i.e. I have given a password, then my client application just

No Subject

2000-03-20 Thread Brajesh Tiwari
Hi All, I am writing a client application using openssl. SSL_CTX_use_certificate_file function loads the client certificate into the application. I think i can get the client certificate from some CA. like verisign. The SLL_Use_RSA_PrivateKey function loads the private key of the users certifica

Re: no subject

2000-03-10 Thread Bodo Moeller
Brajesh Tiwari <[EMAIL PROTECTED]>: > I am writing a client application using openssl, > if(SSL_CTX_use_certificate_file(ssl_ctx,CERTF,SSL_FILETYPE_PEM) == 0) > this function is returning 0. Can any one tell me why? ERR_print_errors_fp(stderr) can, presumably. _

No Subject

2000-03-10 Thread Brajesh Tiwari
Hi All, I am writing a client application using openssl, The SSL_CTX_use_certificate_file function returning zero. if(SSL_CTX_use_certificate_file(ssl_ctx,CERTF,SSL_FILETYPE_PEM) == 0) this function is returning 0. Can any one tell me why? Thanks. Brajesh

No Subject

2000-03-09 Thread Brajesh Tiwari
Hi All, When i am trying to generate private key using openssl req -new It displays following message on the screen. Using configuration from /usr/local/ssl/openssl.cnf unable to load 'random state' This means that the random number generator has not been seeded with much random data. Generatin

No Subject

2000-03-07 Thread Brajesh Tiwari
Hi All, I am trying to implement openSSL in my application which is basically a client. When I am using SSL_CTX_new(SSLv3_client_method()); the function returns NULLL. Can any body tell me why it is returning NULL. Thanks. Brajesh __

No Subject

2000-03-06 Thread Brajesh Tiwari
HI All, I am trying to implement openSSL in my clinet Application. It compilies successfully, but when i tried to run the application, it gives me following error: expCli: /sbin/loader: Fatal Error: Unresolved symbol in expCli: ERR_load_crypto_strings. Please reply. Thanks. Brajesh ___

No Subject

2000-03-06 Thread Brajesh Tiwari
Hi: I am writing a SSL client using openSSL. The client talks to a Netscape secured web server. I am able to get the certificate from the web server. From the certificate, using X509_get_subject_name() and X509_get_issuer_name() I am able to get subject (certificate sender's) an

No Subject

2000-03-06 Thread derenale
Hi, i'm going to develop the simple certificate enrollment protocol (SCEP draft-nourse-scep-01.txt) for my thesis in computer network eng. I'm going to use openssl (of course:) and i'm asking if someone is doing the same work over there. If it's so we can work togheter and share infos. I'm a ne

No Subject

2000-03-06 Thread Maxim Masiutin
Hello openssl-dev! I think that crypto/bn/bn.mul file should be removed. It seems that it was Eric's draft and we no longer need it. -- Max Masyutin, Software Engineer RIT Research Labs http://www.ritlabs.com/ __ OpenSSL

No Subject

2000-03-01 Thread Ravi Kalyanaraman
Hi: I got the following error when I tried to build openssl on my system. Below is the log file. Should I use some switch when building openssl. thanks ravi - OpenSSL self-test report: OpenSSL version: 0.9.5 Last change: PKCS7_encrypt() was

No Subject

2000-02-29 Thread Brajesh Tiwari
Hi I am new to openssl. Can any body please tell me how i can use it on my application, actually in my application i want to implement ssl protocol. Brajesh __ OpenSSL Project http://www.openssl.or

No Subject

2000-02-15 Thread Joe Schiavone
unsubscribe openssl-dev __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

No Subject

2000-02-15 Thread Joe Schiavone
unsubscribe openssl-bugs __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTE

No Subject

2000-02-05 Thread Srinivas, Ravi
Hi, I have downloaded the openssl-0.9.4.How can I get a debug version of the openssl. If I give the ./config it is taking "cc" and it dose not contain the debug mode. I need to use gcc with -g option to debug the code. Can any one of you please help me to compile the code with debug verison and

No Subject

2000-02-05 Thread Srinivas, Ravi
Hi, Thanks for the soultion y'day. Now I am facing this new problme. How can we use the PKCS12 format certificate file when calling the functions 1) SSL_CTX_use_certificate_file(ctx, options.certfile, SSL_FILETYPE_PEM) 2) SSL_CTX_use_PrivateKey_file(ctx, options.certfile, SSL_FILETYPE_PEM) I

No Subject

2000-01-28 Thread Richard Levitte - VMS Whacker
From: "Judin, Victor" <[EMAIL PROTECTED]> victor.judin> I have a following question concerning OpenSSL: victor.judin> if I am going to make a HTTP request via an internet victor.judin> proxy, I need to make first a normal HTTP CONNECT victor.judin> request, something like victor.judin> victor.j

No Subject

2000-01-28 Thread Judin, Victor
Dear Mr Young, I have a following question concerning OpenSSL: if I am going to make a HTTP request via an internet proxy, I need to make first a normal HTTP CONNECT request, something like CONNECT hostname:443 HTTP/1.1\r\n Host: hostname\r\n .. \r\n , obtain a response HTTP/1.1 200 Connecte

No Subject

1999-12-07 Thread Jeffrey Altman
> When I connect to sites signed by RSA's Cert authority (using s_client) = > I get this: > > verify error:num=3D20:unable to get local issuer certificate > verify error:num=3D21:unable to verify the first certificate Do you have the RSA CA certificate in a location that OpenSSL can find it? On

No Subject

1999-12-07 Thread Erik Aronesty
When I connect to sites signed by RSA's Cert authority (using s_client) I get this:   verify error:num=20:unable to get local issuer certificate verify error:num=21:unable to verify the first certificate   ... but it works in IE/NS browsers.   Do I need to upgrade/patch/etc ? (openssl version 0

No Subject

1999-11-26 Thread Paul Akehurst
Hi, Make fails on my system. ERROR File = /usr/include/math.h, Line = 731 Declaration is incompatible with "char *inistate(unsigned int,char *, int)" (declared at line 207 of "/usr/include/stdlib.h"). extern char * initstate(unsigned int, char *, size_t); ^ 1 error d

No Subject

1999-10-31 Thread Krzysztof Czuma
openssl-0.9.4 SunOS front 5.6 Generic_105182-16 i86pc i386 i86pc gcc version 2.95.2 19991024 (release) ./config -t Operating system: i86pc-sun-solaris2 Configuring for solaris-x86-gcc /opt/local/bin/perl5 ./Configure solaris-x86-gcc making all in crypto... ( echo "#ifndef MK1MF_BUILD"; \ ech

No Subject

1999-10-31 Thread Krzysztof Czuma
SunOS amber 5.7 Generic_106542-07 i86pc i386 i86pc gcc version 2.95.2 19991024 (release) openssl-0.9.4 Operating system: i86pc-sun-solaris2 Configuring for solaris-x86-gcc /opt/local/bin/perl5 ./Configure solaris-x86-gcc make ... making all in crypto/sha... gcc -I.. -I../../include -DTHREADS -D

No Subject

1999-10-31 Thread Neo Sian Hu
Operating system: sun4u-sun-solaris2 WARNING! Do consider upgrading to gcc-2.8 or later. Configuring for solaris-sparcv9-gcc27 /usr/local/bin/perl ./Configure solaris-sparcv9-gcc27 Regards, Neo Sian Hu Faculty of Arts and Social Sciences, NUS ext:5212 -Original Message- From: root@ospre

No Subject

1999-10-05 Thread nancy coelho
unsubscribe

No Subject

1999-08-24 Thread Manuel Mollar Villanueva
small bug in opensssl-0.9.4: Using the 'enc' program present on the crypto/pkcs7 directory, I do: - take a string of 6 or less chars and save it on a file - apply the 'enc' prg to this file - apply the 'dec' prg to this file the result is an empty message. If the length of the string is >= 7,

No Subject

1999-08-23 Thread mm
small bug in opensssl-0.9.4: Using the 'enc' program present on the crypto/pkcs7 directory, I do: - take a string of 6 or less chars and save it on a file - apply the 'enc' prg to this file - apply the 'dec' prg to this file the result is an empty message. If the length of the string is >= 7,

No Subject

1999-08-23 Thread Jeremy
I encountered an error when installing OpenSSL 0.9.4 during the make test phase. the output of 'make test' Doing certs ICE-CA.pem => 6bee6be3.0 ICE-root.pem => adbec561.0 ICE-user.pem => 3ecf89a3.0 ca-cert.pem => 1f6c59cd.0 dsa-ca.pem => 73912336.0 dsa-pca.pem => 24867d38.0 factory.pem => f3e900

No Subject

1999-08-17 Thread mm
X-Accept-Language: es, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: patch to 'apps/ca.c' Content-Type: multipart/mixed; boundary="52F961108DCCE3CFC0375F40" This is a multi-part message in MIME format. --52F961108DCCE3CFC0375F40 Content-Type: text/plain; charset=us-

No Subject

1999-08-05 Thread N R Whitelegg
Hello, I've installed openssl - there were just one or two minor problems. Are these serious? The system is an irix 5.3 SGI with cc. Firstly in the tests, one test suggested that it would generate 5 lines of + and . signs. In fact only 4 were produced (see attached file test.log). Secondly, th

No Subject

1999-07-28 Thread cellecial
Hi! I'm working on openssl-0.9.3. I wish convert DER to PKCS7. I download a root certificate(root.crt) from a CA. Then I convert it to crt.pem using d2p.c like below: --- d2p.c FILE *rfp=fopen("root.crt","r"); X509 *x509=d2i_x509_fp(rfp,NULL,NULL); /

No Subject

1999-07-17 Thread Phil Ruff
Operating system: 9000/899-hp-hpux10 Configuring for hpux10-gcc /opt/perl5/bin/perl ./Configure hpux10-gcc __ OpenSSL Project http://www.openssl.org Development Mailing List [E

Re: no subject

1999-06-04 Thread Ulf Möller
> I'm trying to compile the 0.9.2b OpenSSL source in an embedded >system. One of the unresolved externals I get is bn_qadd(), which is a >routine used by bn_sub() (bn_sub.c). I can't seem to find the implementation >of this routine anywhere in the OpenSSL source. The file bn_sub.c is not ac

No Subject

1999-05-28 Thread Russ Jones
Hi there, I'm trying to compile the 0.9.2b OpenSSL source in an embedded system. One of the unresolved externals I get is bn_qadd(), which is a routine used by bn_sub() (bn_sub.c). I can't seem to find the implementation of this routine anywhere in the OpenSSL source. Has anyone run into

No Subject

1999-05-24 Thread Erik Aronesty
// v3_lib.c   void X509V3_EXT_cleanup(){ sk_pop_free(ext_list, ext_list_free); ext_list = NULL;    // added to fix problem in openssl.exe command line (and others who free/reuse the ctx list)}  

No Subject

1999-05-11 Thread Richard Levitte - VMS Whacker
giacob> I patched ssl_engine_kernel.c to realize an OCSP responder function giacob> that check cert status on ldap v2 directory. Perhaps should you consider sharing the changed file in plain text instead of in rtf format? -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@St

No Subject

1999-05-11 Thread Andrea e Luca Giacobazzi
Hi, how can I convert a certificate from X509*xs structure format to DER format, and put it in a char * string in C, without using a temporary file ?   Thanks everibody in advance.  

No Subject

1999-05-10 Thread Andrea e Luca Giacobazzi
Hi,   I patched ssl_engine_kernel.c to realize an OCSP responder function that check cert status on ldap v2 directory.   I send all my patch to ssl_engine_kernel.c, every routine start is marked with "Giacob" label. The ldap_hook search the certificate in our ldap directory, by client e-

No Subject

1999-05-10 Thread Andrea e Luca Giacobazzi
Hi,   I patched ssl_engine_kernel.c to realize an OCSP responder function that check cert status on ldap v2 directory.   I send all my patch to ssl_engine_kernel.c, every routine start is marked with "Giacob" label. The ldap_hook search the certificate in our ldap directory, by client e-

No Subject

1999-04-22 Thread Anonymous
On Thu, 22 Apr 1999, Andy Polyakov wrote: > > > > On the other hand! Does the library actually *compile* under > > > > MS-DOS/WIN16? Does *anybody* actually use it? > > > > > > I think Steve still builds Win16 versions. > > > > No I don't. Win16 is too painful but when dropping support was mentio

No Subject

1999-04-15 Thread Andrea e Luca Giacobazzi
Hi Tom, today I patch realy succesful your code to unix apache SSL, with some changes: - patch command line, like that     patch -p1 patch-file source-file - eliminate ^M at the end of each line of code - change include in every ocsp patch made by you, like that:    #include "../include/nam

No Subject

1999-04-09 Thread Andrea e Luca Giacobazzi
Hi everybody, my name is Andrea Giacobazzi, and i'm developing a patch for mod_ssl exactly in function ssl_engine_kernel.c (look at labels "Giacob") to realize an ocsp responder to verify client certificate, during client authentication. It works with LDAP directory v2 and look for the clie

No Subject

1999-01-04 Thread Ana Isabel Lara
Country Name (2 letter code) [AU]:AU Organization Name (eg, company) []:Dodgy Brothers Common Name (eg, YOUR name) []:Brother 1 Common Name (eg, YOUR name) []:Brother 2 Request (and private key) is in newreq.pem Using configuration from ../apps/openssl.cnf error on line 6 of config file '../apps/

<    1   2