]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-03-11  Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-11  Richard LevitteMove Configurations* out of the way and rename them.
2015-03-11  Matt CaswellCleanse buffers
2015-03-10  Emilia KasperHarmonize return values in dtls1_buffer_record
2015-03-10  Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-10  Matt CaswellPrevent handshake with unseeded PRNG
2015-03-09  Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-09  Dr. Stephen... update ordinals
2015-03-09  David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
2015-03-09  Matt CaswellFix DTLS1_BAD_VER regression
2015-03-08  Dr. Stephen... Cleanse PKCS#8 private key components.
2015-03-08  Dr. Stephen... Additional CMS documentation.
2015-03-08  Andy PolyakovARMv4 assembly pack: add Cortex-A15 performance data.
2015-03-08  Viktor SzakatsGitHub 237: Use https for IETF links
2015-03-06  Matt Caswellmake errors
2015-03-06  Matt CaswellUpdate mkerr.pl for new format
2015-03-06  Richard Levitteupdate TABLE
2015-03-06  Richard LevitteCleanup spaces
2015-03-05  Richard LevitteCatch up the VMS build.
2015-03-05  Dr. Stephen... Make STACK_OF opaque.
2015-03-05  Dr. Stephen... update ordinals
2015-03-05  Dr. Stephen... Make OCSP structures opaque.
2015-03-05  Kurt CancemiUse constants not numbers
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-03-04  Dr. Stephen... add RIPEMD160 whirlpool tests
2015-03-02  Dr. Stephen... Check public key is not NULL.
2015-03-02  Dr. Stephen... Fix format script.
2015-03-02  Rich SalzCleanup some doc files
2015-03-01  Rich SalzRemove experimental 56bit export ciphers
2015-02-27  Matt CaswellFix d2i_SSL_SESSION for DTLS1_BAD_VER
2015-02-27  Matt CaswellFixed missing return value checks.
2015-02-27  Matt CaswellFix missing return value checks.
2015-02-27  Dr. Stephen... reformat evp_test.c
2015-02-27  Dr. Stephen... Add OCB support and test vectors for evp_test.
2015-02-27  Dr. Stephen... Skip unsupported digests in evp_test
2015-02-27  Dr. Stephen... add MD4 test data
2015-02-27  Dr. Stephen... Skip unsupported ciphers in evp_test.
2015-02-27  Dr. Stephen... Make OpenSSL compile with no-rc4
2015-02-27  Dr. Stephen... Add algorithm skip support.
2015-02-26  Matt CaswellFix evp_extra_test.c with no-ec
2015-02-26  Matt CaswellRemove NETSCAPE_HANG_BUG
2015-02-26  Matt CaswellRemoved support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_...
2015-02-25  Matt CaswellUpdate the SHA* documentation
2015-02-25  Rainer JungFix NAME section of d2i_ECPKParameters to prevent broke...
2015-02-25  Matt CaswellFix some minor documentation issues
2015-02-25  Matt CaswellRemove pointless free, and use preferred way of calling...
2015-02-25  Matt CaswellAdd dire warnings about the "reuse" capability of the...
2015-02-25  Matt CaswellProvide documentation for i2d_ECPrivateKey and d2i_ECPr...
2015-02-25  Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-25  Matt CaswellImport evp_test.c from BoringSSL. Unfortunately we...
2015-02-25  Matt CaswellAdd documentation for the -no_alt_chains option for...
2015-02-25  Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-02-25  Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-02-25  Matt CaswellIn certain situations the server provided certificate...
2015-02-24  Rich SalzRemove CVS filtering from find targets
2015-02-24  Rich SalzMove build config table to separate files.
2015-02-24  Dr. Stephen... Document -no_explicit
2015-02-24  Andy PolyakovFix crash in SPARC T4 XTS.
2015-02-24  Andy Polyakovaes/asm/bsaes-armv7: fix kernel-side XTS and harmonize...
2015-02-24  Dr. Stephen... Don't set no_protocol if -tls1 selected.
2015-02-22  Andy Polyakovperlasm/x86masm.pl: make it work.
2015-02-22  Andy Polyakovsha/asm/sha1-586.pl: fix typo.
2015-02-22  Andy Polyakovevp/evp_test.c: avoid crashes when referencing uninitia...
2015-02-22  Dr. Stephen... typo
2015-02-22  Edgar PekFix null-pointer dereference
2015-02-22  Kurt RoeckxFix memory leak
2015-02-22  Doug HoganAvoid a double-free in an error path.
2015-02-22  Richard LevitteRestore -DTERMIO/-DTERMIOS on Windows platforms.
2015-02-21  Richard LevitteAssume TERMIOS is default, remove TERMIO on all Linux.
2015-02-21  Dr. Stephen... Add additional EC documentation.
2015-02-19  Dr. Stephen... Use named curve parameter encoding by default.
2015-02-14  Dr. Stephen... More RSA tests.
2015-02-13  Dr. Stephen... remove unused method declaration
2015-02-13  Dr. Stephen... size_t for buffer functions.
2015-02-13  Dr. Stephen... Add leak detection, fix leaks.
2015-02-13  Dr. Stephen... Add EVP_PKEY test data.
2015-02-13  Dr. Stephen... EVP_PKEY support for evp_test
2015-02-13  Dr. Stephen... Add CMAC test data.
2015-02-13  Dr. Stephen... Add HMAC test data.
2015-02-13  Dr. Stephen... MAC support for evp_test
2015-02-13  Dr. Stephen... New macro to set mac key.
2015-02-13  Dr. Stephen... Return error code is any tests fail.
2015-02-13  Richard LevitteTransfer a fix from 1.0.1
2015-02-12  Rich SalzRT937: Enable pilotAttributeType uniqueIdentifier
2015-02-12  Andy Polyakovevp/evp.h: add missing camellia-ctr declarations.
2015-02-12  Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-02-12  Clang via Jeffrey... RT3684: rand_egd needs stddef.h
2015-02-12  Eric DequinMissing OPENSSL_free on error path.
2015-02-11  Andy PolyakovEngage ecp_nistz256-armv4 module.
2015-02-11  Andy PolyakovAdd ec/asm/ecp_nistz256-armv4.pl module.
2015-02-11  Andy PolyakovAdd Camellia CTR mode.
2015-02-11  Andy PolyakovAdd more Camellia OIDs.
2015-02-10  Matt CaswellAdd SSL_SESSION_get0_ticket API function.
2015-02-10  Matt CaswellCorrect reading back of tlsext_tick_lifetime_hint from...
2015-02-10  Matt CaswellProvide the API functions SSL_SESSION_has_ticket and
2015-02-10  Matt CaswellMake tlsext_tick_lifetime_hint an unsigned long (from...
2015-02-10  Andy Polyakovec/ecp_nistz256.c: fix compiler warnings.
2015-02-10  Andy PolyakovConfigure: disable warning C4090 in Windows builds.
2015-02-10  Andy Polyakovec/asm/ecp_nistz256-x86.pl: fix typos (error shows...
2015-02-10  Dr. Stephen... New evp_test updates.
next