summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-24Fix a windows build breakFdaSilvaYY
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-19Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte
2021-03-19Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_lhash symbolsShane Lontis
2021-03-18Add ossl_bn_group symbolsShane Lontis
2021-03-18Add ossl_sa symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-18Add ossl_ conf symbolsShane Lontis
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-18TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb
2021-03-18ASN1: add an internal header to validate Unicode rangesBeat Bolli
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-16property: default queries create the property values.Pauli
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-12evp: add params arguments to init functionsPauli
2021-03-12core: add params arguments to init callsPauli
2021-03-12core: add params argument to key manager's gen_init callPauli
2021-03-12evp: add params argument to key manager's gen_init callPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-11core: add up_ref callback for OSSL_CORE_BIOPauli
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell
2021-03-06Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy
2021-03-04include/crypto: Remove TODOs that are irrelevant for 3.0Tomas Mraz