]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2013-08-05  Dr. Stephen... Algorithm parameter support.
2013-08-03  Andy Polyakovcrypto/evp/e_aes.c: fix logical pre-processor bug and...
2013-08-03  Andy Polyakovcrypto/bn/asm/rsax-x86_64.pl: make it work on Darwin.
2013-07-31  Andy Polyakovcrypto/sha/asm/sha*-x86_64.pl: comply with Win64 ABI.
2013-07-31  Trevor PerrinVarious custom extension fixes.
2013-07-22  Adam LangleyAdd tests for ALPN functionality.
2013-07-22  Ben LaurieAdd a no-opt 64-bit target.
2013-07-22  Adam LangleySupport ALPN.
2013-07-19  Dr. Stephen... Make ecdsatest work with nonces.
2013-07-19  Dr. Stephen... Temporarily disable ECDSA test.
2013-07-17  Dr. Stephen... New CMS tests.
2013-07-17  Dr. Stephen... Scripts to recreate S/MIME test certificates.
2013-07-17  Dr. Stephen... Custom key wrap option for cms utility.
2013-07-17  Dr. Stephen... Return correct enveloped data type in ASN1 methods.
2013-07-17  Dr. Stephen... Add support for ECDH KARI.
2013-07-17  Dr. Stephen... Add support for X9.62 KDF.
2013-07-17  Dr. Stephen... Add new OIDs from RFC5753
2013-07-17  Dr. Stephen... CMS support for key agreeement recipient info.
2013-07-17  Dr. Stephen... Set CMS EnvelopedData version correctly.
2013-07-17  Dr. Stephen... EVP support for wrapping algorithms.
2013-07-17  Dr. Stephen... Typo.
2013-07-17  Dr. Stephen... Avoid need to change function code.
2013-07-15  Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-07-12  Andy Polyakovbn/asm/rsaz-avx2.pl: Windows-specific fix.
2013-07-12  Dr. Stephen... Fix verify loop with CRL checking.
2013-07-12  Ben LaurieClarify FIXME.
2013-07-12  Ben LaurieNote non-export of CC.
2013-07-12  Ben LaurieSupport new rsaz asm stuff.
2013-07-12  Ben Lauries/rsaz_eligible/rsaz_avx2_eligible/.
2013-07-10  Andy Polyakovsha512-586.pl: fix typo.
2013-07-05  Andy PolyakovRemove RSAX engine, superseded by RSAZ module.
2013-07-05  Andy PolyakovTake RSAZ modules into build loop, add glue and engage.
2013-07-05  Andy PolyakovAdd RSAZ assembly modules.
2013-07-05  Andy Polyakovbn/asm/x86_86-mont.pl: optimize reduction for Intel...
2013-07-05  Andy Polyakovbn/bn_exp.c: harmonize.
2013-07-04  Jeff WaltonFix multiple cosmetic typos.
2013-07-02  Dr. Stephen... Initialise CMS signature buffer length properly.
2013-06-30  Andy Polyakovconfig: fix executable format detection on latest FreeBSD.
2013-06-30  Andy Polyakovbn/bn_exp.c: Solaris-specific fix, T4 MONTMUL relies...
2013-06-30  Andy Polyakovx86_64-xlate.pl: Windows fixes.
2013-06-30  Andy Polyakovaesni-sha256-x86_64.pl: fix typo in Windows SEH.
2013-06-28  TrevorCosmetic touchups.
2013-06-28  Dr. Stephen... Fix duplicate error code.
2013-06-21  Dr. Stephen... Update CHANGES
2013-06-21  Dr. Stephen... Update cms docs.
2013-06-21  Dr. Stephen... Add new CMS tests.
2013-06-21  Dr. Stephen... Add -keyopt option to cms utility.
2013-06-21  Dr. Stephen... CMS RSA-OAEP and RSA-PSS support.
2013-06-21  Dr. Stephen... CMS public key parameter support.
2013-06-21  Dr. Stephen... Update to OAEP support.
2013-06-21  Dr. Stephen... Add control to retrieve signature MD.
2013-06-21  Dr. Stephen... Add new OID to pSpecified from PKCS#1
2013-06-18  TrevorCleanup of custom extension stuff.
2013-06-18  Andy PolyakovSPARC T4 DES support: fix typo.
2013-06-18  Andy PolyakovOptimize SPARC T4 MONTMUL support.
2013-06-18  Andy PolyakovPA-RISC assembler pack: switch to bve in 64-bit builds.
2013-06-13  Adam LangleyAdd secure DSA nonce flag.
2013-06-13  Adam LangleyLimit the number of empty records that will be processe...
2013-06-13  Adam LangleyDon't SEGFAULT when trying to export a public DSA key...
2013-06-13  Adam LangleyThis change alters the processing of invalid, RSA pre...
2013-06-13  Ben LaurieIgnore one-makefile stuff.
2013-06-12  Matt CaswellDocument updates from wiki.
2013-06-12  Dr. Stephen... Exetended OAEP support.
2013-06-12  Dr. Stephen... Typo.
2013-06-12  TrevorAdd support for arbitrary TLS extensions.
2013-06-12  Ben LaurieAdd aesni-sha256-x86_64.
2013-06-10  Andy Polyakovaesni-sha1-x86_64.pl: update performance data.
2013-06-10  Andy Polyakovaesni-sha256-x86_64.pl: harmonize with latest sha512...
2013-06-10  Andy Polyakovsha1-x86_64.pl: add AVX2+BMI code path.
2013-06-10  Andy Polyakovsha512-x86_64.pl: upcoming-Atom-specific optimization.
2013-06-10  Andy Polyakovsha[256|512]-586.pl: add more SIMD code paths.
2013-06-10  Andy Polyakovghash-x86_64.pl: add Haswell performance data.
2013-06-10  Andy Polyakovx86cpuid.pl: fix extended feature flags detection.
2013-06-05  Dr. Stephen... Fix PSS signature printing.
2013-06-05  Dr. Stephen... Reencode with X509_CRL_ctx_sign too.
2013-06-04  Adam LangleyEnsure that, when generating small primes, the result...
2013-06-04  Adam LangleyEnsure that x**0 mod 1 = 0.
2013-06-04  Adam LangleyAdd volatile qualifications to two blocks of inline...
2013-06-04  Ben LaurieRemove added ;.
2013-06-04  Ben LaurieMissing prototypes.
2013-06-01  Andy Polyakovcrypto/bn/bn_exp.c: SPARC portability fix.
2013-05-25  Andy Polyakovaesni-x86_64.pl: optimize XTS.
2013-05-25  Andy Polyakovaesni-sha1-x86_64.pl: Atom-specific optimization.
2013-05-25  Andy Polyakovsha512-x86_64.pl: +16% optimization for Atom.
2013-05-25  Andy Polyakovvpaes-x86[_64].pl: minor Atom-specific optimization.
2013-05-13  Andy PolyakovAdd AES-SHA256 stitch.
2013-05-13  Andy Polyakovx86_64-xlate.pl: minor size/performance improvement.
2013-05-13  Andy Polyakovaesni-x86_64.pl: minor CTR performance improvement.
2013-05-05  Ben LaurieTests pass!
2013-05-05  Ben LaurieUgly hack to avoid recompiling the same thing multiple...
2013-05-02  Dr. Stephen... Reencode certificates in X509_sign_ctx.
2013-04-23  Andy Polyakovbsaes-armv7.pl: add bsaes_cbc_encrypt and bsaes_ctr32_e...
2013-04-23  Andy Polyakovbsaes-armv7.pl: take it into build loop.
2013-04-14  Dr. Stephen... Typo.
2013-04-13  Andy PolyakovFix Windows linking error in GOST test case.
2013-04-13  Andy Polyakovcrypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on...
2013-04-09  Dr. Stephen... Suite B support for DTLS 1.2
2013-04-09  Dr. Stephen... Always return errors in ssl3_get_client_hello
2013-04-09  Dr. Stephen... Dual DTLS version methods.
2013-04-08  Dr. Stephen... Set s->d1 to NULL after freeing it.
next