summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_enc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some of the TODO 3.0 in crypto/evp related to legacy support.Tomas Mraz2021-03-041-12/+12
* evp: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-6/+34
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-241-2/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-161-0/+26
* EVP: fix reference counting for EVP_CIPHER.Pauli2021-02-121-0/+8
* Don't call EVP_CIPHER_CTX_block_size() to find the block sizeMatt Caswell2020-12-301-1/+1
* Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell2020-12-231-4/+6
* Fix EVP_CIPHER_CTX_set_padding for legacy pathShane Lontis2020-11-261-0/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-54/+51
* Initialize outl in evp_enc.c to 0, protect against NULLjwalch2020-11-021-0/+28
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* EVP: Centralise fetching error reportingRichard Levitte2020-09-131-3/+1
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-6/+0
* Support cipher provider "iv state"Benjamin Kaduk2020-08-111-2/+3
* Use libctx for EVP_CIPHER_CTX_rand_key() method.Shane Lontis2020-08-091-1/+16
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+0
* gettables: core changes to pass the provider context.Pauli2020-08-071-3/+6
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-14/+14
* Remove cipher table lookup from EVP_CipherInit_exShane Lontis2020-05-071-160/+0
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-12/+12
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Implement the NULL cipher in the default providerMatt Caswell2020-01-201-1/+5
* Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis2020-01-101-4/+16
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-7/+78
* Fix some typosVeres Lajos2019-12-111-1/+1
* Cache constants for fetched EVP_cipherShane Lontis2019-11-251-0/+4
* Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte2019-11-201-2/+8
* EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell2019-11-191-7/+21
* Add rc4_hmac_md5 cipher to default providerShane Lontis2019-11-111-0/+1
* Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte2019-11-101-4/+3
* Add AES SIV ciphers to default providerShane Lontis2019-11-081-0/+9
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-1/+1
* EVP: add missing common functionalityRichard Levitte2019-10-171-3/+3
* For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CTRL_INIT always returns 1Richard Levitte2019-10-171-1/+9
* EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1Richard Levitte2019-10-171-5/+5
* Add ChaCha related ciphers to default providerShane Lontis2019-10-161-0/+7
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+12
* Move cipher ctx 'original iv' parameter into the providerShane Lontis2019-10-081-13/+0
* EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1Richard Levitte2019-10-061-1/+3
* Add rc5 ciphers to default providerShane Lontis2019-10-031-1/+14
* Consistent naming for context gettable param queries .Pauli2019-09-271-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add rc4 cipher to default providerShane Lontis2019-09-251-1/+3
* Rework cipher / digest fetching for legacy nids with multiple name supportRichard Levitte2019-09-231-10/+34
* Add des ciphers to default providerShane Lontis2019-09-231-0/+6
* Add aes_wrap cipher to providersShane Lontis2019-09-201-0/+6