Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare releaseOTP_R16B01 | Erlang/OTP | 2013-06-17 | 1 | -0/+59 |
| | |||||
* | crypto & public_key: Clearify documentation. | Ingela Anderton Andin | 2013-06-07 | 1 | -60/+53 |
| | |||||
* | crypto: Document enhancement | Ingela Anderton Andin | 2013-06-03 | 1 | -17/+19 |
| | |||||
* | crypto, public_key & ssl: Make more functions accept integer keys | Sverker Eriksson | 2013-05-24 | 1 | -5/+6 |
| | |||||
* | crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integer | Ingela Anderton Andin | 2013-05-22 | 1 | -3/+3 |
| | |||||
* | crypto: Documentation fixes from review | Ingela Anderton Andin | 2013-05-20 | 1 | -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/0 | Ingela Anderton Andin | 2013-05-20 | 1 | -10/+21 |
| | |||||
* | ssh & crypto: Remove use of deprecated crypto functions from ssh | Ingela Anderton Andin | 2013-05-20 | 1 | -1/+15 |
| | |||||
* | ssl & crypto: Generalize the remaining crypto API | Ingela Anderton Andin | 2013-05-08 | 2 | -75/+67 |
| | |||||
* | crypto: New API for ciphers | Ingela Anderton Andin | 2013-05-08 | 1 | -659/+270 |
| | |||||
* | crypto: Deprecate functions, update doc and specs | Ingela Anderton Andin | 2013-05-08 | 2 | -990/+489 |
| | |||||
* | CRYPTO: add support for Elliptic Curves to crypto app | Andreas Schultz | 2013-05-08 | 1 | -2/+147 |
| | | | | | | Conflicts: lib/crypto/src/crypto.erl | ||||
* | crypto: Fix typo in documentation | Klaus Trainer | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | ssl & crypto: Documentation enhancements | Ingela Anderton Andin | 2013-04-05 | 1 | -8/+10 |
| | | | | OTP-10450 | ||||
* | crypto: New SRP API | Ingela Anderton Andin | 2013-04-03 | 1 | -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 Schultz | 2013-04-03 | 1 | -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 authentication | Andreas Schultz | 2013-03-28 | 1 | -1/+87 |
| | |||||
* | Update copyright years | Björn-Egil Dahlberg | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | 2013-01-29 | 1 | -0/+30 |
| | |||||
* | Update copyright years | Björn-Egil Dahlberg | 2013-01-25 | 2 | -2/+2 |
| | |||||
* | Merge branch 'sverk/crypto-hmac-enhancements/OTP-10640' | Fredrik Gustafsson | 2013-01-14 | 1 | -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 generation | Daniel White | 2012-12-12 | 1 | -0/+17 |
| | | |||||
| * | crypto: Document all types currently available for hmac_init | Daniel White | 2012-12-12 | 1 | -1/+1 |
| | | |||||
* | | fix ripemd160 to use hash_init family and add documentation | Michael Loftis | 2012-12-21 | 1 | -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 version | Sverker Eriksson | 2012-12-04 | 1 | -0/+6 |
| | |||||
* | crypto: Fix some documentation bugs | Sverker Eriksson | 2012-12-04 | 2 | -1/+5 |
| | |||||
* | crypto: Throw notsup for DES3 CFB encryption for old openssl | Sverker Eriksson | 2012-12-04 | 1 | -0/+4 |
| | | | | An attempt to enable the use of openssl 0.9.7 | ||||
* | Update copyright years | Björn-Egil Dahlberg | 2012-11-23 | 1 | -1/+1 |
| | |||||
* | Prepare releaseOTP_R15B02 | Erlang/OTP | 2012-09-03 | 1 | -0/+47 |
| | |||||
* | Update copyright years | Björn-Egil Dahlberg | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'ia/ssl/tls1.1and1.2' into maint | Ingela Anderton Andin | 2012-08-23 | 1 | -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/verify | Sverker Eriksson | 2012-08-22 | 1 | -2/+2 |
| | | |||||
| * | crypto: Add more generic hash interface | Sverker Eriksson | 2012-08-22 | 1 | -0/+51 |
| | | |||||
| * | crypto: Redo interface for rsa and dss hash signing | Sverker Eriksson | 2012-08-22 | 1 | -27/+39 |
| | | | | | | | | | | Replace _hash functions with {digest,_} argument to existing sign/verify functions. | ||||
* | | crypto: Allow aes_cfb_128_{en|de}crypt to accept unaligned data | Sverker Eriksson | 2012-07-04 | 1 | -7/+35 |
|/ | | | | Remove the need for padding up to 16-byte multiple. | ||||
* | Update to work with whitespace in exec path | Lukas Larsson | 2012-06-05 | 1 | -9/+9 |
| | | | | | OTP-10106 OTP-10107 | ||||
* | crypto: Optimize RSA private key handling | Sverker Eriksson | 2012-04-20 | 1 | -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 release | Erlang/OTP | 2011-12-12 | 1 | -0/+38 |
| | |||||
* | Fix misspelling of chosen | Tuncer Ayaz | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | crypto: Add sha256,384,512 in documentation for rsa_verify | Sverker Eriksson | 2011-12-05 | 1 | -1/+3 |
| | |||||
* | Additions to crypto and public_key needed for full PKCS-8 support | Ingela Anderton Andin | 2011-11-01 | 1 | -2/+28 |
| | |||||
* | Remove unused */doc/src/make.dep files | Björn Gustavsson | 2011-10-27 | 1 | -20/+0 |
| | | | | | These dependency files was once used when building the documentation, but are no longer needed. | ||||
* | Merge branch 'pg/des-cfb-functions' | Sverker Eriksson | 2011-10-18 | 1 | -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 functions | Paul Guyot | 2011-10-18 | 1 | -1/+78 |
| | | |||||
* | | Prepare releaseOTP_R14B04 | Erlang/OTP | 2011-10-04 | 1 | -0/+25 |
| | | |||||
* | | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4" | Sverker Eriksson | 2011-09-21 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1. | ||||
* | | Merge branch 'cr/md2-With-RSA-Encryption' into dev | Henrik Nord | 2011-09-20 | 1 | -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 MD5 | Christian von Roques | 2011-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4 | Christian von Roques | 2011-09-06 | 1 | -2/+2 |
| | | | |||||
* | | | [crypto] Fix rand_uniform for negative values | Sverker Eriksson | 2011-09-07 | 1 | -1/+1 |
|/ / | | | | | | | Also let it throw badarg if 'Hi' is not larger than 'Lo'. |