summaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
AgeCommit message (Collapse)Author
2004-09-08Another symbol longer than 31 characters...Richard Levitte
2004-07-11'SSL_add_dir_cert_subjects_to_stack' is longer than 31 characters.Richard Levitte
Lucky me, I had prepared for this :-).
2004-03-29Add symbol hacks for some long names.Richard Levitte
make update
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte
the symbol name).
2003-02-13Another long name to deal withRichard Levitte
2002-08-11Remove clashes between symbols that have the same name except forRichard Levitte
casing.
2002-08-11More long symbols to shorten.Richard Levitte
2002-08-09More long names to shorten.Richard Levitte
2002-07-19Two more names that are a little too long for the standard VMS linker.Richard Levitte
2002-07-17Add support for shared libraries with OS/2.Richard Levitte
PR: 124
2002-05-23Define a short alias for another long EC symbol.Richard Levitte
2002-02-28VMS addaptation, including a few more long names that needed hacking.Richard Levitte
2002-01-24Because of recent changes, there's no need to hack the des symbols anyRichard Levitte
more.
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
2001-10-01Some new symbols have very long names...Richard Levitte
2001-05-14Make more short aliases for symbols that are longer than 31Richard Levitte
characters.
2001-03-08Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte
2001-02-22Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte
there's no point creating an alias for it.
2001-02-20A new bunch of too long symbols to hack.Richard Levitte
OCSP_CRLID_new and OCSP_crlID_new clash on case-insensitive systems.
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
2001-02-19Make all configuration macros available for application by makingRichard Levitte
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-09-17A couple of more names need to be shortened for VMS on VAX.Richard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte
centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.