summaryrefslogtreecommitdiff
path: root/lib/crypto/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add OFB mode support for AESausimian2022-04-071-0/+3
| | | | | | | | | | | | | | | Add Output Feedback mode support for AES encryption / decryption for key sizes of 128, 192 and 256 bits.
* | | Revert "Prepare release"Henrik Nord2022-03-241-125/+0
| | | | | | | | | | | | This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
* | | Prepare releaseErlang/OTP2022-03-231-0/+125
| | |
* | | crypto: pkey.c error:ERR -> error:{ERR,FileInfo,Description}Hans Nilsson2022-03-211-0/+6
| | |
* | | crypto:generate_key and compute_key error:ERR -> ↵Hans Nilsson2022-03-211-0/+1
| | | | | | | | | | | | error:{ERR,FileInfo,Description}
* | | crypto:mac*/*: error:ERR -> error:{ERR,FileInfo,Description}Hans Nilsson2022-03-211-0/+8
| | |
* | | crypto:hash*/*: error:ERR -> error:{ERR,FileInfo,Description}Hans Nilsson2022-03-211-4/+4
| | |
* | | crypto:pbkdf2_hmac/5: error:ERR -> error:{ERR,FileInfo,Description}Hans Nilsson2022-03-211-3/+1
| | |
* | | crypto: Add new 3-tuple error style to docHans Nilsson2022-03-181-11/+18
| | |
* | | crypto: Remove the types run_time_error() and descriptive_error()Hans Nilsson2022-03-181-59/+52
| | | | | | | | | | | | They where experiments with typing exceptions
* | | Merge branch 'maint' into masterHenrik Nord2022-03-103-2/+79
|\ \ \ | |/ / | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | Prepare releaseErlang/OTP2022-03-091-0/+77
| | |
| * | Update copyright yearErlang/OTP2022-03-093-3/+3
| | |
* | | Merge branch 'maint'Hans Nilsson2022-02-242-2/+8
|\ \ \ | |/ / | | | | | | | | | | | | * maint: crypto: Note about 3.0 in refman crypto: Clearify version
| * | crypto: Note about 3.0 in refmanHans Nilsson2022-02-221-0/+5
| | |
| * | crypto: Clearify versionHans Nilsson2022-02-221-2/+3
| | |
* | | Revert "Prepare release"Henrik Nord2022-02-161-36/+0
| | | | | | | | | | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* | | Prepare releaseErlang/OTP2022-02-151-0/+36
| | |
* | | Update copyright yearErlang/OTP2022-02-151-1/+1
| | |
* | | Merge branch 'maint'Hans Nilsson2021-12-205-24/+24
|\ \ \ | |/ / | | | | | | | | | * maint: Fix typos in lib/crypto
| * | Fix typos in lib/cryptoKian-Meng, Ang2021-12-175-24/+24
| | |
* | | Merge branch 'maint'Rickard Green2021-12-152-2/+105
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # lib/crypto/doc/src/crypto.xml # lib/kernel/src/kernel.app.src
| * | Prepare releaseErlang/OTP2021-12-142-2/+105
| | |
* | | Merge branch 'maint'Rickard Green2021-12-137-7/+7
|\ \ \ | |/ / | | | | | | | | | * maint: Update copyright year
| * | Update copyright yearRickard Green2021-12-137-7/+7
| | |
* | | Merge branch 'maint'Hans Nilsson2021-11-291-0/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * maint: crypto: Test fix crypto: Update 'since' for pbkdf2_hmac doc Refactor pbkdf2 eligible hash check Add crypto:pbkdf2_hmac/5 function
| * | crypto: Update 'since' for pbkdf2_hmac docHans Nilsson2021-11-291-1/+1
| | |
| * | Add crypto:pbkdf2_hmac/5 functiongearnode2021-11-291-0/+13
| | |
* | | Merge branch 'maint'Hans Nilsson2021-11-261-0/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | * maint: crypto: Add type spec and doc for crypto:info() crypto: Remove 'experimental' from crypto:info/0 crypto: Add otp version to crypto:info()
| * | Merge branch 'hans/crypto/experimental_info_fun/OTP-17603' into maintHans Nilsson2021-11-261-0/+21
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * hans/crypto/experimental_info_fun/OTP-17603: crypto: Add type spec and doc for crypto:info() crypto: Remove 'experimental' from crypto:info/0 crypto: Add otp version to crypto:info()
| | * | crypto: Add type spec and doc for crypto:info()Hans Nilsson2021-11-251-0/+21
| | | |
* | | | Merge branch 'maint'Hans Nilsson2021-10-181-0/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: crypto: Documentation about using the OpenSSL 3.0 cryptolib crypto: Update the EVP_CIPHER_CTX_* usage crypto: Disable FIPS mode if OpenSSL 3.0 cryptolib crypto: Disable RC4 if OpenSSL 3.0 cryptolib crypto: Disable RC2 if OpenSSL 3.0 cryptolib crypto: Disable DES (not tripple-DES) if OpenSSL 3.0 cryptolib crypto: Disable blowfish if OpenSSL 3.0 cryptolib crypto: Disable aes_ige if OpenSSL 3.0 cryptolib crypto: Disable md4 if OpenSSL 3.0 cryptolib crypto: Disable ripemd160 if OpenSSL 3.0 cryptolib crypto: Slightly change the 3-DES symbol handling crypto: Change (and simplify) the FIPS mode related macros crypto: Remove seemingly unused low-level API aes_cfb_(8|128)_crypt NIFs crypto: Adapt to OpenSSL 3.0 versioning crypto: Some version polishing crypto: pkey.c Change badarg to notsup and refactor crypto: Re-phrase leagacy code and comments
| * | | crypto: Documentation about using the OpenSSL 3.0 cryptolibHans Nilsson2021-10-181-0/+7
| | | |
* | | | Merge branch 'maint'Ingela Anderton Andin2021-10-051-0/+22
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge
| * | | Prepare releaseErlang/OTP2021-10-041-0/+22
| | | |
* | | | Merge branch 'maint'Henrik Nord2021-09-221-0/+40
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
| * | | Prepare releaseErlang/OTP2021-09-171-0/+40
| |/ /
* | | crypto: Added hash_equals/2 doc tag contents for 'since'Hans Nilsson2021-06-171-1/+1
| | |
* | | Merge pull request #4750 from gearnode/add-secure-compareHans Nilsson2021-06-021-0/+14
|\ \ \ | |/ / |/| | | | | | | | | | | Add crypto:hash_equals/2 OTP-17471
| * | Add crypto:hash_equals/2gearnode2021-05-281-0/+14
| | |
* | | Merge branch 'maint-24' into maintRickard Green2021-06-011-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-24: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
| * | | Prepare releaseErlang/OTP2021-06-011-0/+16
| | | |
* | | | Merge branch 'maint-22' into maintRickard Green2021-06-011-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/kernel/doc/src/notes.xml # lib/kernel/vsn.mk # lib/stdlib/doc/src/notes.xml # lib/stdlib/src/stdlib.appup.src # lib/stdlib/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | | | Prepare releaseErlang/OTP2021-05-311-0/+16
| | | | |
* | | | | Merge branch 'maint-23' into maintRickard Green2021-06-011-0/+16
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-23: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/compiler/doc/src/notes.xml # lib/compiler/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/kernel/doc/src/notes.xml # lib/kernel/src/kernel.appup.src # lib/kernel/vsn.mk # lib/ssh/doc/src/notes.xml # lib/ssh/vsn.mk # lib/ssl/doc/src/notes.xml # lib/ssl/vsn.mk # lib/stdlib/doc/src/notes.xml # lib/stdlib/src/stdlib.appup.src # lib/stdlib/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | | Prepare releaseErlang/OTP2021-05-311-0/+16
| | | |
* | | | Merge branch 'maint-22' into maintRickard Green2021-05-201-0/+21
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/common_test/doc/src/notes.xml # lib/common_test/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/megaco/doc/src/notes.xml # lib/megaco/vsn.mk # lib/odbc/doc/src/notes.xml # lib/odbc/vsn.mk # lib/snmp/doc/src/notes.xml # lib/snmp/vsn.mk # lib/wx/doc/src/notes.xml # lib/wx/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | | Prepare releaseErlang/OTP2021-05-201-0/+21
| | | |
* | | | Merge branch 'maint-23' into maintRickard Green2021-05-201-0/+21
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-23: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/common_test/doc/src/notes.xml # lib/common_test/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/megaco/doc/src/notes.xml # lib/megaco/vsn.mk # lib/odbc/doc/src/notes.xml # lib/odbc/vsn.mk # lib/snmp/doc/src/notes.xml # lib/snmp/vsn.mk # lib/ssh/doc/src/notes.xml # lib/ssh/vsn.mk # lib/wx/doc/src/notes.xml # lib/wx/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | Prepare releaseErlang/OTP2021-05-201-0/+21
| | |