Log in

View Full Version : OpenSSL 0.9.7a - Update ?


Flow
03-05-2003, 09:06 AM
This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file.

Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a:

o Security: Important security related bugfixes.
o Enhanced compatibility with MIT Kerberos.
o Can be built without the ENGINE framework.
o IA32 assembler enhancements.
o Support for new platforms: FreeBSD/IA64 and BSD/Sparc64.
o Configuration: the no-err option now works properly.
o SSL/TLS: now handles manual certificate chain building.
o SSL/TLS: certain session ID malfunctions corrected.

I thin kan update would be in order. (please)

bigstar
03-05-2003, 03:48 PM
As we've stated in the past we can't update until the dlls we use are updated by the people who created the custom dll. We don't compile them.

We might switch to standard dlls in the future but at the moment the custom dll includes some functions not found in the standard.

Flow
03-15-2003, 12:35 PM
Now what ??

Check this please BigStar -->

http://forum.raidenftpd.com/showflat.php?Cat=&Board=UBB13&Number=33056&page=0&view=collapsed&sb=5&o=0&fpart=

bigstar
03-15-2003, 12:52 PM
Things are really busy for me right now, I don't know when I'll be able to impliment the different style of ssl fxp offered by raidentftpd, also another ftpd author (lundftpd) contacted me and they're using another style for ssl fxp. I sure wish everyone would agree to a single solution :confused: :confused: :confused:

Flow
03-15-2003, 01:06 PM
Here some code;

######### Miscellaneous ########################
}
If RaidenFTPD #¤¤ use OPEN SSL FXER goto end.
If LundFTPD #¤¤# use OPEN SSL XFER goto end.
If other use Buildin SSL.dll goto end.
}


Hope that give you some guide.

DYN_DaTa
03-15-2003, 01:24 PM
I think that's not a FlashFXP problem but ftpd coders problem: if each one of those coders uses a different way of ssl fxp this could be insane for a ftp client :p

bigstar
03-15-2003, 06:30 PM
Uh I don't see the point of your code example, unless you plan on implimenting it into FlashFXP for me. Like I said I don't have the time now. I implimented SSL FXP for glftpd awhile back while I had free time. glftpd SSL FXP is completely different compared to raidenftpd or lundftpd.

In order to support raidenftpd or lundftpd, first and formost I have to add support for FEAT. Maybe in a week or two or something I'll have time. I really wanted to release a new public non-beta build but this whole raidenftpd/lundftpd ssl fxp messed up my plans.