]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2014-06-22  Matt CaswellRevert "Fix off-by-one errors in ssl_cipher_get_evp()"
2014-06-22  Matt CaswellFixed Windows compilation failure
2014-06-18  Richard LevitteMake sure test/tests.com exit gracefully, even when...
2014-06-18  Richard LevitteAdjust VMS build to Unix build. Most of all, make...
2014-06-17  Felix Laurie... Fix signed/unsigned comparisons.
2014-06-17  Felix Laurie... Fix shadow declaration.
2014-06-17  Richard LevitteRemove unused DANE macros. This should be the last...
2014-06-16  Richard LevitteDCL doesn't do well with empty lines, or lines starting...
2014-06-16  Richard LevitteSpaces were added in some strings for better readabilit...
2014-06-16  Andy Polyakovaesni-sha[1|256]-x86_64.pl: fix logical error and MacOS...
2014-06-14  Viktor DukhovniEnforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-only
2014-06-14  Dr. Stephen... Accept CCS after sending finished.
2014-06-14  Andy Polyakovevp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
2014-06-14  Richard LevitteAdjust VMS build files to the Unix ones
2014-06-14  Richard LevitteMake sure that disabling the MAYLOSEDATA3 warning is...
2014-06-14  Richard LevitteUpdate the VMS tests according to the latest unixly...
2014-06-14  Andy Polyakovaesni-sha256-x86_64.pl: add missing rex in shaext.
2014-06-14  Andy Polyakovsha1-x86_64.pl: add missing rex prefix in shaext.
2014-06-13  Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-06-13  Matt CaswellRevert "Fixed incorrect return code handling in ssl3_fi...
2014-06-12  Viktor DukhovniClient-side namecheck wildcards.
2014-06-12  Kurt CancemiFix off-by-one errors in ssl_cipher_get_evp()
2014-06-12  Andy PolyakovFacilitate back-porting of AESNI and SHA modules.
2014-06-12  Matt CaswellAdded OPENSSL_assert check as per PR#3377 reported...
2014-06-12  Dr. Stephen... remove some more DANE code
2014-06-12  Dr. Stephen... make update
2014-06-12  Dr. Stephen... Fix Windows build.
2014-06-12  Dr. Stephen... Remove unimplemented functions.
2014-06-12  Richard LevitteUpdate the VMS build according to the latest unixly...
2014-06-12  Richard LevitteThe 1.0.2 cms-test.pl had some changes that don't quite...
2014-06-12  Richard LevitteBring in the 1.0.1g to 1.0.1h changes into CHANGES.
2014-06-12  Richard LevitteSmall cleanup, double entry in CHANGES.
2014-06-11  Andy PolyakovEnable multi-block support by default.
2014-06-11  Dr. Stephen... Fix compilation with no-comp
2014-06-11  Andy Polyakovghash-x86_64.pl: optimize for upcoming Atom.
2014-06-11  Andy PolyakovAdd support for Intel SHA extension.
2014-06-10  Rob StradlingSeparate the SCT List parser from the SCT List viewer
2014-06-10  Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-06-10  Andy PolyakovEngage GHASH for ARMv8.
2014-06-10  Andy PolyakovAdd GHASH for ARMv8 Crypto Extension.
2014-06-10  Andy PolyakovEngage ARMv8 AES support [from HEAD].
2014-06-10  Andy PolyakovAdd AES module for ARMv8 Crypto Extension [from HEAD].
2014-06-10  Andy Polyakovsha[1|512]-armv8.pl: get instruction endianness right.
2014-06-10  Andy Polyakovlinux-aarch64: engage SHA modules.
2014-06-10  Andy PolyakovAdd SHA for ARMv8.
2014-06-10  Andy PolyakovAdd linux-aarch64 taget.
2014-06-10  Andy Polyakovaesni-mb-x86_64.pl: add Win64 SEH.
2014-06-10  Andy PolyakovARM assembly pack: get ARMv7 instruction endianness...
2014-06-10  Andy Polyakovarmv4cpuid.S: switch to CNTVCT tick counter.
2014-06-10  Andy Polyakovsha[1|256]-armv4: harmonize with arm_arch.h.
2014-06-10  Andy Polyakovsha/asm/sha1-armv4-large.pl: add NEON and ARMv8 code...
2014-06-10  Andy Polyakovcrypto/armcap.c: detect ARMv8 capabilities [in 32-bit...
2014-06-10  Hubert Kariobackport changes to ciphers(1) man page
2014-06-10  Mike BlandCreate test/testutil.h for unit test helper macros
2014-06-10  Dr. Stephen... Remove experimental DANE code.
2014-06-10  Dr. Stephen... Fix null pointer errors.
2014-06-09  Dr. Stephen... SRP ciphersuite correction.
2014-06-09  Dr. Stephen... Update strength_bits for 3DES.
2014-06-08  Kurt RoeckxLink heartbeat_test with the static version of the...
2014-06-08  Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-06-07  Dr. Stephen... Make tls_session_secret_cb work with CVE-2014-0224...
2014-06-07  Dr. Stephen... Update NEWS.
2014-06-07  Matt CaswellFixed minor duplication in docs
2014-06-05  Dr. Stephen... Fix for CVE-2014-0195
2014-06-05  Dr. Stephen... Fix for CVE-2014-0224
2014-06-05  Dr. Stephen... Additional CVE-2014-0224 protection.
2014-06-05  Dr. Stephen... Fix CVE-2014-0221
2014-06-05  Dr. Stephen... Fix CVE-2014-3470
2014-06-03  Libor KrystekCorrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lc...
2014-06-02  David BenjaminCheck there is enough room for extension.
2014-06-02  zhu qun-yingFree up s->d1->buffered_app_data.q properly.
2014-06-02  Dr. Stephen... Allow reordering of certificates when signing.
2014-06-02  Sami FarinTypo: set i to -1 before goto.
2014-06-01  Matt CaswellAdded SSLErr call for internal error in dtls1_buffer_record
2014-06-01  David RamosDelays the queue insertion until after the ssl3_setup_b...
2014-06-01  Dr. Stephen... Recognise padding extension.
2014-06-01  Dr. Stephen... Option to disable padding extension.
2014-06-01  Dr. Stephen... Set default global mask to UTF8 only.
2014-06-01  David RamosAllocate extra space when NETSCAPE_HANG_BUG defined.
2014-06-01  David RamosInitialise alg.
2014-05-30  Dr. Stephen... Use correct digest when exporting keying material.
2014-05-30  Dr. Stephen... Don't compile heartbeat test code on Windows (for now).
2014-05-29  Dr. Stephen... Set version number correctly.
2014-05-29  František BořánekFix memory leak.
2014-05-29  Martin Kaiserremove duplicate 0x for default RSASSA-PSS salt len
2014-05-25  Matt CaswellFixed error in args for SSL_set_msg_callback and SSL_se...
2014-05-24  Ben LaurieOnly copy opensslconf.h at init time.
2014-05-23  Andy Polyakovvpaes-ppc.pl: comply with ABI.
2014-05-22  Mike BlandFix heartbeat_test for -DOPENSSL_NO_HEARTBEATS
2014-05-22  Ben LaurieCheck length first in BUF_strnlen().
2014-05-21  Matt CaswellFixed minor copy&paste error, and stray space causing...
2014-05-21  Matt CaswellFixed unterminated B tag, causing build to fail with...
2014-05-21  Ben LaurieRemove redundant test.
2014-05-21  Ben LaurieImplement BUF_strnlen() and use it instead of strlen().
2014-05-21  Viktor DukhovniFixes to host checking.
2014-05-21  Dr. Stephen... Fix for PKCS12_create if no-rc2 specified.
2014-05-21  Dr. Stephen... Change default cipher in smime app to des3.
2014-05-20  Ben LaurieFix signed/unsigned warning.
2014-05-20  Ben LaurieDon't allocate more than is needed in BUF_strndup().
2014-05-20  Dr. Stephen... For portability use BUF_strndup instead of strndup.
next