New function bio_hash_data()

This commit is contained in:
olszomal
2023-02-07 12:22:13 +01:00
committed by Michał Trojnara
parent 83f6ceeaea
commit b0391244a6
3 changed files with 41 additions and 26 deletions

9
osslsigncode.h Normal file
View File

@ -0,0 +1,9 @@
/*
* osslsigncode support library
*
* Copyright (C) 2021 Michał Trojnara <Michal.Trojnara@stunnel.org>
* Author: Małgorzata Olszówka <Malgorzata.Olszowka@stunnel.org>
*
*/
int bio_hash_data(char *indata, BIO *hash, uint32_t idx, uint32_t fileend);