summaryrefslogtreecommitdiff
path: root/lib/crypto/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseOTP_R16B01Erlang/OTP2013-06-171-0/+59
|
* crypto & public_key: Clearify documentation.Ingela Anderton Andin2013-06-071-60/+53
|
* crypto: Document enhancementIngela Anderton Andin2013-06-031-17/+19
|
* crypto, public_key & ssl: Make more functions accept integer keysSverker Eriksson2013-05-241-5/+6
|
* crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integerIngela Anderton Andin2013-05-221-3/+3
|
* crypto: Documentation fixes from reviewIngela Anderton Andin2013-05-201-32/+42
| | | | | | | | | | Conflicts: lib/crypto/doc/src/crypto.xml Conflicts: lib/crypto/doc/src/crypto.xml
* ssl, public_key, crypto: crypto:algorithms/0 -> crypto:supports/0Ingela Anderton Andin2013-05-201-10/+21
|
* ssh & crypto: Remove use of deprecated crypto functions from sshIngela Anderton Andin2013-05-201-1/+15
|
* ssl & crypto: Generalize the remaining crypto APIIngela Anderton Andin2013-05-082-75/+67
|
* crypto: New API for ciphersIngela Anderton Andin2013-05-081-659/+270
|
* crypto: Deprecate functions, update doc and specsIngela Anderton Andin2013-05-082-990/+489
|
* CRYPTO: add support for Elliptic Curves to crypto appAndreas Schultz2013-05-081-2/+147
| | | | | | Conflicts: lib/crypto/src/crypto.erl
* crypto: Fix typo in documentationKlaus Trainer2013-04-211-1/+1
|
* ssl & crypto: Documentation enhancementsIngela Anderton Andin2013-04-051-8/+10
| | | | OTP-10450
* crypto: New SRP APIIngela Anderton Andin2013-04-031-66/+72
| | | | Adjust API to better fit in with similar funtions in crypto
* CRYPTO: add algorithms/0 function that returns a list off compiled in crypto ↵Andreas Schultz2013-04-031-0/+8
| | | | | | | | algorithms add algorithms/0 function that returns a list off compiled in crypto algorithms and make tests suites with SHA226, SHA256, SHA384 and SHA512 conditional based on that
* CRYPTO: add support for RFC-2945 SRP-3 and RFC-5054 SRP-6a authenticationAndreas Schultz2013-03-281-1/+87
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-291-0/+30
|
* Update copyright yearsBjörn-Egil Dahlberg2013-01-252-2/+2
|
* Merge branch 'sverk/crypto-hmac-enhancements/OTP-10640'Fredrik Gustafsson2013-01-141-1/+18
|\ | | | | | | | | | | | | | | | | * sverk/crypto-hmac-enhancements/OTP-10640: crypto: Add RFC-4231 test vectors for output truncation crypto: Add test cases for the generic hmac interface in the RFC-4231 tests crypto: Add RFC-2202 test vectors for HMAC-MD5 and HMAC-SHA1 crypto: Provide a generic interface for HMAC generation crypto: Document all types currently available for hmac_init
| * crypto: Provide a generic interface for HMAC generationDaniel White2012-12-121-0/+17
| |
| * crypto: Document all types currently available for hmac_initDaniel White2012-12-121-1/+1
| |
* | fix ripemd160 to use hash_init family and add documentationMichael Loftis2012-12-211-2/+2
|/ | | | | | this patch removes the exports for ripemd160 from the previous patches and incorporates those functions into the hash_init family. documentation is also added.
* crypto: Let info_lib return header version instead of lib versionSverker Eriksson2012-12-041-0/+6
|
* crypto: Fix some documentation bugsSverker Eriksson2012-12-042-1/+5
|
* crypto: Throw notsup for DES3 CFB encryption for old opensslSverker Eriksson2012-12-041-0/+4
| | | | An attempt to enable the use of openssl 0.9.7
* Update copyright yearsBjörn-Egil Dahlberg2012-11-231-1/+1
|
* Prepare releaseOTP_R15B02Erlang/OTP2012-09-031-0/+47
|
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
|
* Merge branch 'ia/ssl/tls1.1and1.2' into maintIngela Anderton Andin2012-08-231-28/+91
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ia/ssl/tls1.1and1.2: (46 commits) ssl: Clean up of code thanks to dialyzer ssl: Test suite adjustments ssl & public_key: Prepare for release ssl: Use crypto:strong_rand_bytes if possible ssl & public_key: Add use of more "sha-rsa oids" ssl: Fix inet header option to behave as in inet ssl: TLS 1.2: fix hash and signature handling ssl: TLS 1.2: fix Certificate Request list of Accepted Signatur/Hash combinations ssl: Add Signature Algorithms hello extension from TLS 1.2 ssl: Fix rizzo tests to run as intended ssl: TLS-1.1 and TLS-1.2 support should not be default until R16 ssl: Signture type bug ssl: Add crypto support check (TLS 1.2 require sha256 support) ssl: Dialyzer fixes ssl: IDEA cipher is deprecated by TLS 1.2 ssl: Run relevant tests for all SSL/TLS versions ssl: Add TLS version switches to openssl tests ssl: Enable TLS 1.2 ssl: Enable mac_hash for TLS 1.2 ssl: Implement TLS 1.2 signature support ...
| * crypto: Add sha224 for rsa sign/verifySverker Eriksson2012-08-221-2/+2
| |
| * crypto: Add more generic hash interfaceSverker Eriksson2012-08-221-0/+51
| |
| * crypto: Redo interface for rsa and dss hash signingSverker Eriksson2012-08-221-27/+39
| | | | | | | | | | Replace _hash functions with {digest,_} argument to existing sign/verify functions.
* | crypto: Allow aes_cfb_128_{en|de}crypt to accept unaligned dataSverker Eriksson2012-07-041-7/+35
|/ | | | Remove the need for padding up to 16-byte multiple.
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-9/+9
| | | | | OTP-10106 OTP-10107
* crypto: Optimize RSA private key handlingSverker Eriksson2012-04-201-4/+19
| | | | | | | by using extra redundant information as part of the key that will speed things up for OpenSSL. Affects rsa_sign, rsa_private_encrypt and rsa_private_decrypt.
* Prepare releaseErlang/OTP2011-12-121-0/+38
|
* Fix misspelling of chosenTuncer Ayaz2011-12-051-1/+1
|
* crypto: Add sha256,384,512 in documentation for rsa_verifySverker Eriksson2011-12-051-1/+3
|
* Additions to crypto and public_key needed for full PKCS-8 supportIngela Anderton Andin2011-11-011-2/+28
|
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-20/+0
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* Merge branch 'pg/des-cfb-functions'Sverker Eriksson2011-10-181-1/+78
|\ | | | | | | | | | | | | | | * pg/des-cfb-functions: [crypto] Remove swedish characters from test code [crypto] Add DES and Triple DES cipher feedback (CFB) mode functions OTP-9640
| * [crypto] Add DES and Triple DES cipher feedback (CFB) mode functionsPaul Guyot2011-10-181-1/+78
| |
* | Prepare releaseOTP_R14B04Erlang/OTP2011-10-041-0/+25
| |
* | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4"Sverker Eriksson2011-09-211-2/+2
| | | | | | | | This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1.
* | Merge branch 'cr/md2-With-RSA-Encryption' into devHenrik Nord2011-09-201-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * cr/md2-With-RSA-Encryption: Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5 Support md2WithRSAEncryption certificates in public_key Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4 OTP-9554
| * | Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5Christian von Roques2011-09-061-1/+1
| | |
| * | Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4Christian von Roques2011-09-061-2/+2
| | |
* | | [crypto] Fix rand_uniform for negative valuesSverker Eriksson2011-09-071-1/+1
|/ / | | | | | | Also let it throw badarg if 'Hi' is not larger than 'Lo'.