summaryrefslogtreecommitdiff
path: root/lib/crypto/c_src/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix AES and Blowfish names for OpenSSL 3.0Dmitri Vereshchagin2022-08-031-11/+11
* Update copyright yearErlang/OTP2022-05-171-1/+1
* Add OFB mode support for AESausimian2022-04-071-0/+4
* crypto: Introduce new macro for readability in cipher defsHans Nilsson2022-01-241-7/+8
* crypto: CIPHER - decide if in crypto:supported at loadtime of libHans Nilsson2022-01-241-63/+81
* crypto: Introduce the symbol HAS_3_0_APIHans Nilsson2022-01-241-2/+2
* Update copyright yearRickard Green2021-12-131-1/+1
* crypto: Cipher aliases could be present even if the aliased cipher was missingHans Nilsson2021-11-111-13/+0
* crypto: Update the EVP_CIPHER_CTX_* usageHans Nilsson2021-10-181-2/+10
* crypto: Disable RC4 if OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-1/+1
* crypto: Slightly change the 3-DES symbol handlingHans Nilsson2021-10-181-12/+18
* crypto: Extend badarg macros with argument number parameterHans Nilsson2021-10-061-3/+6
* crypto: EVP_CIPH_FLAG_AEAD_CIPHER is not always definedHans Nilsson2021-04-151-0/+4
* Rename aead attr to prop_aeadBryan Paxton2021-04-071-1/+3
* Add aead attribute to map from crypto:cipher_info/1Bryan Paxton2021-03-281-0/+1
* crypto: Add aes_ctr etc aliases to the New APIHans Nilsson2020-12-161-0/+13
* crypto: Remove aes_ige_crypt_nif/4 and aes_ige256Hans Nilsson2020-12-101-7/+1
* crypto: Fix CodeChecker 'Medium severity' warningsHans Nilsson2020-11-261-40/+42
* Update copyright yearRickard Green2020-03-131-1/+1
* crypto: Make aes_*_cfb8 and aes_*_cfb128 FIPS enabledHans Nilsson2019-10-021-6/+6
* crypto: Rename cipher fips macroHans Nilsson2019-06-191-2/+2
* crypto: Re-enable aes_ctr for openssl cryptolib < 1.0.1Hans Nilsson2019-05-221-0/+1
* crypto: New function supports/1Hans Nilsson2019-04-171-37/+9
* crypto: Obey compile flags for no DSA, BF, DES, DHHans Nilsson2019-04-101-3/+10
* crypto: Misc C-changes,Hans Nilsson2019-04-051-20/+20
* Merge pull request #2186 from essen/improve-cipher-infoHans Nilsson2019-03-221-0/+36
|\
| * Add missing cipher modes to crypto:cipher_info/1 resultLoïc Hoguin2019-03-191-0/+36
* | crypto: Handle additional OPENSSL_NO_* flagsHans Nilsson2019-03-211-2/+2
* | crypto: Implement crypto one-shotHans Nilsson2019-03-191-1/+8
|/
* Add crypto:cipher_info/1 and crypto:hash_info/1Loïc Hoguin2019-03-061-0/+93
* crypto: New experimental apiHans Nilsson2019-02-251-45/+149
* crypto: Fix compilation < 1.0.0Hans Nilsson2019-02-041-0/+2
* Explicitly initialize all of the fields in cipher_typesDoug Hogan2019-01-081-16/+16
* Revamp init_cipher_ctx()Doug Hogan2019-01-081-4/+6
* Revamp evp_cipher_ctx_dtor()Doug Hogan2019-01-071-1/+5
* Make cipher ctx init internal to cipher.c per PR feedbackDoug Hogan2018-12-211-1/+16
* Add Ericsson AB copyright header to all new filesDoug Hogan2018-12-201-0/+20
* Move cipher utility functions to a new fileDoug Hogan2018-12-201-0/+82