openssl.git
2001-10-25 Ben LaurieFix warning.
2001-10-25 Bodo MöllerLike MD_Init, MD now must include a NULL engine pointer...
2001-10-25 Bodo Möllerremove redundant definitions that are also in des.h
2001-10-25 Bodo Möllermention des_old.h
2001-10-25 Bodo MöllerAdd '-noemailDN' option to 'openssl ca'. This prevents...
2001-10-25 Bodo Möllerfilenames are des_old.[ch], not des.comp*
2001-10-25 Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-25 Richard LevitteRemove DES_random_seed() but retain des_random_seed...
2001-10-25 Bodo MöllerAssume TLS 1.0 when ClientHello fragment is too short.
2001-10-25 Richard LevitteHave the removal warnings very high up in the source.
2001-10-24 Richard LevitteA C file is a C file is a C file!
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-24 Richard LevitteDeprecate the macro MAC_OS_pre_X.
2001-10-24 Richard Levittemake update
2001-10-24 Richard Levittemake update
2001-10-23 Richard LevitteCorrection of the id-pda OID's.
2001-10-23 Dr. Stephen... Sanitize CHANGES entry.
2001-10-22 Bodo MöllerFix memory leak.
2001-10-21 Dr. Stephen... Reject certificates with unhandled critical extensions.
2001-10-21 Dr. Stephen... Stop spurious "unable to load config info" errors in req
2001-10-20 Bodo MöllerCall msg_callback with correct length parameter if...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-20 Dr. Stephen... Typo.
2001-10-20 Dr. Stephen... Add missing EVP_CIPHER_CTX_{init,cleanup}
2001-10-17 Bodo Möllergcc complained about "write" being shadowed even though...
2001-10-17 Richard LevitteWrong place...
2001-10-17 Richard LevitteThe EVP_*Init_ex() functions take one extra argument...
2001-10-17 Bodo Möllerdocument SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
2001-10-17 Dr. Stephen... Update docs.
2001-10-17 Dr. Stephen... Modify EVP cipher behaviour in a similar way
2001-10-16 Lutz JänickeFlush buffers to prevent mixed output (Adam Back <adam...
2001-10-16 Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-10-16 Dr. Stephen... Update docs.
2001-10-16 Dr. Stephen... Retain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-16 Bodo MöllerThe message header for fake SSL 3.0/TLS 1.0 client...
2001-10-15 Bodo MöllerFor consistency, set s->init_num in the 'reuse_message...
2001-10-15 Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-15 Bodo Möllermake sure .rnd exists
2001-10-15 Bodo MöllerFix ssl3_get_message handle message fragmentation corre...
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-10 Richard Levitte'make update'
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-10-10 Richard LevitteFor systems where gcc is used and where we don't know...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteIt seems like gcc does canonicalisation of file names...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-10 Richard Levittemakedepend sometimes produces duplicates. Remove them.
2001-10-09 Richard LevitteA few more OIDs, contributed by Peter Sylvester <Peter...
2001-10-09 Geoff Thorpeevp_test.c and evptests.txt both need to be linked...
2001-10-08 Geoff ThorpeChange some EVP prototypes to use "cipher" rather than...
2001-10-08 Geoff ThorpeEVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
2001-10-08 Geoff ThorpeAs ENGINE_load_openbsd_dev_crypto() is an API function...
2001-10-08 Geoff ThorpeMake sure the "ENGINE_TABLE" cleanup callbacks have...
2001-10-08 Geoff ThorpeMissing pointer in the eng_table_register function...
2001-10-08 Lutz JänickeSmall documentation fixes (Howard Lum <howard@pumpkin...
2001-10-04 Richard LevitteCopy evptests.txt to the right place.
2001-10-04 Richard LevitteTypo...
2001-10-04 Richard LevitteSSL_add_dir_cert_subjects_to_stack for Win32 finally...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteSince ossl_typ.h is an exported header, we sure need...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-03 Dr. Stephen... Use the maximum block length for the extra size in...
2001-10-02 Dr. Stephen... Make EVP_DecryptUpdate work again.
2001-10-02 Richard Levittesch isn't an array, how did this pass through gcc?
2001-10-02 Richard LevitteA lot of things are undeclared unless x509.h is included.
2001-10-02 Richard LevitteHmm, everything "open" isn't necessarely "openssl"...
2001-10-01 Richard LevitteWoopsie...
2001-10-01 Richard Levitte'make update'
2001-10-01 Richard Levittesk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in...
2001-10-01 Richard LevitteAddapt seldom compiled code to new semantics of the...
2001-10-01 Richard LevitteSome new symbols have very long names...
2001-10-01 Richard Levitteo_time.c contains symbols with dollar signs in them...
2001-10-01 Geoff ThorpeThe cleanup stack in ENGINE changed slightly, so this...
2001-10-01 Geoff ThorpeThe STACK macros take care of casting to and from the...
2001-10-01 Geoff ThorpeMake an (overdue) note about the recent ENGINE restruct...
2001-10-01 Geoff ThorpeMake "openssl engine -c" list any supported digests...
2001-10-01 Lutz JänickeTypos (Chris Pepper <pepper@mail.reppep.com>)
2001-09-28 Richard LevitteChange HZ in speed to rely on sysconf() if the clock...
2001-09-28 Geoff ThorpeENGINE_register_all_complete() will register all implem...
2001-09-28 Dr. Stephen... Modernise and fix (ancient) "maurice" demos.
2001-09-28 Dr. Stephen... Constify EVP_SealInit, EVP_OpenInit
2001-09-28 Dr. Stephen... Make (ancient) sign.c demo compile again.
2001-09-28 Dr. Stephen... Support fractional seconds in GeneralizedTime
2001-09-27 Richard LevitteSynchronise with Unixly build.
2001-09-27 Richard LevitteStop thinking arguments starting with - are algorithm...
2001-09-27 Richard LevitteApparently, Linux is identified with __linux__ as well.
2001-09-26 Richard Levitte'make update'
2001-09-26 Richard LevitteThe #error message must match a very specific regexp...
2001-09-26 Ben LaurieDon't clean up stuff twice.
2001-09-26 Ben LaurieFixes.
2001-09-26 Richard LevitteTwo changes:
2001-09-26 Ben LaurieFix warning.
2001-09-25 Geoff Thorpe"FALLBACK" handling was a hack that was thrown out...
2001-09-25 Geoff ThorpeMake update to bring in all the cipher/digest-related...
next