Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-02Recent changes from 0.9.7-stableRichard Levitte
2003-09-13Make TLSv1 work in FIPS mode.Ben Laurie
2003-09-08Recent changes from 0.9.7-stable.Richard Levitte
2003-02-22mingw related cleanups, as in headUlf Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-19If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte
2002-12-05gethostname() is more a BSD feature than an XOPEN one.Richard Levitte
2002-12-03define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELENRichard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-16WinCE patchesRichard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-11-05avoid Purify warningsBodo Möller
2002-09-26Add missing brackets.Lutz Jänicke
2002-08-14Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte
2002-04-29undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller
2002-04-29Fix unsigned vs. signed clashRichard Levitte
2002-03-14use BIO_nwrite() more properlyBodo Möller
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
2002-02-23non-Monolith fixes.Dr. Stephen Henson
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-02Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-31Make as sure as possible that gethostname() will be properly declared.Richard Levitte
2001-07-05Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-15Locking issues.Bodo Möller
2000-12-01COMP_zlib should always be declared, even if it is not functional.Bodo Möller
2000-12-01First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-30The compression method may be undefined for some reason that hasRichard Levitte
2000-11-30Simplify and provide the possibility to clean a compression method.Richard Levitte
2000-11-30Make it possible to test SSL compressionRichard Levitte
2000-10-22If the functions get_dh*() are declared static, they should be defined the sa...Richard Levitte
2000-06-02There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-07Avoid memory leak.Bodo Möller
2000-03-26NeXT workaround.Bodo Möller
2000-03-13Update usage infoBodo Möller
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller
2000-03-13Connection timings (using ISO C function clock()).Bodo Möller
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller
2000-02-04Report progress as in dsatest.c when creating a DHE key.Bodo Möller
2000-02-04Use correct, not American spelling.Bodo Möller
2000-02-04ispell (and minor modifications)Ulf Möller
2000-01-17Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16RAND_seedUlf Möller
1999-11-17Store verify_result with sessions to avoid potential security hole.Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller