malloc SEGV during ssl3_shutdown processing

2003-07-21 Thread Vic Abell
tls1_mac HMAC_Init_ex EVP_DigestInit)ex CRYPTO_malloc Solaris 8 libc: malloc _malloc_unlocked cleanfree realfree If this sounds familiar to anyone, please let me know. Vic Abell

RE: malloc SEGV during ssl3_shutdown processing

2003-07-22 Thread Vic Abell
This SEGV in realfree() was caused by a bug in our custom OpenLDAP back end. The bad code caused a malloc'd pointer to be freed twice. Sorry for the noise in openssl-users. Vic Abell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vic Abell Sent

broken memcmp() in NeXTSTEP libc banjaxes OpenSSL 0.9.6c

2002-01-02 Thread Vic Abell
to work around the failing C library's memcmp() function. Vic Abell [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED

RE: Why DNS/IP in certificate?

2002-01-14 Thread Vic Abell
wildcarded values. Then the client must check the most specific commonName field. The RFC goes on to say that while use of commonName to hold a server's identity is existing practice, it is deprecated. OpenSSL does it right, BTW. Vic Abell [EMAIL PROTECTED

RE: Why DNS/IP in certificate?

2002-01-14 Thread Vic Abell
While I agree with the other points: OpenSSL itself does not contain any code to performs these checks: therefore it does not do it wrong but it also does not do it right; it doesn't do anything :-) Best regards, Lutz Lutz is right. I've been looking at so much Open* software

RE: /var/spool/prngd/poolIm

2002-01-31 Thread Vic Abell
Yuri HuitrĂ³n Alvarado writes: I'm receiving this message when I try to run ssh-keygen or sshd : cant find /var/spool/prngd/pool Entropy collection failed and Entropy exhausted I'm using : Ultra1 Solaris 8 gcc-3.0.3-sol8-sparc-local openssh-3.0.2p1-sol8-sparc-local

RE: Error Message Text

2002-02-15 Thread Vic Abell
When I try to make an SSL connection, it fails. When I try to get the text, this is the best I can get. Is there any way to get any clearer of an error message? error:0006:lib(0):func(0):reason(6) Make sure your code is calling SSL_load_error_strings(). Use ERR_get_error() to