aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc
AgeCommit message (Expand)Author
2019-06-19crypto: Fix bad linkHans Nilsson
2019-06-17crypto: Modernized 'Algorithms' section in User's GuideHans Nilsson
2019-06-14crypto: DocumentationHans Nilsson
2019-05-29Prepare releaseErlang/OTP
2019-05-10Prepare releaseErlang/OTP
2019-05-03crypto: Doc link fixesHans Nilsson
2019-04-30crypto: Document supports/1Hans Nilsson
2019-04-12Merge branch 'maint'Hans Nilsson
2019-04-12Prepare releaseErlang/OTP
2019-04-11crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)'Hans Nilsson
2019-04-11crypto: Rename crypto_aead to crypto_one_time_aeadHans Nilsson
2019-04-11crypto: Doc review commentsHans Nilsson
2019-04-05crypto: User's Guide and Reference Manual for the new apiHans Nilsson
2019-03-26Revert "Prepare release"Henrik Nord
2019-03-25Prepare releaseErlang/OTP
2019-03-22crypto: Remove old commentHans Nilsson
2019-03-22crypto: Restore 'error' as result of failed aead decryptionHans Nilsson
2019-03-22crypto: Update types of hash algorithmsHans Nilsson
2019-03-22crypto: Cuddle error types and documentation of themHans Nilsson
2019-03-22crypto: Note about key lengths for cipher_info/1Hans Nilsson
2019-03-22crypto: Declare *_info return map and other review-commentsHans Nilsson
2019-03-22crypto: Document hash_info/1 and cipher_info/1Hans Nilsson
2019-03-22crypto: Rename block_crypto_with/without to match stream_cipher namesHans Nilsson
2019-03-22crypto: New types (block_cipher)Hans Nilsson
2019-03-12Merge branch 'maint'Henrik Nord
2019-03-11Prepare releaseErlang/OTP
2019-02-27Revert "Prepare release"Rickard Green
2019-02-26Prepare releaseErlang/OTP
2019-02-25crypto: New experimental apiHans Nilsson
2019-02-06Merge pull request #2129 from hanssv/crypto/add_blake2_supportHans Nilsson
2019-02-05Add blake2 datatype to crypto.xmlHans Svensson
2019-02-05Merge branch 'maint'Ingela Anderton Andin
2019-02-05ssl: Use specs to generate type documentationIngela Anderton Andin
2019-02-04Add hash function BLAKE2 to crypto:hash/hmacHans Svensson
2018-12-13Merge branch 'maint'Sverker Eriksson
2018-12-12Add empty 'since' attribute for old modules and functionsSverker Eriksson
2018-12-11Add "since" attributes in xml for new functions and modulesSverker Eriksson
2018-12-11Merge branch 'maint'Henrik Nord
2018-12-10Prepare releaseErlang/OTP
2018-11-19Merge branch 'maint'Hans Nilsson
2018-11-19crypto: Add Edward curves to the documentationHans Nilsson
2018-10-11Merge branch 'maint'Hans Nilsson
2018-10-11crypto: Update RSA options to match specs and different OpenSSL versionsHans Nilsson
2018-09-25Merge branch 'maint'Henrik Nord
2018-09-24Prepare releaseErlang/OTP
2018-09-21Merge branch 'maint'Henrik Nord
2018-09-21Update copyright yearHenrik Nord
2018-09-19Merge branch 'maint'Hans Nilsson
2018-09-19crypto: Re-work the 'Description' sectionHans Nilsson
2018-09-18Merge pull request #1857 from RaimoNiskanen/raimo/rand-crypto-xoroshiro928Raimo Niskanen