add block comment
[openssl.git] / test /
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen Hensonremove ecdsa.h header
2015-12-09 Dr. Stephen Hensonmodify ecdsatest to use accessor
2015-12-09 Dr. Stephen Hensonremove ecdh.h header
2015-12-08 Dr. Stephen HensonExtended master secret test script.
2015-12-08 Richard LevitteCleanup the EVP_MD_CTX before exit rather than after
2015-12-07 Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-02 Rich SalzRun test_ordinals after update
2015-12-02 Richard Levitte_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-21 Alessandro GhediniFix (minor) problems found by ubsan
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellSwap to using proper windows pipes
2015-11-20 Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20 Matt CaswellFix ASYNC null implementation
2015-11-20 Matt CaswellAdd ASYNC tests
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Dr. Stephen HensonUse better defaults for TSA.
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellReorganise state machine files
2015-10-24 Ben LaurieImprove make depend.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-13 Andy Polyakovtestlib/OpenSSL/Test.pm: remove redundant 'cmd /c'...
2015-10-13 Andy PolyakovTest suite: chomp->s/\R// to harmonize with mingw ...
2015-10-13 Andy PolyakovTest suite: minimal required to get mingw 'make test...
2015-10-11 Dr. Stephen HensonSkip PSK tests for no-psk
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-07 Pascal CuoqProperly check return type of DH_compute_key()
2015-10-06 Alessandro GhediniFix travis builds on master
2015-10-05 Emilia KasperAdd PACKET_copy_all
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-30 Rich SalzMake update / libeay.num fix
2015-09-30 Matt CaswellAdd a test for duplicated ordinals
2015-09-30 David WoodhouseFix no-stdio build
2015-09-28 Emilia KasperEmpty NewSessionTicket: test session resumption
2015-09-28 Emilia KasperEmpty session ticket: add a test
2015-09-25 Matt CaswellFix the OCSP test on Windows
2015-09-22 Matt CaswellFix the rehash test on Windows
2015-09-22 Emilia KasperPACKET: simplify
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-20 Richard LevitteSimplify Simple.pm further, and make it more verbose
2015-09-20 Richard LevitteCorrect srp test
2015-09-20 Richard LevitteCorrect jpake test
2015-09-20 Richard LevitteCorrect sha tests
2015-09-20 Richard LevitteCorrect whirlpool test
2015-09-19 Dr. Stephen Hensontypo
2015-09-19 Dr. Stephen HensonUpdate Simple.pm to use disabled()
2015-09-19 Dr. Stephen HensonChange test recipes to use disabled()
2015-09-19 Dr. Stephen HensonAdd Utils.pm
2015-09-19 Richard LevitteMake sure to actually use @smime_cms_comp_test when...
2015-09-18 Richard LevitteCheck if test_rehash is run as root
2015-09-18 Emilia KasperRemove PACKET_back
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-16 Matt Caswellmake update
2015-09-15 Richard LevitteAdd a method to list available tests
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
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 HensonFix warning about mixed declarations and code.
2015-09-09 Emilia KasperPACKET: add PACKET_memdup and PACKET_strndup
2015-09-08 Richard LevitteFix a few tests that depended on the wrong algorithm...
2015-09-07 Richard LevitteAdjust the verify_extra test recipe to its executable
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.
next