oweals/openssl.git
2001-11-19 Richard LevitteExtentions of the explanations to the linking problem...
2001-11-19 Lutz JänickeClarify reference count handling/removal of session
2001-11-16 Richard LevitteOn VMS, the norm is still that symbols are uppercased...
2001-11-15 Richard LevitteRestore extern "C" balance.
2001-11-15 Richard Levitteperl util/mkerr.pl -recurse -write -rebuild
2001-11-15 Richard Levittemake update
2001-11-15 Richard Levittemake update
2001-11-15 Richard LevitteApply the following changes from the main trunk:
2001-11-15 Geoff ThorpeThe change in the HEAD to not cache gethostbyname(...
2001-11-14 Bodo Möllerremove obsolete entry
2001-11-14 Bodo Möllerfix warning
2001-11-14 Bodo Möllerconsistency between main branch and stable branch
2001-11-14 Richard LevitteRemove temporary files
2001-11-14 Richard LevitteApply the following changes from the main trunk:
2001-11-14 Richard LevitteApply the following changes from the main trunk:
2001-11-14 Richard LevitteApply the following changes from the main trunk:
2001-11-14 Richard LevitteApply the following changes from the main trunk:
2001-11-14 Richard LevitteApply the following changes from the main trunk:
2001-11-14 Richard LevitteApply the following changes from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteMake default attributes consistent in all sub-packages...
2001-11-14 Richard LevitteCorrect the order of the changes.
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-14 Richard LevitteApply the following change from the main trunk:
2001-11-13 Richard LevitteThat was incorrect. Revert.
2001-11-13 Richard LevitteApply change from revision 1.101 (2000-10-09 02:50...
2001-11-13 Bodo Möllerupdate FAQ from main branch
2001-11-12 Bodo Möllersynchronise with HEAD branch,
2001-11-12 Bodo Möllerinformation on 0.9.6c-engine
2001-11-12 Bodo Möllerorder entries as in main branch
2001-11-12 Bodo Möller'make update'
2001-11-12 Mark J. CoxSync ia64.S in 0.9.6c-dev with ia64.S in 0.9.7 (some...
2001-11-12 Mark J. CoxAdd an entry for gcc on UnixWare
2001-11-12 Mark J. CoxAdd assembler implementation for IA-64
2001-11-12 Bodo Möllerthe PRNG race conditions were mostly a theoretical...
2001-11-12 Bodo Mölleradd changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c
2001-11-12 Bodo Möllersynchronize with HEAD branch
2001-11-10 Bodo Möllerorder chronologically: move entry for recent s2_clnt...
2001-11-10 Bodo Möllermake code a little more similar to what it looked like...
2001-11-10 Bodo Möllerremove incorrect 'callback' prototype
2001-11-10 Bodo Möllerimportant SSL 2.0 bugfixes
2001-11-09 Bodo Möllertypo
2001-11-09 Bodo Möllerfix warning
2001-11-09 Bodo Möllercast to 'unsigned long' before using ~ if we need an...
2001-11-08 Bodo Möllerclarify
2001-11-08 Bodo MöllerDon't define _REENTRANT here in e_os.h. On systems...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-26 Bodo Möllertypo
2001-10-26 Bodo Möllerdisable caching in BIO_gethostbyname
2001-10-25 Bodo Möller'make update'
2001-10-25 Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-25 Bodo MöllerOops
2001-10-25 Bodo MöllerAssume TLS 1.0 if ClientHello fragment is too short.
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-20 Bodo MöllerIn ssl3_get_client_hello (ssl/s3_srvr.c), generate...
2001-10-20 Dr. Stephen... Typo.
2001-10-16 Lutz JänickeFlush buffers to prevent mixed output (Adam Back <adam...
2001-10-15 Bodo Möllermake sure .rnd exists
2001-10-15 Bodo MöllerFix ssl3_get_message to handle message fragmentation...
2001-10-15 Bodo Möllerthe previous commit accidentily removed 'ret = 1' from...
2001-10-14 Ulf Mölleropenbsd-x86 macros
2001-10-12 Lutz JänickeUpdate information as a partial response to the post
2001-10-11 Richard LevitteIn certain cases, no encoding has been set up for the...
2001-10-11 Richard LevitteMake sure the macro PEDANTIC is defined when we compile...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-10 Richard LevitteA few more OIDs, contributed by Peter Sylvester <Peter...
2001-10-08 Lutz JänickeSmall documentation fixes (Howard Lum <howard@pumpkin...
2001-10-01 Lutz JänickeTypos (Chris Pepper <pepper@mail.reppep.com>)
2001-09-24 Richard LevitteIn case of memory problems, the va_start() wasn't clean...
2001-09-24 Bodo Möllercomment
2001-09-22 Bodo Möllercrypto/idea was missing in the list of directories...
2001-09-21 Bodo Möllerbugfix: handle HelloRequest received during handshake...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-14 Bodo Mölleradd comment
2001-09-14 Bodo MöllerIncrease permissible ClientKeyExchange message length...
2001-09-13 Lutz JänickeSynchronize typo corrections with 0.9.7-dev
2001-09-13 Lutz JänickeOne more manual page.
2001-09-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-13 Lutz JänickeOne more manual page.
2001-09-13 Lutz JänickeRework section about return values another time (based...
2001-09-13 Bodo Mölleravoid "statement not reached" warning
2001-09-12 Geoff ThorpeUpdated dependencies from "make update"
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-12 Geoff ThorpeENGINE uses a very opaque design, so we can predeclare...
2001-09-12 Geoff ThorpeENGINE files were renamed, and error strings are now...
2001-09-12 Dr. Stephen... Add certificate and request demos.
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-11 Bodo Mölleradd 'release showstopper' entry
2001-09-11 Bodo Möllerupdate
2001-09-11 Bodo Möllerupdate from main branch
2001-09-11 Bodo Möllerex_data situation is no longer that bad
next