Add ExpectedClientCANames
[openssl.git] / test / evp_test.c
2017-02-28 PauliAvoid buffer underflow in evp_test.
2017-02-08 Dr. Stephen HensonCall EVP_CipherFinal in CCM mode for tests.
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-29 Richard Levittetest/evp_test.c: If no algorithm was specified, don...
2017-01-25 Matt CaswellAdjust in and in_len instead of donelen
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellUpdate evp_test to make sure passing partial block...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-05 Dr. Stephen HensonRemove BIO_seek/BIO_tell from evp_test.c
2016-12-16 Richard Levitteevp_test: when function and reason strings aren't avail...
2016-12-14 Dr. Stephen HensonAdd function and reason checking to evp_test
2016-12-10 Dr. Stephen HensonAdditional error tests in evp_test.c
2016-11-21 Todd ShortSkipping tests in evp_test leaks memory
2016-11-10 Richard LevitteFix the evp_test Ctrl keyword processing
2016-08-12 Rich SalzCheck for bad filename in evp_test
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-16 Andy Polyakovtest/evp_test.c: exercise in-place encryption.
2016-05-06 Andy Polyakovtest/evp_test.c: exercise different combinations of...
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-07 Andy Polyakovtest/[dane|evp_]test.c: BIO-fy file I/O.
2016-03-21 Matt CaswellFix no-scrypt
2016-03-18 Matt CaswellFix no-des
2016-03-18 Matt CaswellFix no-cmac
2016-03-02 Dr. Stephen HensonGeneralise KDF test in evp_test.c
2016-03-02 Dr. Stephen HensonAdd Ctrl keyword to KDF test in evp_test
2016-02-09 Matt CaswellClean up the tests for auto-init/de-init
2016-02-05 Dr. Stephen HensonIf memory debugging enabled return error on leaks.
2016-01-30 Dr. Stephen Hensonhandle "Ctrl" in separate function
2016-01-30 Dr. Stephen HensonAdd support for EVP_PKEY_derive in evp_test
2016-01-30 Dr. Stephen Hensonfix warning
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-19 Dr. Stephen HensonAdd TLS1-PRF test support to evp_test
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-11 Richard LevitteAdapt EVP tests to the opaque EVP_ENCODE_CTX
2015-12-10 Andy Polyakovtest/evp_test.c: allow generic AEAD ciphers to be tested.
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-10-23 Alessandro GhediniRemove useless code
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-05-26 Dr. Stephen HensonAdd PBE tests.
2015-05-20 Dr. Stephen HensonAdd scrypt tests.
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-03-31 Richard LevitteStop symlinking, move files to intended directory