summaryrefslogtreecommitdiff
path: root/lib/crypto/c_src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-181-6/+6
|\
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-6/+6
* | fix missing defines for RIPEMD160_CTX_LEN and RIPEMD160_LENMichael Loftis2012-12-191-0/+2
* | add ripemd160 support to cryptoMichael Loftis2012-12-181-0/+56
|/
* crypto: Let info_lib return header version instead of lib versionSverker Eriksson2012-12-041-1/+10
* crypto: Throw notsup for DES3 CFB encryption for old opensslSverker Eriksson2012-12-041-3/+10
* 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-094-139/+321
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* 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-231-98/+693
|\
| * crypto: Add sha224 for rsa sign/verifySverker Eriksson2012-08-221-0/+13
| * crypto: Add sha224Sverker Eriksson2012-08-221-0/+149
| * crypto: fix hmac_sha384 and add hmac test cases from RFC-4231Andreas Schultz2012-08-221-6/+6
| * crypto: Add sha384Sverker Eriksson2012-08-221-0/+143
| * crypto: Cleanup code for sha256 and sha512Sverker Eriksson2012-08-221-6/+10
| * crypto: Add SHA256 and SHA512 based MACsAndreas Schultz2012-08-221-1/+143
| * crypto: Redo interface for rsa and dss hash signingSverker Eriksson2012-08-221-215/+220
| * crypto: Add rsa and dss hash signing supportAndreas Schultz2012-08-221-0/+139
* | crypto: Allow aes_cfb_128_{en|de}crypt to accept unaligned dataSverker Eriksson2012-07-041-2/+1
|/
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-5/+5
* crypto: Optimize RSA private key handlingSverker Eriksson2012-04-201-18/+32
* crypto: Remove unnecessary dependency to libsslSverker Eriksson2012-04-111-1/+1
* crypto: Add sha{256,384,512} to rsa_verifySverker Eriksson2011-11-301-13/+55
* crypto: Add sha256 and sha512Sverker Eriksson2011-11-301-0/+151
* Additions to crypto and public_key needed for full PKCS-8 supportIngela Anderton Andin2011-11-011-13/+14
* Merge branch 'pg/des-cfb-functions'Sverker Eriksson2011-10-181-0/+48
|\
| * [crypto] Add DES and Triple DES cipher feedback (CFB) mode functionsPaul Guyot2011-10-181-0/+48
* | Merge branch 'dev' into majorSverker Eriksson2011-09-281-30/+28
|\ \
| * | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4"Sverker Eriksson2011-09-211-30/+28
* | | Merge branch 'dev' into majorHenrik Nord2011-09-201-28/+30
|\ \ \ | |/ /
| * | Merge branch 'cr/md2-With-RSA-Encryption' into devHenrik Nord2011-09-201-28/+30
| |\ \
| | * | Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4Christian von Roques2011-09-061-28/+30
* | | | Merge branch 'dev' into majorHenrik Nord2011-09-081-2/+3
|\ \ \ \ | |/ / /
| * | | Fix win32 OpenSSL static linking broken in 20c9d6eDave Cottlehuber2011-08-111-2/+3
| |/ /
* | | */c_src/Makefile*: Support parallel makeBjörn Gustavsson2011-08-081-6/+2
|/ /
* | Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
|/
* Merge branch 'sverker/crypto-aes-ctr-stream/OTP-9275' into devSverker Eriksson2011-05-191-0/+132
|\
| * Add true streaming AES (CTR) encryption and streaming HMAC operationsTravis Jensen2011-05-181-0/+132
* | Link OpenSSL libraries static on WindowsPatrik Nyblom2011-05-101-4/+4
|/
* Renamed the function strong_rand_uniform to strong_rand_mpint.Niclas Eklund2011-04-191-12/+13
* Adds NIFs for cryptographically strong random number generation.Niclas Eklund2011-04-151-0/+60
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Make crypto.c work with valgrind 3.6 and correct cerl.srcPatrik Nyblom2011-02-281-4/+10
* crypto CTR supportSverker Eriksson2010-11-171-0/+31
* Fix memory leaks in cryptoRickard Green2010-09-031-5/+14
* Build opt, debug and valgrind libraries as separate librariesRickard Green2010-09-021-7/+17
* Fix valgrind buildRickard Green2010-09-021-4/+4