Inline LHASH_OF
[openssl.git] / test /
2016-01-11 Dr. Stephen HensonFix jpaketest compilation error.
2016-01-11 Richard LevitteOnly run DANE tests when EC is supported
2016-01-11 Dr. Stephen HensonUpdate leak test to check return values.
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-10 Dr. Stephen Hensonfix shadow warning
2016-01-08 Viktor DukhovniFixup actually update danetest.c
2016-01-07 Viktor DukhovniMinor test update
2016-01-07 Rich SalzFix another build break for no-mem-debug
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Viktor DukhovniDANE support for X509_verify_cert()
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-28 Rich Salzmake a "missed make update" update
2015-12-27 Matt CaswellAdd test for missing CertificateStatus message
2015-12-22 Dr. Stephen HensonAdd ossl_inline
2015-12-22 Dr. Stephen Hensonunload modules in ssltest
2015-12-19 Matt CaswellFix URLs mangled by reformat
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-15 Matt CaswellDon't export internal symbols
2015-12-15 Richard LevitteBetter splitting regexp for test_ordinals
2015-12-14 Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-14 Hongze Zhuadd malloc fail check & fix memory leak
2015-12-11 Ben LaurieMake no-dh work, plus other no-dh problems found by...
2015-12-11 Richard LevitteAdapt EVP tests to the opaque EVP_ENCODE_CTX
2015-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-12-10 Andy Polyakovevp/c_allc.c: wire ChaCha20-Poly1305 and add tests.
2015-12-10 Andy Polyakovtest/evp_test.c: allow generic AEAD ciphers to be tested.
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
next