Age | Commit message (Expand) | Author |
2013-05-28 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin |
2013-05-24 | crypto, public_key & ssl: Make more functions accept integer keys | Sverker Eriksson |
2013-05-22 | crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integer | Ingela Anderton Andin |
2013-05-20 | crypto: Documentation fixes from review | Ingela Anderton Andin |
2013-05-20 | ssl, public_key, crypto: crypto:algorithms/0 -> crypto:supports/0 | Ingela Anderton Andin |
2013-05-20 | ssh & crypto: Remove use of deprecated crypto functions from ssh | Ingela Anderton Andin |
2013-05-08 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin |
2013-05-08 | ssl & crypto: Generalize the remaining crypto API | Ingela Anderton Andin |
2013-05-08 | crypto: New API for ciphers | Ingela Anderton Andin |
2013-05-08 | crypto: Deprecate functions, update doc and specs | Ingela Anderton Andin |
2013-05-08 | CRYPTO: add support for Elliptic Curves to crypto app | Andreas Schultz |
2013-04-22 | Merge branch 'hb/unicode/OTP-10907' | Björn Gustavsson |
2013-04-21 | crypto: Fix typo in documentation | Klaus Trainer |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder |
2013-04-05 | ssl & crypto: Documentation enhancements | Ingela Anderton Andin |
2013-04-03 | crypto: New SRP API | Ingela Anderton Andin |
2013-04-03 | CRYPTO: add algorithms/0 function that returns a list off compiled in crypto ... | Andreas Schultz |
2013-03-28 | CRYPTO: add support for RFC-2945 SRP-3 and RFC-5054 SRP-6a authentication | Andreas Schultz |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-14 | Merge branch 'sverk/crypto-hmac-enhancements/OTP-10640' | Fredrik Gustafsson |
2012-12-21 | fix ripemd160 to use hash_init family and add documentation | Michael Loftis |
2012-12-12 | crypto: Provide a generic interface for HMAC generation | Daniel White |
2012-12-12 | crypto: Document all types currently available for hmac_init | Daniel White |
2012-12-04 | crypto: Let info_lib return header version instead of lib version | Sverker Eriksson |
2012-12-04 | crypto: Fix some documentation bugs | Sverker Eriksson |
2012-12-04 | crypto: Throw notsup for DES3 CFB encryption for old openssl | Sverker Eriksson |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-23 | Merge branch 'ia/ssl/tls1.1and1.2' into maint | Ingela Anderton Andin |
2012-08-22 | crypto: Add sha224 for rsa sign/verify | Sverker Eriksson |
2012-08-22 | crypto: Add more generic hash interface | Sverker Eriksson |
2012-08-22 | crypto: Redo interface for rsa and dss hash signing | Sverker Eriksson |
2012-07-04 | crypto: Allow aes_cfb_128_{en|de}crypt to accept unaligned data | Sverker Eriksson |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-04-20 | crypto: Optimize RSA private key handling | Sverker Eriksson |
2011-12-12 | Prepare release | Erlang/OTP |
2011-12-05 | Fix misspelling of chosen | Tuncer Ayaz |
2011-12-05 | crypto: Add sha256,384,512 in documentation for rsa_verify | Sverker Eriksson |
2011-11-01 | Additions to crypto and public_key needed for full PKCS-8 support | Ingela Anderton Andin |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson |
2011-10-18 | Merge branch 'pg/des-cfb-functions' | Sverker Eriksson |
2011-10-18 | [crypto] Add DES and Triple DES cipher feedback (CFB) mode functions | Paul Guyot |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP |
2011-09-21 | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4" | Sverker Eriksson |
2011-09-20 | Merge branch 'cr/md2-With-RSA-Encryption' into dev | Henrik Nord |
2011-09-07 | [crypto] Fix rand_uniform for negative values | Sverker Eriksson |
2011-09-06 | Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5 | Christian von Roques |