]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-09-19  Richard LevitteMake sure to actually use @smime_cms_comp_test when...
2015-09-19  Matt CaswellFix some test failures when Configured with zlib
2015-09-19  Dr. Stephen... Print out a list of disabled features.
2015-09-19  Dr. Stephen... Return shared OIDs when decoding.
2015-09-19  Viktor DukhovniFix indentation
2015-09-18  Richard LevitteCheck if test_rehash is run as root
2015-09-18  Emilia KasperRemove PACKET_back
2015-09-17  Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-17  Emilia Kasperbase64 decode: check for high bit
2015-09-17  Emilia KasperRT3757: base64 encoding bugs
2015-09-17  Emilia KasperRemove PACKET_(get|goto)_bookmark
2015-09-17  Dr. Stephen... Embed various signature algorithms.
2015-09-17  Rich SalzRT4033: Use OPENSSL_SYS_UNIX not "unix"
2015-09-17  Filipe DA SILVART4047: Set reference count earlier
2015-09-17  Emilia KasperDisentangle RSA premaster secret parsing
2015-09-16  Dr. Stephen... Embed X509_REQ_INFO
2015-09-16  Dr. Stephen... Embed X509_CINF
2015-09-16  Dr. Stephen... X509_CRL_INFO embed
2015-09-16  Dr. Stephen... Change X509_VAL in X509 structure to embedded.
2015-09-16  Dr. Stephen... New ASN.1 embed macro.
2015-09-16  Alessandro... Fix build on mingw
2015-09-16  Kurt RoeckxFix return values when adding serverinfo fails.
2015-09-16  Matt Caswellmake update
2015-09-15  Richard LevitteExtend the notes on how to do testing
2015-09-15  Richard LevitteAdd a method to list available tests
2015-09-15  Richard LevitteAdd a few notes on perl
2015-09-14  Kurt Roeckxd2i: don't update input pointer on failure
2015-09-14  Dr. Stephen... Fix PSK identity hint handling.
2015-09-12  Dr. Stephen... Constify ECDSA_METHOD_new.
2015-09-11  Dr. Stephen... Fix zlib CMS compilation.
2015-09-11  Dr. Stephen... Use default field separator.
2015-09-11  Dr. Stephen... Fix "defined but not used" warnings.
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-10  Rich SalzUnwriteable directories are errors
2015-09-10  Dr. Stephen... EVP_PKEY_METHOD accessor functions.
2015-09-10  Emilia KasperRT3754: check for NULL pointer
2015-09-10  Emilia KasperRestore SSLerr on PACKET_strndup failure.
2015-09-09  David WoodhouseRT3992: Make SCT #ifdeffable.
2015-09-09  Richard LevitteAdd a simple test for the new rehash command
2015-09-09  Richard LevitteMake sure the temporary error log resides in a well...
2015-09-09  Dr. Stephen... Fix warning about mixed declarations and code.
2015-09-09  Emilia KasperPACKET: add PACKET_memdup and PACKET_strndup
2015-09-09  David WoodhouseRT3993: Fix error found by VS2008
2015-09-09  David WoodhouseRT3969: Add OPENSSL_SYS_UEFI
2015-09-08  Rich SalzFix rehash/c_rehash doc and behavior.
2015-09-08  Ben LaurieFix uninit warning. Remove unnecessary casts. Nothing...
2015-09-08  Rich Salzadd support for apple os/x
2015-09-08  Richard LevitteFix a few tests that depended on the wrong algorithm...
2015-09-07  Richard LevitteAdjust the general fill-column in doc/dir-locals.example.el
2015-09-07  Richard LevitteAdjust the verify_extra test recipe to its executable
2015-09-07  Rich SalzGH391: Apple port
2015-09-07  Richard LevitteMake sure that 80-test_ca.t finds all the config files
2015-09-07  Richard LevitteAdd a recipe for the new null pointer test
2015-09-07  Richard LevitteChange the 80-test_tsa recipe as per changes in testtsa
2015-09-07  Richard LevitteAdd a recipe for the new pbelu test
2015-09-07  Richard LevitteRemake the testsslproxy tests
2015-09-07  Richard LevitteSmall fix in OpenSSL::Test
2015-09-07  Richard LevitteIncorporate recent changes that were originally made...
2015-09-07  Richard LevitteAdd documentation for the new testing framework
2015-09-07  Richard LevitteAdd a recipe for the new gmdiff test
2015-09-07  Richard LevitteCorrect test name
2015-09-07  Richard LevitteRemake test/sslsessionticktest.pl into a recipe
2015-09-07  Richard LevitteAdapt the libssl test harness testing scripts to new...
2015-09-07  Richard LevitteCheck the validity of MINFO
2015-09-07  Richard LevitteBetter method of skipping all the tests in 00-check_tes...
2015-09-07  Richard LevitteRemove special x509 test conversions
2015-09-07  Richard LevitteAdd a few missing tests
2015-09-07  Richard LevittePush the line buffer filter on the out BIO on VMS
2015-09-07  Richard LevitteRework 00-test_checkexes.t for VMS
2015-09-07  Richard LevitteDocument OpenSSL::Test and OpenSSL::Test::Simple
2015-09-07  Richard LevitteChange OpenSSL::Test to be an extension of Test::More
2015-09-07  Richard LevitteNew feature: STOPTEST
2015-09-07  Richard LevitteAdd version numbers on some modules we use.
2015-09-07  Richard LevitteHave 'make clean' clean away the log files.
2015-09-07  Richard LevitteTone down the requirements of a test that will go away.
2015-09-07  Richard LevitteRemove old testing scripts out of the way.
2015-09-07  Richard LevitteAdapt mk1mf.pl and helpers to the new testing framework.
2015-09-07  Richard LevitteSimplify very simple test recipes further.
2015-09-07  Richard LevitteRemove test targets from Makefile, have it use run_tests.pl
2015-09-07  Richard LevitteIgnore the log files
2015-09-07  Richard LevitteAdd recipes for misc other things we want to test
2015-09-07  Richard LevitteAdd recipes for the larger protocols
2015-09-07  Richard LevitteAdd engine and evp test recipes.
2015-09-07  Richard LevitteAdd recipes for tests related to certificates
2015-09-07  Richard LevitteAdd asymetric cipher test recipes
2015-09-07  Richard LevitteAdd a helper script for key file format conversion...
2015-09-07  Richard LevitteAdd the encryption test recipe
2015-09-07  Richard LevitteAdd recipes for individual block ciphers, stream cipher...
2015-09-07  Richard LevitteAdd math tests recipes
2015-09-07  Richard LevitteGroundwork for a perl based testing framework
2015-09-07  Matt CaswellPACKETise ServerKeyExchange
2015-09-07  Matt CaswellPACKETise ServerHello processing
2015-09-07  Matt CaswellUpdates for NumericString support
2015-09-07  Dmitry BelyavskyAdd NumericString support
2015-09-07  Matt CaswellFix build break due to rehash command
2015-09-07  Rich Salzfix build breakage on windows
2015-09-06  Rich SalzFix typo, that broke build on non-unix
2015-09-06  Timo TerasAdd rehash command to openssl
2015-09-06  Richard LevitteSmall fix: make istext static
2015-09-06  Richard LevitteFix enc so it properly treats BASE64 as text
next