summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* DragonFlyBSD build fix and update.David Carlier2020-11-131-4/+11
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-15/+2
* PROV: Re-implement all the keypair encodersRichard Levitte2020-11-115-223/+842
* Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte2020-11-118-64/+64
* PROV: Re-implement all the keypair decodersRichard Levitte2020-11-118-125/+582
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-7/+40
* Update copyright yearMatt Caswell2020-11-052-2/+2
* defltprov: remove duplicate algorithm names.Pauli2020-11-051-2/+2
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-024-3/+52
* Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'Shane Lontis2020-10-272-2/+2
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-234-13/+13
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-223-3/+3
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-224-122/+1
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-227-13/+13
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-212-2/+2
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-203-14/+15
* Fix Aes-xts potential failure on aarch64XiaokangQian2020-10-201-0/+1
* DH: make the private key length importable / exportableRichard Levitte2020-10-191-24/+6
* null prov: fix gettable param array type.Pauli2020-10-161-7/+7
* Update copyright yearMatt Caswell2020-10-1535-35/+35
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-1550-89/+88
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1558-132/+132
* syscall_random(): don't fail if the getentropy() function is a dummyYury Is2020-10-141-2/+9
* Fix encoding of DHX parameters filesMatt Caswell2020-10-081-4/+15
* providers/build.info: Tag the FIPS module, for the build fileRichard Levitte2020-10-081-1/+1
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-079-72/+74
* ffc: add _ossl to exported but internal functionsPauli2020-10-063-24/+24
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-1/+2
* DECODER: Handle abstract object data typeRichard Levitte2020-10-041-6/+56
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-011-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-014-16/+15
* der: _ossl prefix der_oid_ and der_aid_ functionsPauli2020-10-0111-66/+69
* der: _ossl prefix DER functionsPauli2020-10-0122-97/+102
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-0144-370/+382
* prov: prefix aes-cbc-cts functions with ossl_Pauli2020-10-013-10/+10
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-301-9/+25
* prov: prefix provider internal functions with ossl_Pauli2020-09-2987-235/+248
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-2995-896/+918
* rand: declare get_hardware_random_value() before use.Pauli2020-09-281-1/+2
* Remove TODO comment from sskdf.cShane Lontis2020-09-281-5/+0
* Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker2020-09-251-11/+55
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-256-2/+254
* Hide ECX_KEY againRichard Levitte2020-09-251-4/+4
* Add key length check to rsa_kem operation.Shane Lontis2020-09-241-6/+21
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-242-3/+31
* drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre2020-09-234-12/+12
* Fix propq in x942kdfShane Lontis2020-09-231-4/+13
* Fix ecx so that is uses a settable propertyqueryShane Lontis2020-09-232-17/+56
* Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis2020-09-231-10/+43
* Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2020-09-231-2/+4