openssl/include
Neil Horman dd2b22d88c Add defaults api to openssl build
Build time defaults aren't great for windows, in which various macros
(like OPENSSLDIR) are selected at build time, but may be selected
differently at install time.  Add an internal defaults api to return the
build time constants on unix systems, but instead query registry keys
for the form:
HLKM\SOFTWARE\OpenSSL-{version}-{wininstallcontext}
Such that each built version of openssl may maintain its own set of
registry keys to identify these locations, and be set administratiely as
appropriate at install or run time

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)
2024-07-09 04:01:30 -04:00
..
crypto Support subjectDirectoryAttributes and associatedInformation exts 2024-06-24 15:33:21 +02:00
internal Add defaults api to openssl build 2024-07-09 04:01:30 -04:00
openssl feat: support userNotice X.509v3 extension 2024-07-04 09:36:11 +02:00