summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-10-27Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'Shane Lontis
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-20Fix Aes-xts potential failure on aarch64XiaokangQian
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is
2020-10-08Fix encoding of DHX parameters filesMatt Caswell
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-04DECODER: Handle abstract object data typeRichard Levitte
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix der_oid_ and der_aid_ functionsPauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-10-01prov: prefix aes-cbc-cts functions with ossl_Pauli
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-28rand: declare get_hardware_random_value() before use.Pauli
2020-09-28Remove TODO comment from sskdf.cShane Lontis
2020-09-25Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-24Add key length check to rsa_kem operation.Shane Lontis
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre
2020-09-23Fix propq in x942kdfShane Lontis
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-23Fix CID 1466710 : Resource leak in ec_kmgmt due to new call to ossl_prov_is_r...Shane Lontis
2020-09-23Fix CID 1466712 : Resource leak in ec_kmgmt due to new callto ossl_prov_is_ru...Shane Lontis
2020-09-23Fix CID 1466713 : Dead code in encode_key2text.cShane Lontis
2020-09-23drbg: gettable parameters for cipher/digest/mac type.Pauli
2020-09-22refactor get params functionsPaul Yang
2020-09-22support PARAM_SECURITY_BITS for SM2Paul Yang
2020-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-22Add SM2 key managementPaul Yang
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis