Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
[openssl.git] / test /
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Dr. Stephen HensonUse PKCS#8 format EC key so test is skipped with no-ec
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-02-01 Viktor DukhovniAdd tests for non-ca trusted roots and intermediates
2016-02-01 Viktor DukhovniCompat self-signed trust with reject-only aux data
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-30 Richard LevitteWhen checking if there's a VMS directory spec, don...
2016-01-30 Richard LevitteFix test/recipes/25-test_verify.t
2016-01-30 Dr. Stephen Hensonhandle "Ctrl" in separate function
2016-01-30 Dr. Stephen HensonAdd test data for ECDH
2016-01-30 Dr. Stephen HensonAdd support for EVP_PKEY_derive in evp_test
2016-01-30 Dr. Stephen Hensonfix warning
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-29 Matt CaswellAdd have_precompute_mult tests
2016-01-28 Matt CaswellAdd a test for small subgroup attacks on DH/DHE
2016-01-27 Billy BrumleyTest all built-in curves and let the library choose...
2016-01-27 Richard LevitteSkip all explicitely if the number of tests is 0
2016-01-27 Richard LevitteBe careful when applying EXE_SHELL
2016-01-27 Viktor DukhovniFix Custom Extension tests skip count
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-26 Todd ShortRT4272: Unit tests fail when DTLS disabled
2016-01-26 Richard Levitte80-test_ca.t is made to use the new perlapp()
2016-01-26 Richard LevitteHave OpenSSL::Test handle perl scripts like any program
2016-01-26 Richard LevitteUse the new OpenSSL::Test::Utils routines.
2016-01-26 Richard LevitteUse Configure's @disablables and %disabled through...
2016-01-25 Richard LevitteFor every test in 80-test_ssl.t, check that the protoco...
2016-01-25 Richard LevitteMake tests use configdata.pm rather than parsing Makefile
2016-01-25 Richard LevitteFix OpenSSL::Test::Simple to take more than one algorithm
2016-01-22 Marcus Meissnerdsatest: use the correct BIO to print the test error
2016-01-22 FdaSilvaYYfew typo fixes
2016-01-22 Rich SalzRemove outdated conftest.c
2016-01-21 Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-21 Viktor DukhovniMore X509_verify_cert() tests via verify(1).
2016-01-21 Viktor DukhovniCommit pre-generated test_verify certs
2016-01-21 Viktor DukhovniScripts to generate verify test certs
2016-01-20 Rich SalzRemove update tags
2016-01-19 Matt CaswellRemove the GOST engine
2016-01-19 Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-19 Dr. Stephen Hensonadd TLS1-PRF tests
2016-01-19 Dr. Stephen HensonAdd TLS1-PRF test support to evp_test
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-18 Rich SalzFix build break; restore missing target
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-16 Richard LevitteThe TLSProxy tests can't run if no-engine has been...
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2016-01-14 Richard LevitteIn __cwd, make sure the given directory is seen as...
2016-01-14 Richard LevitteDo not use redirection on binary files
2016-01-14 Richard LevitteAdd a directry spec for mcr if there is none
2016-01-13 Viktor DukhovniFix verify(1) to report failure when verification fails
2016-01-13 Matt CaswellFix test_ordinals
2016-01-13 Richard LevitteRemove test_probable_prime_coprime from test/bntest.c
2016-01-13 Richard LevitteVMS perl doesn't implement fork(), so don't run the...
2016-01-13 Richard LevittePipes on VMS do not work well with binary data, use...
2016-01-13 Richard LevitteFix test/recipes/80-test_ca.t to work on VMS
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Dr. Stephen Hensonfix jpaketest and correct comment
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
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
next