openssl/include/openssl
Shane Lontis f11f86f6ec Add FFC param/key generation
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10909)
2020-02-06 22:28:36 +10:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes.h Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
asn1_mac.h
asn1.h Add duplication APIs to ASN1_TIME and related types 2020-01-17 11:30:33 +08:00
asn1err.h
asn1t.h
async.h
asyncerr.h
bio.h Detect EOF while reading in libssl 2020-02-04 14:39:29 +00:00
bioerr.h
blowfish.h Deprecate Low Level Blowfish APIs 2020-01-08 11:25:25 +00:00
bn.h Fix builds with no-dh 2020-02-06 12:07:53 +00:00
bnerr.h
buffer.h
buffererr.h
camellia.h Deprecate Low Level Camellia APIs 2020-01-13 13:38:20 +00:00
cast.h Deprecate the Low Level CAST APIs 2020-01-13 13:44:27 +00:00
cmac.h Deprecate the low level CMAC functions 2020-01-29 19:49:22 +10:00
cmp_util.h chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
cmp.h chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
cmperr.h chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
cms.h PEM: constify PEM_write_ routines 2019-11-18 02:34:12 +01:00
cmserr.h
comp.h
comperr.h
conf_api.h
conf.h Add a .pragma directive for configuration files 2019-11-12 13:33:12 +01:00
conferr.h Add a .pragma directive for configuration files 2019-11-12 13:33:12 +01:00
configuration.h.in Add better support for using deprecated symbols internally 2019-12-13 10:09:49 +01:00
core_names.h PROV: Fix the DSA SIGNATURE implementation for better digests handling 2020-02-04 19:32:37 +01:00
core_numbers.h Add RSA key validation to default provider 2020-01-29 20:32:32 +10:00
core.h SERIALIZER: New API for serialization of objects through providers 2019-11-29 20:54:48 +01:00
crmf.h
crmferr.h
crypto.h Make minimum size for secure memory a size_t. 2020-02-05 09:09:29 +10:00
cryptoerr.h CORE: ossl_namemap_add_names(): new function to add multiple names 2019-11-29 20:42:12 +01:00
ct.h
cterr.h
des.h Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
dh.h Add FFC param/key generation 2020-02-06 22:28:36 +10:00
dherr.h
dsa.h
dsaerr.h
dtls1.h
e_os2.h
ebcdic.h
ec.h Deprecate the ECDSA and EV_KEY_METHOD functions. 2020-02-04 20:02:55 +10:00
ecdh.h
ecdsa.h
ecerr.h
engine.h
engineerr.h
err.h SERIALIZER: add support for serializing EVP_PKEYs 2019-11-29 20:55:16 +01:00
ess.h
esserr.h
evp.h Add RSA key validation to default provider 2020-01-29 20:32:32 +10:00
evperr.h
fips_names.h
hmac.h Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
idea.h Deprecate the low level IDEA functions. 2020-01-19 10:38:49 +10:00
kdf.h
kdferr.h Deprecate ERR_load_KDF_strings() 2019-11-12 13:30:35 +01:00
lhash.h
macros.h Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
md2.h Deprecate the low level MD2 functions. 2020-01-12 12:02:17 +10:00
md4.h Deprecate the low level MD4 functions. 2020-01-12 12:02:17 +10:00
md5.h TODO: undo md5.h and sha.h changes temporarily 2020-01-19 10:14:39 +10:00
mdc2.h Deprecate the low level MDC2 functions. 2020-01-12 12:02:17 +10:00
modes.h Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32 2019-12-11 18:56:11 +01:00
obj_mac.h Add support for DH 'modp' group parameters (RFC 3526) 2020-01-31 08:18:46 +10:00
objects.h
objectserr.h
ocsp.h
ocsperr.h
opensslconf.h Add better support for using deprecated symbols internally 2019-12-13 10:09:49 +01:00
opensslv.h.in
ossl_typ.h
params.h
pem2.h
pem.h PROV SERIALIZER: add common functionality to serialize keys 2019-11-29 20:55:16 +01:00
pemerr.h
pkcs7.h
pkcs7err.h
pkcs12.h
pkcs12err.h
provider.h
rand_drbg.h
rand.h Convert rand_bytes_ex and rand_priv_bytes_ex to public functions 2020-01-20 14:54:31 +00:00
randerr.h rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure 2019-12-12 07:41:00 +10:00
rc2.h Deprecate the low level RC2 functions 2020-01-16 07:07:27 +10:00
rc4.h Deprecate the low level RC4 functions 2020-01-16 07:07:27 +10:00
rc5.h Deprecate the low level RC5 functions 2020-01-16 07:07:27 +10:00
ripemd.h Deprecate the low level RIPEMD160 functions. 2020-01-12 12:00:31 +10:00
rsa.h Teach the RSA implementation about TLS RSA Key Transport 2019-12-05 16:12:18 +00:00
rsaerr.h
safestack.h
seed.h Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
self_test.h Add FIPS Self test kats for digests 2020-01-15 10:48:01 +10:00
serializer.h SERIALIZER: add support for serializing EVP_PKEYs 2019-11-29 20:55:16 +01:00
serializererr.h SERIALIZER: add support for serializing EVP_PKEYs 2019-11-29 20:55:16 +01:00
sha.h TODO: undo md5.h and sha.h changes temporarily 2020-01-19 10:14:39 +10:00
srp.h
srtp.h
ssl2.h
ssl3.h
ssl.h TLS: use EVP for HMAC throughout libssl. 2020-01-29 19:49:23 +10:00
sslerr.h Detect EOF while reading in libssl 2020-02-04 14:39:29 +00:00
stack.h
store.h
storeerr.h
symhacks.h
tls1.h TLS: use EVP for HMAC throughout libssl. 2020-01-29 19:49:23 +10:00
trace.h
ts.h
tserr.h
txt_db.h
types.h PROV SERIALIZER: add support for writing RSA keys 2019-11-29 20:55:16 +01:00
ui.h
uierr.h
whrlpool.h Deprecate the low level Whirlpool functions. 2020-01-12 12:05:04 +10:00
x509_vfy.h add X509_cmp_timeframe() including its documentation 2019-12-04 15:17:55 +00:00
x509.h X509: Refactor X509_verify() and X509_REQ_verify() for better streamlining 2020-02-02 12:04:00 +01:00
x509err.h
x509v3.h
x509v3err.h