openssl.git
2007-05-19 Andy Polyakovppc-xlate.pl update.
2007-05-19 Andy Polyakovsparccpuid.s update.
2007-05-19 Andy PolyakovInitial draft of AES for PPC.
2007-05-18 Dr. Stephen... Updated GOST MAC support.
2007-05-17 Dr. Stephen... Initial GOST MAC support. Not fully working yet...
2007-05-17 Dr. Stephen... Add .cvsignore to seed dir.
2007-05-17 Dr. Stephen... Set len to buffer size.
2007-05-17 Dr. Stephen... Prepend signature name in dgst output.
2007-05-17 Dr. Stephen... Use default md if none specified in dgst utility.
2007-05-17 Dr. Stephen... Use EVP_DigestVerify() in dgst.c if verifying.
2007-05-16 Dr. Stephen... PR: 1516
2007-05-16 Dr. Stephen... Fix error code name.
2007-05-15 Dr. Stephen... New function EVP_PKEY_asn1_copy(). Use default MD if...
2007-05-15 Dr. Stephen... Change C++ style comments.
2007-05-15 Andy PolyakovThrow in ppccpuid module.
2007-05-15 Andy PolyakovFix linking error after adding alphacpuid.s.
2007-05-15 Andy PolyakovAdd alphacpuid.s
2007-05-14 Andy PolyakovProfiling revealed that OPENSSL_cleanse consumes *more...
2007-05-14 Andy Polyakovx86_64 assembler updates.
2007-05-13 Andy PolyakovAs all assembler modules are alignment neutral, allow...
2007-05-13 Andy PolyakovMake sha*-ia64 modules alignment neutral.
2007-05-13 Ben LaurieMore IGE speedup.
2007-05-13 Ben LaurieAES IGE mode speedup.
2007-05-11 Dr. Stephen... Document streaming options.
2007-05-10 Dr. Stephen... Improve error detection when streaming S/MIME.
2007-05-10 Dr. Stephen... Tidy up docs, remove warning.
2007-05-10 Dr. Stephen... More useful ASN1 macros for static allocation functions.
2007-05-10 Andy PolyakovMention Core2 in sha1-x86_64.
2007-05-10 Andy PolyakovCommentary updates to SHA for sparcv9.
2007-05-04 Andy PolyakovDetect UltraSPARC T1 in ./config.
2007-05-04 Andy PolyakovEngage SHA for sparcv9.
2007-05-04 Andy PolyakovSHA for sparcv9.
2007-05-03 Andy PolyakovFix bug introduced in cn#16195.
2007-05-03 Andy PolyakovFine reading of manual suggests that km can return...
2007-05-02 Andy PolyakovFix s390x bugs and correct performance coefficients.
2007-05-01 Richard LevitteSynchronise VMS with Unix.
2007-04-30 Andy PolyakovRevert irrelevant changes from commit #16191.
2007-04-30 Andy Polyakovrll does not seem to be available on legacy s390.
2007-04-30 Andy PolyakovTypo in commit #16187.
2007-04-30 Andy PolyakovTypo in s390x_asm.
2007-04-30 Andy PolyakovBug in apps/dgst.c.
2007-04-30 Andy Polyakovs390x optimizations.
2007-04-30 Andy PolyakovEngage s390x assembler modules.
2007-04-30 Andy Polyakovs390x assembler pack.
2007-04-26 Andy PolyakovReimplement rc4-586.pl, relicense rc4-x86_64.pl.
2007-04-24 Bodo Möllerfix function codes for error
2007-04-24 Bodo Möllerremove leftover from editing ...
2007-04-24 Bodo MöllerAll ciphersuites should have a strength designator.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-19 Bodo Möllerfix error codes
2007-04-19 Bodo Möllerdon't violate the bn_check_top assertion in BN_mod_inve...
2007-04-14 Dr. Stephen... New function ASN1_STRING_copy() to copy to an already
2007-04-13 Dr. Stephen... Sample text files for S/MIME test programs.
2007-04-13 Dr. Stephen... Add a bunch of S/MIME sample programs and data.
2007-04-13 Dr. Stephen... Flush b64 BIO.
2007-04-13 Dr. Stephen... Don't finalize signerinfo if reuse and partial both...
2007-04-13 Dr. Stephen... PKCS7_sign_add_signer() docs.
2007-04-13 Dr. Stephen... More docs for streaming functions.
2007-04-13 Dr. Stephen... Typo.
2007-04-13 Dr. Stephen... d2i_PKCS7_bio_stream() docs.
2007-04-13 Dr. Stephen... Oops...
2007-04-13 Dr. Stephen... Update docs.
2007-04-13 Dr. Stephen... Update docs.
2007-04-13 Dr. Stephen... Update smime utility to support streaming for -encrypt...
2007-04-12 Dr. Stephen... Copy update callback across when copying EVP_MD_CTX.
2007-04-11 Dr. Stephen... New -mac and -macopt options to dgst utility. Reimpleme...
2007-04-11 Dr. Stephen... Update CHANGES.
2007-04-11 Dr. Stephen... Experimental HMAC support via EVP_PKEY_METHOD.
2007-04-11 Dr. Stephen... Constification.
2007-04-09 Dr. Stephen... Don't ignore config_name parameter passed to OPENSSL_co...
2007-04-08 Dr. Stephen... Fix from stable branch.
2007-04-08 Dr. Stephen... Fix digest signing so digest type is set after init.
2007-04-08 Dr. Stephen... Preliminary support for signctx/verifyctx callbacks.
2007-04-08 Dr. Stephen... New -sigopt option for dgst utility.
2007-04-07 Ben LaurieYet another resource leak. Coverity ID 123.
2007-04-05 Ben LaurieIf you're going to check for negative, use an signed...
2007-04-05 Ben LaurieDon't copy from a nonexistent next. Coverity ID 47.
2007-04-05 Ben LaurieFix duplicate error number.
2007-04-05 Ben LaurieErrors should actually be errors.
2007-04-05 Ben LaurieDon't dereference NULL argument. Coverity ID 52.
2007-04-05 Ben LaurieMissing config file.
2007-04-05 Ben LaurieDon't use a negative number as a length. Coverity ID 57.
2007-04-05 Ben LaurieAvoid overrun. Coverity ID 60.
2007-04-05 Ben LaurieFree memory. Coverity ID 62.
2007-04-04 Nils Larschcheck return value of ASN1_item_i2d(), Coverity ID 55
2007-04-04 Ben LaurieResource leak.
2007-04-04 Ben LaurieHandle bad content type. Coverity ID 99.
2007-04-04 Ben LaurieFix buffer overrun. Coverity ID 106.
2007-04-04 Ben LaurieDon't free a NULL. Coverity ID 112.
2007-04-04 Ben LaurieMissing return on error. Coverity ID 115.
2007-04-04 Ben LaurieReturn an error if the serial number is badly formed...
2007-04-04 Ben LaurieDie if serial number is invalid.
2007-04-04 Ben LaurieMake sure we detect corruption.
2007-04-02 Nils Larschcheck correct pointer before freeing it (Coverity CID...
2007-04-02 Nils Larschcheck if pointer is != NULL before dereferencing it...
2007-04-02 Andy PolyakovRC4_set_key for x86_64 and Core2 optimization.
2007-04-01 Ben LaurieDon't die if the value is NULL (Coverity CID 98).
2007-04-01 Ben LaurieFix warning.
2007-04-01 Andy PolyakovUpdate x86cpuid.pl to correctly detect shared cache...
2007-04-01 Andy PolyakovReserve for assembler implementation of RC4_set_key...
next