summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
2021-06-15Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell
2021-06-07Elimination of some sources not needed in the FIPS_MODULETomas Mraz
2021-06-02Add internal get_number functions to internal headersPauli
2021-06-02add internal get_number functons to crypto/evp.hPauli
2021-06-02asn.1: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Pass library context and property query into private key decodersJon Spillett
2021-06-01rand: use size_t for size argument to RAND_bytes_ex()Pauli
2021-06-01sparc: fix cross compile buildPauli
2021-05-27errors: update error message (to be squashed)Pauli
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-24Fix a memleak in the FIPS providerMatt Caswell
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-05Allow absolute paths to be setRich Salz
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-22Add RUN_ONCE support to zlib initTodd Short
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-08Update copyright yearMatt Caswell
2021-04-08property: check return values from the property locking calls.Pauli
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31Added guarding #ifndef/#define to avoid duplicate include of crypto/types.hRandall S. Becker
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28Fix Build issue on Oracle Linux x64Shane Lontis
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-22Fix usages of const EVP_MD.Shane Lontis