July 30, 2019
View 952ea11

Replacing cli_crt member initialization with memset (per CR feedback)

Andrew authored on 2019/07/30 03:29:34
July 20, 2019
View ab3fe57

Fix uninitialized memory usage in PE cert parsing

Andrew authored on 2019/07/20 01:24:23
February 14, 2019
View a133cd8

Add ability to whitelist leaf certificates

Andrew authored on 2019/02/14 04:29:40
February 13, 2019
View 1d7f6b2

Add support for cert blacklisting and whitelisting upfront

Andrew authored on 2019/02/13 05:10:04
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
December 4, 2018
View 288057e

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

Micah Snyder authored on 2018/12/04 02:40:13
September 14, 2018
View 39f735b

Make --dumpcerts be more consistent, improve cert processing This commit makes the following changes: - --dumpcerts will print certificates even if they already exist in any .crb files loaded - --dumpcerts will print certificates only once - Having a whitelist CRB rule on a leaf certificate should no longer prevent signature verification from happening. NOTE, this doesn't mean that you can have whitelist rules for leaf certificates and have that result in a trusted signature - that doesn't work yet - Determining whether a certificate is blacklisted now includes comparing the public key data (modulus and exponent) in addition to the subject and serial hashes - If a blacklisted certificate is detected, the code will return immediately instead of continuing on to parse the rest of the signature

Andrew authored on 2018/09/14 01:04:17
September 7, 2018
View cc9381a

Add more support for SHA384/SHA512 I think SHA384/SHA512 hashes are supported in all parts of the authenticode signature now

Andrew authored on 2018/09/07 23:46:26
September 1, 2018
View 18aed36

Add support for signatures without unauthAttr section and add more dbg msgs

Andrew authored on 2018/09/01 03:02:40
August 31, 2018
View 63ebd65

Add more support for SHA384-based certificates

Andrew authored on 2018/08/31 06:58:09
View 89f3be1

Replace tabs with spaces in pe.c and crtmgr.c, move debug message

Andrew authored on 2018/08/31 04:17:37
August 24, 2018
View 46e0620

[WIP] Add support for SHA256 signatures

Andrew authored on 2018/08/24 00:37:40
March 24, 2016
View 616c025

libclamav: prints raw certificate metadata

Kevin Lin authored on 2016/03/24 04:28:51
September 18, 2015
View 46a35ab

mass update of copyright headers

Mickey Sola authored on 2015/09/18 02:41:26
July 11, 2014
View cd94be7

Silence a bunch of compiler warnings in libclamav

Shawn Webb authored on 2014/07/11 07:11:49