mailing.openssl.users
  Home FAQ Contact Sign in
mailing.openssl.users only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openssl.users Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  -X 32 bad option for ar on AIX         


Author: J J
Date: Jul 2, 2008 13:17

Hi,

I'm having the same problem described in the link below while trying
to build openssl 0.9.8h on AIX 5.3.

http://www.mail-archive.com/openpkg-users@openpkg.org/msg03570.html

I got around it by modifying line 410 of Configure to change the "-X
32" option to "-X32". Based on the link above it looks like I could
have just removed that option all together.

I used the aix-gcc platform.

Can this be fixed in the source so I don't have to patch my code every
time I build?

Thanks,
Justin
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majordomo@openssl.org
no comments
  about "bad record mac" when doing authentication using EAP-TTLS, thanks         


Author: Jinhua Zhu
Date: Jul 2, 2008 08:28

Hello,
I'm doing a project using EAP-TTLS for authenticating users,
it's run ok when just have a single access, but when I have
more times access continuously there will generate a log
"SSL: SSL3 alert: write (local SSL3 detected an error):fatal:bad record
mac"

context is
server has sent it's cert, and then received the EAP-Response which composed
Show full article (2.30Kb)
2 Comments
  Re: TLSv1 problem         


Author: doki_pen
Date: Jul 2, 2008 07:28

doki_pen wrote:
> This is on Gentoo. I'm not sure if they have patched these things
> * apache-2.2.9
> * openssl-0.9.8h
>
> I'm having a problem using TLS with firefox3 clients. The client
> reports an SSL problem. I've done a pcap in wireshark. The client
> sends "Client Hello" with TLS 1.0. The server responds with a TLSv1
> alert message that is
>
> Level: Fatal(2)
> Description: Access Denied(49)
>
> The apache logs say:
>
> [Mon Jun 30 12:39:47 2008] [info] Initial (No.1) HTTPS request
> received for child 1 (server projects.optaros.com:443)
> [Mon Jun 30 12:39:47 2008] [debug] mod_headers.c(711): headers:
> ap_headers_output_filter()
> [Mon Jun 30 12:39:47 2008] [debug] mod_headers.c(711): headers: ...
Show full article (2.35Kb)
2 Comments