summaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* Pass library context and property query into private key decodersJon Spillett2021-06-011-0/+4
* rand: use size_t for size argument to RAND_bytes_ex()Pauli2021-06-011-1/+1
* sparc: fix cross compile buildPauli2021-06-012-10/+10
* errors: update error message (to be squashed)Pauli2021-05-271-1/+1
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-271-12/+13
* err: rename err_load_xxx_strings_int functionsPauli2021-05-2635-36/+36
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-4/+20
* Fix a memleak in the FIPS providerMatt Caswell2021-05-241-1/+1
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-201-2/+3
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-201-1/+2
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-181-1/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-1/+1
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-111-1/+1
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-1/+0
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-081-1/+2
* Allow absolute paths to be setRich Salz2021-05-051-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-0/+3
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-281-27/+0
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-281-11/+0
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-14/+3
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-1/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-0/+4
* Add RUN_ONCE support to zlib initTodd Short2021-04-221-1/+0
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-211-1/+1
* Detect low-level engine and app method based keysTomas Mraz2021-04-195-1/+6
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+13
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-151-3/+0
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-156-5/+6
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-155-0/+6
* Update copyright yearMatt Caswell2021-04-083-3/+3
* property: check return values from the property locking calls.Pauli2021-04-081-1/+1
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-071-1/+1
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-022-2/+6
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-012-1/+2
* Added guarding #ifndef/#define to avoid duplicate include of crypto/types.hRandall S. Becker2021-03-311-4/+10
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-0/+2
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-282-0/+3
* Fix Build issue on Oracle Linux x64Shane Lontis2021-03-281-2/+0
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-0/+4
* 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-192-1/+22
* 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
* 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