openssl.git
2006-09-21 Dr. Stephen... Compile in gost engine.
2006-09-21 Dr. Stephen... Updated version of gost engine.
2006-09-21 Dr. Stephen... Do CRL method init after other operations.
2006-09-21 Dr. Stephen... Tidy up CRL handling by checking for critical extension...
2006-09-18 Andy PolyakovBuild error on non-unix.
2006-09-18 Andy PolyakovRace condition in ms/uplink.c.
2006-09-18 Andy PolyakovAs x86ms.pl is out, remove do_masm.bat and mention...
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... Overhaul of by_dir code to handle dynamic loading of...
2006-09-17 Dr. Stephen... GOST public key algorithm ENGINE donated to the OpenSSL...
2006-09-14 Dr. Stephen... Support for AKID in CRLs and partial support for IDP...
2006-09-13 Dr. Stephen... Update docs.
2006-09-12 Bodo MöllerUpdate
2006-09-11 Dr. Stephen... Fixes for new CRL/cert callbacks. Update CRL processing...
2006-09-11 Bodo Möllerensure that ciphersuite strings such as "RC4-MD5" match...
2006-09-10 Dr. Stephen... Add 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 Dr. Stephen... Additional detail.
2006-09-06 Bodo Möllerupdate information on "current version" ...
2006-09-06 Dr. Stephen... Add an FAQ.
2006-09-06 Bodo MöllerRemove non-functional part of recent patch, after discu...
2006-09-06 Bodo MöllerMake consistent with 0.9.8-branch version of this file
2006-09-06 Bodo MöllerEvery change so far that is in the 0.9.8 branch is...
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... Kill more C++ comments.
2006-08-31 Dr. Stephen... Fix C++ style comments, change assert to OPENSSL_assert...
2006-08-31 Dr. Stephen... Fix 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-20 Richard LevitteAccording to documentation, including time.h declares...
2006-08-20 Richard LevitteCorrect warnings about signedness.
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-05 Ulf MöllerCorrect punctuation.
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-08-01 Andy PolyakovReal Bourne shell doesn't interpret ==, but =.
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-31 Bodo MöllerCamellia IPR information
2006-07-25 Dr. Stephen... Support for multiple CRLs with same issuer name in...
2006-07-24 Dr. Stephen... Cache some CRL related extensions.
2006-07-21 Dr. Stephen... Avoid warning.
2006-07-21 Dr. Stephen... Avoid WIN32 warning.
2006-07-21 Dr. Stephen... Avoid warnings.
2006-07-20 Dr. Stephen... Use correct pointer types for various functions.
2006-07-19 Bodo MöllerNew Camellia implementation (replacing previous version)
2006-07-19 Bodo MöllerCamellia information
2006-07-18 Dr. Stephen... Store canonical encodings of Name structures. Update...
2006-07-18 Andy PolyakovReimplement outer rounds as "compact" in x86 assembler...
2006-07-17 Dr. Stephen... WIN32 fixes signed/unsigned issues and slightly socket...
2006-07-17 Dr. Stephen... Update .cvsignore again.
2006-07-17 Dr. Stephen... Update .cvsignore
2006-07-17 Dr. Stephen... Fix various error codes to match functions.
2006-07-17 Dr. Stephen... Add -timeout option to ocsp utility.
2006-07-17 Dr. Stephen... New non-blocking OCSP functionality.
2006-07-14 Andy PolyakovAdd option for "compact" rounds to aes_x86core.c. ...
2006-07-13 Dr. Stephen... There is should be no need to rewind the input stream...
2006-07-12 Dr. Stephen... In genpkey, also look for algorithm string name in...
2006-07-12 Dr. Stephen... Bugfix: don't look in internal table for signature...
2006-07-12 Dr. Stephen... Typo.
2006-07-12 Dr. Stephen... New docs for EVP_Digest{Sign,Verify}*() function. Updat...
2006-07-10 Dr. Stephen... Add docs for pkeyparam. Update some existing docs.
2006-07-10 Dr. Stephen... Update some usage messages.
2006-07-10 Dr. Stephen... make update
2006-07-10 Dr. Stephen... Allow digests to supply S/MIME micalg values from a...
2006-07-09 Dr. Stephen... New functions to add and free up application defined...
2006-07-09 Dr. Stephen... Set detached flag in PKCS7 structure earlier to avoid...
2006-07-09 Dr. Stephen... Public key comparison and printing routine functions.
2006-07-09 Dr. Stephen... EVP_PKEY_get_default_digest() manual page.
2006-07-09 Dr. Stephen... EVP_PKEY_CTX_ctrl() docs.
2006-07-09 Dr. Stephen... Update docs.
2006-07-09 Dr. Stephen... New functions to enumerate digests and ciphers.
2006-07-08 Dr. Stephen... Keygen docs.
2006-07-08 Dr. Stephen... EVP_PKEY_derive() docs.
2006-07-08 Dr. Stephen... Add some examples.
2006-07-08 Dr. Stephen... EVP_PKEY_verify() docs.
2006-07-08 Dr. Stephen... New docs.
2006-07-08 Dr. Stephen... Update docs.
2006-07-08 Dr. Stephen... Add some EVP_PKEY_METHOD docs.
2006-07-08 Dr. Stephen... Update docs with algorithm options.
2006-07-08 Dr. Stephen... Typo.
2006-07-08 Dr. Stephen... Initial docs for pkeyutl.
2006-07-08 Dr. Stephen... Docs for new utilities.
2006-07-07 Dr. Stephen... Add documentation for new smime options.
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... dsa_pub_cmp() doesn't need to check parameters because...
2006-07-02 Dr. Stephen... Make 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öllerdocumentation for "HIGH" vs. "MEDIUM" was not up-to...
next