summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-262-3/+3
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* Fix a windows build breakFdaSilvaYY2021-03-241-2/+2
* Fix usages of const EVP_MD.Shane Lontis2021-03-223-0/+6
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+5
* Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-193-1/+24
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-197-1/+46
* PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte2021-03-191-0/+24
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-0/+12
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-4/+5
* Add ossl_ x509 symbolsShane Lontis2021-03-181-16/+14
* Add ossl_lhash symbolsShane Lontis2021-03-181-1/+1
* Add ossl_bn_group symbolsShane Lontis2021-03-181-10/+10
* Add ossl_sa symbolsShane Lontis2021-03-181-34/+37
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-182-6/+6
* Add ossl_siv symbolsShane Lontis2021-03-181-21/+18
* Add ossl_aria symbolsShane Lontis2021-03-181-6/+6
* Add ossl_ conf symbolsShane Lontis2021-03-183-5/+5
* Add ossl_ ecx symbolsShane Lontis2021-03-181-28/+37
* Add ossl_v3 symbolsShane Lontis2021-03-181-2/+2
* Add ossl_rsa symbolsShane Lontis2021-03-181-9/+9
* Add ossl_encode symbolsShane Lontis2021-03-181-3/+3
* Add ossl_asn1 symbolsShane Lontis2021-03-184-27/+27
* Add ossl_rand symbolsShane Lontis2021-03-182-23/+23
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-5/+5
* Fix external symbols for crypto_*Shane Lontis2021-03-181-11/+11
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-187-15/+19
* TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb2021-03-181-0/+2
* ASN1: add an internal header to validate Unicode rangesBeat Bolli2021-03-181-0/+31
* Fix a TODO(3.0) in the siphash codeMatt Caswell2021-03-171-0/+19
* property: default queries create the property values.Pauli2021-03-161-1/+2
* Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis2021-03-151-0/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-2/+2
* rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli2021-03-121-4/+4
* evp: add params arguments to init functionsPauli2021-03-111-4/+26
* core: add params arguments to init callsPauli2021-03-111-20/+28
* core: add params argument to key manager's gen_init callPauli2021-03-111-1/+1
* evp: add params argument to key manager's gen_init callPauli2021-03-111-1/+2
* Update copyright yearMatt Caswell2021-03-119-9/+9
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-112-1/+6
* core: add up_ref callback for OSSL_CORE_BIOPauli2021-03-111-6/+8
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-0/+16
* Add new filter BIO BIO_f_readbuffer()Shane Lontis2021-03-101-0/+1
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-1/+1
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-082-5/+12
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-15/+22
* Cache legacy keys instead of downgrading themMatt Caswell2021-03-081-16/+22
* Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy2021-03-061-0/+5