openssl.git
2001-11-06 Dr. Stephen... Fix email address delete code.
2001-11-05 Richard LevittePlace the OpenSSL-specific headers back so they always...
2001-11-05 Richard LevitteNo need to include anything on systems that do not...
2001-11-05 Richard LevitteDOS and Windows do not like unistd.h
2001-11-02 Ben LaurieIf verify fails, say why.
2001-10-30 Richard LevitteChange the shared library support so the shared librari...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-27 Dr. Stephen... Another noemailDN fix.
2001-10-27 Dr. Stephen... Allow ca to certify requests containing BMPStrings...
2001-10-27 Dr. Stephen... Bugfixes for noemailDN option. Make it use the
2001-10-27 Dr. Stephen... Stop compiler warnings.
2001-10-27 Dr. Stephen... Add support for Subject Info Acess extension.
2001-10-26 Bodo MöllerNote BUF_MEM_grow() consistency fix.
2001-10-26 Bodo MöllerConsistency fix in BUF_MEM_grow: Initialise to zero...
2001-10-26 Bodo Möllerdisable caching in BIO_gethostbyname
2001-10-26 Dr. Stephen... New options to allow req to accept UTF8 strings as...
2001-10-25 Ulf Möllerremove compatibility notes that no longer apply
2001-10-25 Richard LevitteCorrect some links...
2001-10-25 Richard LevitteChange the DES documentation to reflect the current...
2001-10-25 Richard LevitteMake sure openssl speed is compilable on systems where...
2001-10-25 Ben LaurieAdd paralellism to speed - note that this currently...
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...
next