Avoid application relink on every make invocation.
[openssl.git] / crypto /
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...
2006-08-31 Dr. Stephen HensonFix leak
2006-08-31 Ben LaurieForward port of IGE mode.
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-08-13 Ulf MöllerUse gmtime on cygwin
2006-08-09 Andy Polyakov+20% tune-up for Power5.
2006-08-07 Andy PolyakovRevised AES_cbc_encrypt in x86 assembler module.
2006-08-02 Andy PolyakovAgressively prefetch S-box in SSE codepatch, relax...
2006-08-02 Andy PolyakovSwitch to compact S-box when generating AES key schedule.
2006-08-01 Andy PolyakovSwitch to compact S-box when generating AES key schedule.
2006-07-31 Andy PolyakovEngage assembler in solaris64-x86_64-cc.
2006-07-31 Andy Polyakovperlasm/x86unix.pl update.
2006-07-31 Andy PolyakovNext generation aes-586.pl featuring AES_[en|de]crypt...
2006-07-25 Dr. Stephen HensonSupport for multiple CRLs with same issuer name in...
2006-07-24 Dr. Stephen HensonCache some CRL related extensions.
2006-07-21 Dr. Stephen HensonAvoid warning.
2006-07-20 Dr. Stephen HensonUse correct pointer types for various functions.
2006-07-19 Bodo MöllerNew Camellia implementation (replacing previous version)
2006-07-18 Dr. Stephen HensonStore canonical encodings of Name structures. Update...
2006-07-18 Andy PolyakovReimplement outer rounds as "compact" in x86 assembler...
2006-07-17 Dr. Stephen HensonWIN32 fixes signed/unsigned issues and slightly socket...
2006-07-17 Dr. Stephen HensonUpdate .cvsignore again.
2006-07-17 Dr. Stephen HensonUpdate .cvsignore
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-07-17 Dr. Stephen HensonNew non-blocking OCSP functionality.
2006-07-14 Andy PolyakovAdd option for "compact" rounds to aes_x86core.c. ...
2006-07-12 Dr. Stephen HensonBugfix: don't look in internal table for signature...
2006-07-12 Dr. Stephen HensonNew docs for EVP_Digest{Sign,Verify}*() function. Updat...
2006-07-10 Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-07-09 Dr. Stephen HensonNew functions to add and free up application defined...
2006-07-09 Dr. Stephen HensonSet detached flag in PKCS7 structure earlier to avoid...
2006-07-09 Dr. Stephen HensonNew functions to enumerate digests and ciphers.
2006-07-04 Andy PolyakovFix compiler warnings.
2006-07-04 Andy PolyakovUnsigned vs signed comparison warning.
2006-07-04 Andy PolyakovTypos(?) in HEAD/crypto/evp/p_lib.c.
2006-07-02 Dr. Stephen Hensondsa_pub_cmp() doesn't need to check parameters because...
2006-07-02 Dr. Stephen HensonMake return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_...
2006-07-02 Andy PolyakovPrepare playground for AES experimental code.
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
2006-06-28 Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-28 Andy PolyakovMitigate the hazard of cache-collision timing attack...
2006-06-28 Andy PolyakovMitigate the hazard of cache-collision timing attack...
2006-06-28 Andy PolyakovMitigate cache-collision timing attack on last round.
2006-06-27 Dr. Stephen HensonFix EVP_PKEY_CTX_dup() to return correct value and...
2006-06-27 Richard LevitteUse poll() when possible to gather Unix randomness...
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
2006-06-16 Bodo Mölleranother thread-safety fix
2006-06-14 Bodo MöllerThread-safety fixes
2006-06-12 Richard LevitteKeep synchronised with Unix
2006-06-11 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-10 Richard LevitteKeep synchronised with the Unix build
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-06 Dr. Stephen HensonOutput MIME parameter micalg according to RFC3851 and...
2006-06-06 Dr. Stephen HensonAdd AES and GOST S/MIME capabilities if algorithms...
2006-06-05 Andy PolyakovFix obvious typo.
2006-06-05 Dr. Stephen HensonClarify comment and add #ifdef.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
next