July 10, 2019
View c31a98d

bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex.

Micah Snyder (micasnyd) authored on 2019/07/10 01:21:34
May 2, 2019
View d2c5271

bb12319: Correction to return value check for EVP_VerifyFinal calls in libclamav's crypto functions.

Micah Snyder (micasnyd) authored on 2019/05/02 21:40:04
May 1, 2019
View 57f4d1f

Fix compilation without deprecated OpenSSL 1.1 APIs

Rosen Penev authored on 2019/05/01 01:28:25
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
September 3, 2018
View 125360a

Add more complete support for SHA384, SHA512 hashes

Andrew authored on 2018/09/03 11:07:14
August 9, 2018
View 0f05471

0.101.0 - Removing call to EVP_cleanup since cleanup is now handled by auto-deinit

Mickey Sola authored on 2018/08/09 04:00:06
September 7, 2017
View df7cc5c

openssl - fixing linking issue where VS2015 would fail to find external function definitions

Mickey Sola authored on 2017/09/07 01:58:50
August 10, 2016
View fa15aa9

bb11594 - allow for compilation against openssl 1.1.0

Mickey Sola authored on 2016/08/10 04:48:31
November 20, 2014
View 40fef07

Forward-port the I/O wrapping code Dave Raynor wrote to fix an older bug that happened in the hashing code

Shawn Webb authored on 2014/11/20 05:15:04
November 13, 2014
View 78d4a99

bb11176 - Instruct OpenSSL to allow MD5 when in FIPS-compliant mode

Shawn Webb authored on 2014/11/13 04:30:39
August 1, 2014
View 30a7509

Add proof-of-concept XDP support.

Shawn Webb authored on 2014/08/01 08:11:22
July 30, 2014
View 1e357c7

Add missing const qualifier for "alg" (algorithm) parameter for various ClamAV crypto functions

Anthony Chan authored on 2014/07/30 01:49:43
July 29, 2014
View 09d896f

Add missing const keyword in cl_update_hash()

Anthony Chan authored on 2014/07/29 06:32:27
July 11, 2014
View cd94be7

Silence a bunch of compiler warnings in libclamav

Shawn Webb authored on 2014/07/11 07:11:49
July 2, 2014
View 60d8d2c

Move all the crypto API to clamav.h

Shawn Webb authored on 2014/07/02 08:38:01