summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* ssl & crypto: Documentation enhancementsIngela Anderton Andin2013-04-051-8/+10
* crypto: New SRP APIIngela Anderton Andin2013-04-034-169/+267
* CRYPTO: add algorithms/0 function that returns a list off compiled in crypto ...Andreas Schultz2013-04-034-374/+246
* CRYPTO: add support for RFC-2945 SRP-3 and RFC-5054 SRP-6a authenticationAndreas Schultz2013-03-284-5/+524
* crypto: Refactor mod_exp_nifSverker Eriksson2013-03-282-43/+60
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-1/+31
* Update copyright yearsBjörn-Egil Dahlberg2013-01-255-5/+5
* Turn warnings to errors on selected applicationsBjörn Gustavsson2013-01-231-1/+1
* Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-182-8/+8
|\
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-152-8/+8
* | Merge branch 'sverk/crypto-hmac-enhancements/OTP-10640'Fredrik Gustafsson2013-01-143-7/+295
|\ \
| * | crypto: Add RFC-4231 test vectors for output truncationDaniel White2012-12-121-0/+44
| * | crypto: Add test cases for the generic hmac interface in the RFC-4231 testsDaniel White2012-12-121-2/+50
| * | crypto: Add RFC-2202 test vectors for HMAC-MD5 and HMAC-SHA1Daniel White2012-12-121-2/+164
| * | crypto: Provide a generic interface for HMAC generationDaniel White2012-12-122-2/+36
| * | crypto: Document all types currently available for hmac_initDaniel White2012-12-121-1/+1
| |/
* | fix crypto ripemd160 tests to use hash_init familyMichael Loftis2012-12-211-6/+6
* | fix ripemd160 to use hash_init family and add documentationMichael Loftis2012-12-212-35/+38
* | fix missing defines for RIPEMD160_CTX_LEN and RIPEMD160_LENMichael Loftis2012-12-191-0/+2
* | add ripemd160 support to cryptoMichael Loftis2012-12-183-2/+102
|/
* crypto: Skip sha256/512 tests for openssl 0.9.7Sverker Eriksson2012-12-041-0/+12
* crypto: Refactor test with if_098 helper functionSverker Eriksson2012-12-041-18/+11
* crypto: Let info_lib return header version instead of lib versionSverker Eriksson2012-12-042-1/+16
* crypto: Make crypto:info() up to dateSverker Eriksson2012-12-042-10/+21
* crypto: Add some unlisted test cases as part of the test suiteSverker Eriksson2012-12-041-0/+2
* crypto: Fix some documentation bugsSverker Eriksson2012-12-042-1/+5
* crypto: Throw notsup for DES3 CFB encryption for old opensslSverker Eriksson2012-12-044-4/+27
* Merge branch 'sverk/crypto-unloading'Sverker Eriksson2012-11-285-151/+359
|\
| * crypto: Link crypto_callback staticallySverker Eriksson2012-10-224-15/+36
| * crypto: Add debug print macrosSverker Eriksson2012-10-221-4/+11
| * crypto: Enable runtime upgrade of cryptoSverker Eriksson2012-10-161-32/+30
| * crypto: Make unloading of crypto saferSverker Eriksson2012-10-095-142/+324
* | Update copyright yearsBjörn-Egil Dahlberg2012-11-231-1/+1
|/
* Prepare releaseOTP_R15B02Erlang/OTP2012-09-032-1/+48
* Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
* Merge branch 'sverk/crypto-test-fix' into maintSverker Eriksson2012-08-301-0/+32
|\
| * crypto: Skip some tests if openssl lib < 0.9.8Sverker Eriksson2012-08-291-0/+32
* | crypto: Fix buffer overflow bug in rsa_signSverker Eriksson2012-08-291-1/+1
|/
* Merge branch 'ia/ssl/tls1.1and1.2' into maintIngela Anderton Andin2012-08-234-157/+1367
|\
| * crypto: Add sha224 for rsa sign/verifySverker Eriksson2012-08-223-3/+16
| * crypto: Add more generic hash interfaceSverker Eriksson2012-08-222-2/+82
| * crypto: Add sha224Sverker Eriksson2012-08-223-3/+259
| * crypto: fix hmac_sha384 and add hmac test cases from RFC-4231Andreas Schultz2012-08-222-6/+220
| * crypto: Add sha384Sverker Eriksson2012-08-222-1/+193
| * crypto: Cleanup code for sha256 and sha512Sverker Eriksson2012-08-222-28/+23
| * crypto: Add SHA256 and SHA512 based MACsAndreas Schultz2012-08-223-7/+249
| * crypto: Redo interface for rsa and dss hash signingSverker Eriksson2012-08-224-296/+292
| * crypto: Add rsa and dss hash signing supportAndreas Schultz2012-08-223-5/+227
* | crypto: Allow aes_cfb_128_{en|de}crypt to accept unaligned dataSverker Eriksson2012-07-043-13/+49
|/