..
__DECC_INCLUDE_EPILOGUE.H
Update copyright year
2 years ago
__DECC_INCLUDE_PROLOGUE.H
Update copyright year
2 years ago
aes.h
Update copyright year
2 years ago
asn1.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
asn1_mac.h
Following the license change, modify the boilerplates in include/ and crypto/include/
4 years ago
asn1err.h
Move CMS enveloping code out of the algorithms and into CMS
2 years ago
asn1t.h.in
Fix safestack issues in asn1t.h
2 years ago
async.h
Update source files for deprecation at 3.0
3 years ago
asyncerr.h
Update copyright year
2 years ago
bio.h.in
Fix safestack issues in bio.h
2 years ago
bioerr.h
Update copyright year
2 years ago
blowfish.h
Update copyright year
2 years ago
bn.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
bnerr.h
Refactor BN_R_NO_INVERSE logic in internal functions
2 years ago
buffer.h
Update source files for deprecation at 3.0
3 years ago
buffererr.h
Update copyright year
2 years ago
camellia.h
Update copyright year
2 years ago
cast.h
Update copyright year
2 years ago
cmac.h
Update copyright year
2 years ago
cmp.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
cmp_util.h
Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp
2 years ago
cmperr.h
Strengthen chain building for CMP
2 years ago
cms.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
cmserr.h
Move CMS enveloping code out of the algorithms and into CMS
2 years ago
comp.h
Update source files for pre-3.0 deprecation
3 years ago
comperr.h
Update copyright year
2 years ago
conf.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
conf_api.h
Update source files for deprecation at 3.0
3 years ago
conferr.h
conf: add an error if the openssl_conf section isn't found.
2 years ago
configuration.h.in
Add better support for using deprecated symbols internally
3 years ago
core.h
Add Explicit EC parameter support to providers.
2 years ago
core_dispatch.h
Constify OSSL_FUNC_keymgmt_validate()
2 years ago
core_names.h
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
2 years ago
core_object.h
CORE: Define provider-native abstract objects
2 years ago
crmf.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
crmferr.h
Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt
2 years ago
crypto.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
cryptoerr.h
Add a "random" configuration section.
2 years ago
ct.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
cterr.h
Update copyright year
2 years ago
decoder.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
decodererr.h
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
2 years ago
des.h
Update copyright year
2 years ago
dh.h
Fix no-cms build errors.
2 years ago
dherr.h
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
2 years ago
dsa.h
unify spelling of serialize
2 years ago
dsaerr.h
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
2 years ago
dtls1.h
Update copyright year
2 years ago
e_os2.h
NonStop port updates for 3.0.0.
2 years ago
ebcdic.h
Update source files for deprecation at 3.0
3 years ago
ec.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
ecdh.h
Following the license change, modify the boilerplates in include/ and crypto/include/
4 years ago
ecdsa.h
Following the license change, modify the boilerplates in include/ and crypto/include/
4 years ago
ecerr.h
Prune low-level ASN.1 parse errors from error queue in decoder_process()
2 years ago
encoder.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
encodererr.h
ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODER
2 years ago
engine.h
Cleanup deprecation of ENGINE_setup_bsd_cryptodev
2 years ago
engineerr.h
Update copyright year
2 years ago
err.h.in
Fix diverse ERR code conflicts
2 years ago
ess.h.in
Fix safestack issues in ess.h
2 years ago
esserr.h
crypto/cms: add CAdES-BES signed attributes validation
2 years ago
evp.h
Remove EVP_aes_(128|192|256)_siv functions
2 years ago
evperr.h
Prune low-level ASN.1 parse errors from error queue in decoder_process()
2 years ago
fips_names.h
Add option to fipsinstall to disable fips security checks at run time.
2 years ago
fipskey.h.in
Fix up build issue when running cpp tests
2 years ago
hmac.h
Update copyright year
2 years ago
http.h
OSSL_HTTP_parse_url(): add optional port number return parameter and strengthen documentation
2 years ago
httperr.h
OSSL_HTTP_parse_url(): add optional port number return parameter and strengthen documentation
2 years ago
idea.h
Update copyright year
2 years ago
kdf.h
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2 years ago
kdferr.h
Update copyright year
2 years ago
lhash.h
Remove some unneeded code from lhash.h
2 years ago
macros.h
Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}
2 years ago
md2.h
Update copyright year
2 years ago
md4.h
Update copyright year
2 years ago
md5.h
Update copyright year
2 years ago
mdc2.h
Update copyright year
2 years ago
modes.h
Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32
3 years ago
obj_mac.h
Some OIDs used in Russian X.509 certificates.
2 years ago
objects.h
Update source files for pre-3.0 deprecation
3 years ago
objectserr.h
Correct misleading diagnostics of OBJ_txt2obj on unknown object name
2 years ago
ocsp.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
ocsperr.h
OCSP: Add return value checks.
2 years ago
opensslconf.h
Add better support for using deprecated symbols internally
3 years ago
opensslv.h.in
Update copyright year
2 years ago
ossl_typ.h
Reorganize public header files (part 2)
3 years ago
param_build.h
params: add OSSL_PARAM helpers for time_t.
2 years ago
params.h
OSSL_PARAM: Add string pointer getters
2 years ago
pem.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
pem2.h
Update source files for deprecation at 3.0
3 years ago
pemerr.h
Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8
2 years ago
pkcs7.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
pkcs7err.h
Update copyright year
2 years ago
pkcs12.h.in
Fix safestack issues in pkcs12.h
2 years ago
pkcs12err.h
Prune low-level ASN.1 parse errors from error queue in decoder_process()
2 years ago
provider.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
rand.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
randerr.h
rand_drbg: remove RAND_DRBG.
2 years ago
rc2.h
Update copyright year
2 years ago
rc4.h
Update copyright year
2 years ago
rc5.h
Update copyright year
2 years ago
ripemd.h
Update copyright year
2 years ago
rsa.h
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2 years ago
rsaerr.h
rsa: add ossl_ prefix to internal rsa_ calls.
2 years ago
safestack.h.in
Streamline the safestack generated code
2 years ago
seed.h
Update copyright year
2 years ago
self_test.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
sha.h
Deprecate SHA and MD5 again.
2 years ago
srp.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
srtp.h
Update source files for deprecation at 3.0
3 years ago
ssl.h.in
Add parentheses to fix PCLINT Info:773
2 years ago
ssl2.h
Update source files for deprecation at 3.0
3 years ago
ssl3.h
Do not allow dropping Extended Master Secret extension on renegotiaton
2 years ago
sslerr.h
[ssl] Support ssl_encapsulate on server side
2 years ago
stack.h
Update source files for pre-3.0 deprecation
3 years ago
store.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
storeerr.h
STORE: Distinguish public keys from private keys
2 years ago
symhacks.h
Update source files for deprecation at 3.0
3 years ago
tls1.h
Update copyright year
2 years ago
trace.h
Update copyright year
2 years ago
ts.h
Correct and simplify use of ERR_clear_error() etc. for loading DSO libs
2 years ago
tserr.h
Update copyright year
2 years ago
txt_db.h
Update source files for deprecation at 3.0
3 years ago
types.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
ui.h.in
Fix safestack issues in ui.h
2 years ago
uierr.h
Update copyright year
2 years ago
whrlpool.h
Update copyright year
2 years ago
x509.h.in
Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTE
2 years ago
x509_vfy.h.in
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2 years ago
x509err.h
Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c
2 years ago
x509v3.h.in
Fix safestack issues in x509v3.h
2 years ago
x509v3err.h
Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c
2 years ago