Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / engines / afalg / e_afalg.c
2017-05-20 Rich SalzMove engines/afalg to engines
2017-04-01 Andy Polyakove_afalg.[ch]: fix --strict-warnings with gcc 4.x and...
2016-12-16 Richard Levittee_afalg: Don't warn about kernel version when pedantic
2016-11-24 Matt CaswellFix a missing function prototype in AFALG engine
2016-10-14 Tomas MrazEngine afalg: properly set operation type also on big...
2016-09-08 Andy Polyakovengines/afalg: make it compile with backward compatibil...
2016-08-15 Tomas MrazAvoid truncating the pointer on x32 platform.
2016-08-15 Tomas MrazAdd a comment for the added cast with explanation.
2016-08-15 Tomas MrazFix af_alg engine failure on 32 bit architectures.
2016-06-13 Matt CaswellHandle inability to create AFALG socket
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-11 Dr. Stephen Hensontypo
2016-04-14 Matt CaswellFix AFALG kernel and headers mismatch problem
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-03-18 Matt CaswellFix no-deprecated
2016-03-10 Matt CaswellFix a memory leak in the afalg engine
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellFix some clang warnings
2016-03-07 cluceyRework based on feedback:
2016-03-07 cluceyALG: Add AFALG engine