Allow opensslwrap.sh to access engines from build tree.
[openssl.git] / crypto /
2006-12-29 Andy PolyakovMove eng_padlock.c to ./engines.
2006-12-28 Andy PolyakovMinor performance improvements to x86-mont.pl.
2006-12-27 Andy PolyakovFix for "strange errors" exposed by ccgost engine....
2006-12-26 Richard LevitteSynchronise a bit more with Unixly build
2006-12-25 Richard LevitteReplace strdup() with BUF_strdup().
2006-12-24 Richard LevitteSynchronise with Unixly build, again ;-)
2006-12-24 Dr. Stephen HensonAdd bit I missed from PKCS#7 streaming encoder.
2006-12-24 Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-12-24 Richard LevitteSynchronise with Unixly build
2006-12-22 Andy PolyakovOops! New prototype code creeped through...
2006-12-22 Andy PolyakovMake sha.h more "portable."
2006-12-22 Andy Polyakovx86-mont.pl sse2 tune-up and integer-only squaring...
2006-12-21 Nils Larschfix order
2006-12-21 Nils Larschupdate
2006-12-20 Nils Larschadd support for ecdsa-with-sha256 etc.
2006-12-19 Nils Larschremove trailing '\'
2006-12-19 Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-12-18 Nils Larschfix order
2006-12-11 Nils Larschuse const ASN1_TIME *
2006-12-08 Andy PolyakovEliminate 64-bit alignment limitation in sparcv9a-mont.
2006-12-08 Andy Polyakovalpha-mont.pl: gcc portability fix and make-rule.
2006-12-08 Andy PolyakovMinor, +10%, tune-up for x86_64-mont.pl.
2006-12-08 Andy PolyakovMontgomery multiplication routine for Alpha.
2006-12-07 Dr. Stephen HensonUpdate from 0.9.7-stable branch.
2006-12-06 Dr. Stephen HensonSync OID NIDs with OpenSSL 0.9.8.
2006-12-06 Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-12-05 Nils Larschavoid duplicate entries in add_cert_dir()
2006-12-04 Nils Larschallocate a new attributes entry in X509_REQ_add_extensi...
2006-12-04 Nils Larschadd "Certificate Issuer" and "Subject Directory Attribu...
2006-12-02 Andy PolyakovEliminate redundant variable in Camellia CBC routine.
2006-12-02 Andy PolyakovImprove Camellia code readability.
2006-12-02 Andy PolyakovFix bugs in Camellia CBC routine.
2006-12-02 Andy PolyakovCamellia portability fixes.
2006-11-30 Dr. Stephen HensonUpdate dependencies.
2006-11-30 Dr. Stephen HensonWin32 fixes from stable branch.
2006-11-29 Nils Larschreplace macros with functions
2006-11-28 Andy PolyakovClarify HAL SPARC64 support situation in sparcv9a-mont.pl.
2006-11-28 Andy PolyakovMinor optimizations based on intruction level profiler...
2006-11-28 Andy PolyakovModulo-schedule loops in sparcv9a-mont.pl. Overall...
2006-11-28 Andy PolyakovThis is "informational" commit. Its mere purpose is...
2006-11-27 Andy PolyakovNon-SSE2 path to bn_mul_mont. But it's disabled, becaus...
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-11-27 Andy Polyakovsha512-ppc.pl mutli-thread safety fix.
2006-11-24 Nils Larschregister the engine as default engine in ENGINE_set_def...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16 Dr. Stephen HensonRemove illegal IMPLEMENT macros from header file.
2006-11-16 Dr. Stephen HensonRemove redundant PREDECLARE statement.
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-11-13 Dr. Stephen HensonDon't assume requestorName is present for signed reques...
2006-11-13 Dr. Stephen HensonOCSP library tidy. Use extension to encode OCSP extensi...
2006-11-08 Ben LaurieFix various warnings.
2006-11-07 Dr. Stephen HensonAvoid shadow warning.
2006-11-06 Nils Larschremove SSLEAY_MACROS code
2006-10-27 Nils Larschfix OPENSSL_NO_foo defines
2006-10-27 Dr. Stephen HensonInitialize old_priv_encode, old_priv_decode.
2006-10-24 Andy PolyakovFurther mingw build procedure updates.
2006-10-23 Andy PolyakovFix mingw warnings.
2006-10-23 Andy PolyakovAllow for mingw cross-compile configuration.
2006-10-19 Andy PolyakovGcc over-optimizes PadLock AES CFB codepath, tell it...
2006-10-18 Andy PolyakovTemporary fix for sha256 IA64 assembler.
2006-10-18 Andy PolyakovFix bug in big-endian path and optimize it for size.
2006-10-17 Andy PolyakovTypo in perlasm/x86asm.pl.
2006-10-17 Andy PolyakovFurther synchronizations with md32_common.h update...
2006-10-17 Andy Polyakovbn/asm/ppc.pl to use ppc-xlate.pl.
2006-10-17 Andy PolyakovFurther synchronizations with md32_common.h update.
2006-10-17 Andy PolyakovVIA-specific Montgomery multiplication routine.
2006-10-17 Andy PolyakovSynchronize SHA1 assembler with md32_common.h update.
2006-10-17 Andy PolyakovSupport for .asciz directive in perlasm modules.
2006-10-17 Andy PolyakovLinking errors on IA64 and typo in aes-ia64.S.
2006-10-11 Andy PolyakovRe-implement md32_common.h [make it simpler!] and elimi...
2006-10-05 Dr. Stephen HensonTypo.
2006-10-04 Nils Larschreturn an error if the supplied precomputed values...
2006-10-04 Bodo MöllerASN1_item_verify needs to initialize ctx before any...
2006-10-03 Dr. Stephen HensonPlace standard CRL behaviour in default X509_CRL_METHOD...
2006-09-29 Mark J. CoxInitialise ctx to NULL to avoid uninitialized free...
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-09-28 Mark J. CoxFix ASN.1 parsing of certain invalid structures that...
2006-09-26 Dr. Stephen HensonInitialize new callbacks and make sure hent is always...
2006-09-25 Richard LevitteComplete the change for VMS.
2006-09-22 Dr. Stephen HensonUsing correct lock for X509_REQ.
2006-09-22 Dr. Stephen HensonUpdate length if copying MSB set in asn1_string_canon().
2006-09-21 Dr. Stephen HensonAdd missing prototype. Fix various warnings (C++ commen...
2006-09-21 Dr. Stephen HensonMake int_rsa_sign function match prototype.
2006-09-21 Dr. Stephen HensonCompile in gost engine.
2006-09-21 Dr. Stephen HensonDo CRL method init after other operations.
2006-09-21 Dr. Stephen HensonTidy up CRL handling by checking for critical extension...
2006-09-18 Andy PolyakovRemove x86ms.pl and reimplement x86*.pl.
2006-09-18 Andy PolyakovImprove 386 portability of aes-586.pl.
2006-09-18 Bodo MöllerEnsure that the addition mods[i]+delta cannot overflow...
2006-09-17 Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-09-14 Dr. Stephen HensonSupport for AKID in CRLs and partial support for IDP...
2006-09-11 Dr. Stephen HensonFixes for new CRL/cert callbacks. Update CRL processing...
2006-09-10 Dr. Stephen HensonAdd verify callback functions to lookup a STACK of...
2006-09-08 Bodo MöllerMake sure the int_rsa_verify() prototype matches the...
2006-09-06 Bodo MöllerRemove non-functional part of recent patch, after discu...
2006-09-05 Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-08-31 Andy PolyakovRewrite sha1-586.pl.
2006-08-31 Andy PolyakovFix bug in aes-586.pl.
2006-08-31 Andy PolyakovFix bug in x86unix.pl introduced in latest update.
2006-08-31 Dr. Stephen HensonFix C++ style comments, change assert to OPENSSL_assert...
next