]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2013-03-28  Dr. Stephen... Enable TLS 1.2 ciphers in DTLS 1.2.
2013-03-28  Dr. Stephen... Update fixed DH requirements.
2013-03-28  Dr. Stephen... DTLS 1.2 cached record support.
2013-03-26  Matt CaswellMake binary curve ASN.1 work in FIPS mode.
2013-03-26  Dr. Stephen... Provisional DTLS 1.2 support.
2013-03-26  Dr. Stephen... Remove versions test from dtls1_buffer_message
2013-03-26  Dr. Stephen... Extend DTLS method macros.
2013-03-26  Dr. Stephen... Enable various DTLS extensions.
2013-03-26  Andy Polyakovaesni-x86_64.pl: optimize CTR even further.
2013-03-24  Andy Polyakovghash-x86_64.pl: add AVX code path.
2013-03-19  Andy Polyakovaesni-x86_64.pl: optimize CTR even further.
2013-03-19  Andy Polyakovghash-x86_64.pl: minor optimization.
2013-03-19  Dr. Stephen... Disable compression for DTLS.
2013-03-19  Dr. Stephen... Typo.
2013-03-18  Andy Polyakove_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES...
2013-03-18  Dr. Stephen... Use enc_flags when deciding protocol variations.
2013-03-18  Dr. Stephen... Use appropriate versions of SSL3_ENC_METHOD
2013-03-18  Dr. Stephen... DTLS revision.
2013-03-18  Michael TuexenAvoid unnecessary fragmentation.
2013-03-18  Dr. Stephen... Encode INTEGER correctly.
2013-03-18  Dr. Stephen... Typo.
2013-03-11  Dr. Stephen... DTLS trace support.
2013-03-06  Andy Polyakovevptests.txt: additional GCM test vectors.
2013-03-06  Dr. Stephen... GCM and CCM test support
2013-03-06  Dr. Stephen... Add CCM ciphers to tables.
2013-03-06  Andy Polyakovghash-x86_64.pl: fix length handling bug.
2013-03-05  Dr. Stephen... typo
2013-03-05  Dr. Stephen... Initial CCM code.
2013-03-05  Ben LaurieUse CFLAG for LFLAGS instead of the nonexistent CFLAGS.
2013-03-05  Ben LaurieIgnore mk1mf.pl output directories.
2013-03-04  Ben LaurieRemove unused variable.
2013-03-04  Ben LaurieActually comment out the cpuid asm!
2013-03-04  Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-03-04  Dr. Stephen... Fix WIN32 build.
2013-03-04  Andy Polyakovx86cpuid.pl: make it work with older CPUs.
2013-03-04  Ben LaurieOnly copy headers if they've changed.
2013-03-04  Ben LaurieDon't make CPUID stuff twice.
2013-03-04  Ben LaurieHandle assembler files.
2013-03-04  Ben LaurieMissing MINFO generation.
2013-03-04  Ben LaurieOverride local vars for MINFO build.
2013-03-04  Ben LaurieAllow variables to be overridden on the command line.
2013-03-04  Ben LaurieTake the first definition of a variable.
2013-03-04  Ben LaurieUse "copy" instead of "auto".
2013-03-04  Ben LaurieRemove pointless diagnostic.
2013-03-04  Ben LauriePreserve the C compiler.
2013-03-04  Ben LaurieInherit CFLAGS when plaform is "auto".
2013-03-04  Ben LaurieInclude correctly.
2013-03-04  Ben LaurieRemove empty command.
2013-03-04  Ben LaurieSpelling.
2013-03-04  Ben LaurieAdd dependency on destination directory.
2013-03-04  Ben LaurieSpelling.
2013-03-04  Ben LaurieAdd reallyclean target.
2013-03-01  Andy Polyakovx86_64-gf2m.pl: fix typo.
2013-03-01  Andy Polyakovx86_64-gf2m.pl: add missing Windows build fix for ...
2013-02-26  Ben LaurieIgnore MINFO.
2013-02-26  Ben LaurieMissing files target.
2013-02-26  Dr. Stephen... Add function CMS_RecipientInfo_encrypt
2013-02-26  Dr. Stephen... Fix error codes.
2013-02-26  Dr. Stephen... Demo code for SSL_CONF API
2013-02-26  Dr. Stephen... Update SSL_CONF docs.
2013-02-21  Ben LaurieFix ignored return value warnings.
2013-02-21  Ben Lauriemake depend.
2013-02-15  Nick AlcockFix POD errors to stop make install_docs dying with...
2013-02-15  Andy Polyakovsha256-586.pl: code refresh.
2013-02-14  Andy Polyakovsha1-586.pl: code refresh.
2013-02-14  Andy Polyakovghash-x86[_64].pl: code refresh.
2013-02-14  Andy Polyakov[aesni-]sha1-x86_64.pl: code refresh.
2013-02-14  Andy Polyakovsha512-x86_64.pl: add AVX2 code path.
2013-02-14  Andy Polyakovbn_nist.c: work around clang 3.0 bug.
2013-02-12  Dr. Stephen... Upate FAQ.
2013-02-12  David WoodhouseCheck DTLS_BAD_VER for version number.
2013-02-11  Dr. Stephen... Fix in ssltest is no-ssl2 configured
2013-02-11  Dr. Stephen... update FAQ
2013-02-11  Lutz JaenickeFAQ/README: we are now using Git instead of CVS
2013-02-11  Andy Polyakovsparccpuid.S: work around emulator bug on T1.
2013-02-08  Andy Polyakovs3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
2013-02-08  Andy Polyakovs3_cbc.c: get rid of expensive divisions.
2013-02-08  Andy Polyakovs3_cbc.c: fix warning [in Windows build].
2013-02-08  Andy Polyakove_aes_cbc_hmac_sha1.c: align calculated MAC at cache...
2013-02-08  Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06  Adam LangleyFix for EXP-RC2-CBC-MD5
2013-02-06  Andy Polyakove_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC...
2013-02-06  Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2013-02-06  Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06  Dr. Stephen... Don't access EVP_MD_CTX internals directly.
2013-02-06  Andy Polyakovs3/s3_cbc.c: allow for compilations with NO_SHA256...
2013-02-06  Andy Polyakovssl/s3_cbc.c: md_state alignment portability fix.
2013-02-06  Andy Polyakovssl/s3_cbc.c: uint64_t portability fix.
2013-02-06  Dr. Stephen... typo.
2013-02-06  Dr. Stephen... Add ordinal for CRYPTO_memcmp: since this will affect...
2013-02-06  Dr. Stephen... Timing fix mitigation for FIPS mode.
2013-02-06  Ben LaurieOops. Add missing file.
2013-02-06  Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06  Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06  Ben LaurieMake CBC decoding constant time.
2013-02-06  Ben LaurieAdd and use a constant-time memcmp.
2013-02-04  Dr. Stephen... Fix for trace code: SSL3 doesn't include a length value for
2013-02-02  Andy Polyakovx86_64 assembly pack: keep making Windows build more...
2013-01-24  Dr. Stephen... Don't use C++ style comments.
2013-01-24  Dr. Stephen... Fix warning: lenmax isn't used any more.
next