[PATCH][Beta3] Fix IPv6 handling in BIO_get_accept_socket()

2009-08-21 Thread David Lee
Hi, list I downloaded OpenSSL 1.0 beta3 and found a bug in the function BIO_get_accept_socket(), when dealing with an IPv6 address. The line below copies the content of `res-ai_addr' to `server', but sizeof(server) = 16, while for IPv6 address, res-ai_addrlen is 28. i.e, sizeof(struct

RE: [PATCH] OpenSSL 1.0.0 beta3 release v. VMS

2009-08-21 Thread Arpadffy Zoltan
Hello Richard, If those who do commit to the repository, I believe I'm the only one dealing with the VMS parts of the kit... I tested OPENSSL-VMS_64BIT-SNAP-20090821 as I was expecting that my changes would be there. I was wrong :( I wonder, where do you apply the patches and patch