summaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* aes_v8_xts_encrypt is present only on 64bit arm buildsTomas Mraz2021-08-111-1/+1
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Don't try and load the config file while already loading the config fileMatt Caswell2021-07-281-0/+2
* Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell2021-07-221-12/+1
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-154-7/+126
* Made foreign bit field unsigned in evp.hRandall S. Becker2021-07-081-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-065-5/+0
* ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte2021-06-291-0/+1
* ppccap.c: Split out algorithm-specific functionsTomas Mraz2021-06-251-0/+28
* punycode: fix indentationPauli2021-06-191-4/+4
* include: replace tabs with spaces in headersPauli2021-06-191-4/+4
* Update copyright yearMatt Caswell2021-06-1723-23/+23
* Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte2021-06-151-1/+0
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-142-0/+5
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-1/+1
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-082-0/+6
* Elimination of some sources not needed in the FIPS_MODULETomas Mraz2021-06-071-1/+1
* Add internal get_number functions to internal headersPauli2021-06-023-0/+4
* add internal get_number functons to crypto/evp.hPauli2021-06-021-0/+12
* asn.1: remove TODOsPauli2021-06-021-4/+0
* 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