aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Revert "Add dupctx support to aead ciphers"Tomas Mraz1-5/+0
2023-09-12Add dupctx support to aead ciphersNeil Horman1-0/+5
2022-12-01Update copyright yearTomas Mraz2-2/+2
2022-11-21Make IV/buf in prov_cipher_ctx_st alignedHongren (Zenithal) Zheng1-6/+7
2022-11-09providers: Add SM4 GCM implementationTianjia Zhang2-0/+4
2022-10-27rand: remove the ossl_rand_pool_add_additional_data() function.Pauli1-11/+0
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-08-19Limit the size of various MAXCHUNK definitionsPauli1-2/+2
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz1-2/+2
2021-11-15Add null digest implementation to the default providerTomas Mraz2-10/+14
2021-09-05ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte1-0/+22
2021-08-18Add support for camellia cbc cts modeShane Lontis2-0/+6
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli2-0/+2
2021-07-14Remove lower limit on GCM mode ciphersPauli1-2/+1
2021-07-05provider: use #define for PBKDF1 algorithm namePauli1-0/+1
2021-06-17Update copyright yearMatt Caswell2-2/+2
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell1-0/+1
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte1-33/+34
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis1-2/+3
2021-05-24Add PBKDF1 to the legacy providerJon Spillett1-0/+1
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2-0/+48
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2-1/+323
2021-04-08Update copyright yearMatt Caswell2-2/+2
2021-03-18Add ossl_rand symbolsShane Lontis1-8/+3
2021-03-18Fix misc external ossl_ symbols.Shane Lontis1-3/+3
2021-03-12prov: support param argument to digest init callsPauli1-11/+20
2021-03-11Update copyright yearMatt Caswell4-4/+4
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz1-3/+0
2021-03-03Remove todos in providers/implementations/include/provTomas Mraz2-8/+6
2021-02-27PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte1-0/+2
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli1-2/+4
2021-02-18Update copyright yearMatt Caswell3-3/+3
2021-02-18Fix external symbols in the provider digest implementations.Shane Lontis2-35/+40
2021-02-18Fix external symbols in the provider cipher implementations.Shane Lontis4-49/+51
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis1-0/+4
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis2-18/+24
2021-02-01PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte1-0/+17
2021-02-01Fix some odd names in our provider source codeRichard Levitte1-5/+5
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz1-1/+1
2020-12-15PROV: Add MSBLOB and PVK encodersRichard Levitte1-0/+4
2020-12-09rand: add a provider side seed source.Pauli1-0/+1
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis1-2/+0
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell1-2/+3
2020-11-20prov: move the entropy source out of the FIPS providerPauli1-4/+16
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli1-108/+0
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli1-2/+2
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli1-3/+3