sbsigntools/src
Ben Hutchings 79d0c44afb Update OpenSSL API usage to support OpenSSL 1.1
Most structure definitions in OpenSSL are now opaque and we must call
the appropriate accessor functions to get information from them.
Not all the accessors are available in older versions, so define the
missing accessors as macros.

The X509_retrieve_match() function is no longer usable, as we cannot
initialise an X509_OBJECT ourselves.  Instead, iterate over the
certificate store and use X509_OBJECT_get_type and X509_cmp to
compare certificates.
2017-10-19 10:45:58 -07:00
..
coff sbsigntool: add support for ARM and Aarch64 PE/COFF images 2016-01-27 11:50:19 -08:00
efivars.h sbvarsign: Improve default GUID choice 2012-08-24 20:57:00 +08:00
fileio.c fileio: Add fileio_read_file_noerror() 2012-08-24 19:58:21 +08:00
fileio.h fileio: Add fileio_read_file_noerror() 2012-08-24 19:58:21 +08:00
idc.c Move sources to src/ subdirectory 2012-08-13 15:10:21 +08:00
idc.h Move sources to src/ subdirectory 2012-08-13 15:10:21 +08:00
image.c Handle odd buffer lengths in checksum 2016-01-27 11:53:53 -08:00
image.h sbsign, sbattach, sbverify: add multiple signature support 2014-12-19 16:42:37 -08:00
libcoff.h Move sources to src/ subdirectory 2012-08-13 15:10:21 +08:00
Makefile.am sbkeysync: read & print signature databases 2012-08-24 20:00:52 +08:00
sbattach.c Add OPENSSL_config(NULL) to each binary to load openssl.cnf 2017-10-19 10:45:41 -07:00
sbkeysync.c Update OpenSSL API usage to support OpenSSL 1.1 2017-10-19 10:45:58 -07:00
sbsiglist.c Move EFI_CERT types to efivars.h 2012-08-24 20:00:15 +08:00
sbsign.c Add OPENSSL_config(NULL) to each binary to load openssl.cnf 2017-10-19 10:45:41 -07:00
sbvarsign.c Add OPENSSL_config(NULL) to each binary to load openssl.cnf 2017-10-19 10:45:41 -07:00
sbverify.c Update OpenSSL API usage to support OpenSSL 1.1 2017-10-19 10:45:58 -07:00
verify.c Move sources to src/ subdirectory 2012-08-13 15:10:21 +08:00