Ensure that the addition mods[i]+delta cannot overflow in probable_prime().
[openssl.git] / crypto /
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.
2006-06-05 Andy PolyakovSync aes.h with cvs.openssl.org/chngview?cn=15336.
2006-06-05 Andy PolyakovReimplement AES_ofb128_encrypt.
2006-06-05 Andy PolyakovCorrect logical error in STRICT_ALIGNMENT check and...
2006-06-05 Andy PolyakovMinor ppc-xlate.pl update.
2006-06-05 Andy PolyakovAdd sha512-ppc.pl module.
2006-06-05 Andy PolyakovMinor sha1-ppc.pl update.
2006-06-04 Richard LevitteA few more ENGINE strings that need shortening.
2006-06-03 Richard LevitteSynchronise with Unix
2006-06-02 Dr. Stephen HensonMake update.
2006-06-02 Dr. Stephen HensonInitial public key ASN1 method engine support. Not...
2006-06-02 Dr. Stephen HensonAutomatically free up dynamically allocated public...
2006-06-02 Dr. Stephen HensonExtend default method string to include public key...
2006-06-02 Dr. Stephen HensonTypo.
2006-06-02 Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-06-01 Richard LevitteSynchronise with the Unixly build.
2006-06-01 Dr. Stephen HensonFix error code. make update
2006-06-01 Dr. Stephen HensonAdd missing prototype. Extend engine utility to print...
2006-06-01 Dr. Stephen HensonAdd engine table for EVP_PKEY_METHOD. Doesn't do much...
2006-05-31 Dr. Stephen HensonNew pkey functions for keygen callbacks and retrieving...
2006-05-30 Andy PolyakovTune up AES CFB. Performance improvement varies from...
2006-05-28 Richard LevitteDeal with another name that's longer than 31 characters.
2006-05-28 Richard Levitterslen is unsigned, so it can never go below 0.
2006-05-26 Dr. Stephen HensonFlush p7bio when all data has been copied.
2006-05-25 Dr. Stephen HensonAdd prototypes, update Win32 ordinals.
2006-05-25 Richard LevitteKeep in sync with Unix
2006-05-25 Dr. Stephen HensonUpdate EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonNew functions for enchanced digest sign/verify.
2006-05-24 Dr. Stephen HensonFix warnings.
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
next