summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli
2020-11-20disassociate test RNG from the DRBGsPauli
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-19Rename internal drbg_ functions so they have an ossl_ prefix.Pauli
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell
2020-11-18Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the FIPS moduleMatt Caswell
2020-11-17NetBSD build fix.David Carlier
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-11-13DragonFlyBSD build fix and update.David Carlier
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-05Update copyright yearMatt Caswell
2020-11-05defltprov: remove duplicate algorithm names.Pauli
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-22Remove ossl_prov_util_nid_to_name()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-16null prov: fix gettable param array type.Pauli
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-08providers/build.info: Tag the FIPS module, for the build fileRichard Levitte
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