aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add XTS-AES modeCorey Ford2014-11-141-0/+16
* New build systemValerii Hiora2014-11-132-484/+1
* Merge pull request #89 from pyrho/aes-256-cbc-decrypt-testSteven Fackler2014-11-101-0/+34
|\
| * Replaced vector of bytes with bytes string literal for expected output of AES...pyrho2014-10-281-7/+2
| * Merge remote-tracking branch 'upstream/master' into aes-256-cbc-decrypt-testpyrho2014-10-283-14/+11
| |\
| * | AES 256 CBC unit testpyrho2014-10-281-0/+39
* | | Force linkage of LibreSSL when targeting NaCl OSs.Richard Diamond2014-11-091-0/+3
* | | Support PNaCl/NaCl.Richard Diamond2014-11-091-14/+20
* | | Hasher::write(): add basic testCody P Schafer2014-11-071-0/+13
* | | crypto/hash: impl Writer for Hasher to allow use of Reader-Writer convenience...Cody P Schafer2014-11-071-0/+8
* | | Update to work with change in TcpStream apiCody P Schafer2014-11-071-13/+13
* | | Clean up some warningsSteven Fackler2014-10-311-2/+2
* | | Merge pull request #90 from ebfe/fix-buildSteven Fackler2014-10-308-16/+16
|\ \ \ | |_|/ |/| |
| * | fail! -> panic!Michael Gehring2014-10-308-16/+16
* | | Clean up some BN stuffSteven Fackler2014-10-263-14/+11
| |/ |/|
* | Update doc locationSteven Fackler2014-10-261-1/+1
|/
* Cert loading from PEM & restructuring Valerii Hiora2014-10-155-56/+100
* Cleaned up BigNum constructorsValerii Hiora2014-10-141-25/+11
* Correct init mutexes and locking functionValerii Hiora2014-10-1412-23/+46
* ssl: allow setting cipher listCody P Schafer2014-10-132-0/+9
* Refactor init and error handling codeJared Roesch2014-10-113-21/+43
* Prepare for s/static/const/Alex Crichton2014-10-091-88/+88
* Merge pull request #75 from kinghajj/change-final-to-finalizeSteven Fackler2014-10-093-12/+12
|\
| * "final" is now a reserved word, so change occurrences to "finalize".Samuel Fredrickson2014-10-093-12/+12
* | BN_is_zero as a Rust functionValerii Hiora2014-10-093-34/+16
|/
* X509 Generator sampleValerii Hiora2014-10-082-1/+31
* Minor doc fixes and feature mentionsValerii Hiora2014-10-083-7/+26
* Revert "Fix #65: failing test case"Steven Fackler2014-10-072-2/+2
* Merge pull request #66 from jroesch/fix-failing-testSteven Fackler2014-10-072-2/+2
|\
| * Fix #65: failing test caseJared Roesch2014-10-062-2/+2
* | Merge pull request #67 from vhbit/membio-eofSteven Fackler2014-10-073-8/+50
|\ \
| * | Fixed incorrect EOF handling in MemBio, added error descriptionValerii Hiora2014-10-073-8/+50
* | | Merge pull request #71 from vhbit/path-izationSteven Fackler2014-10-072-7/+7
|\ \ \ | |/ / |/| |
| * | Using `Path`s instead of plain stringsValerii Hiora2014-10-072-7/+7
| |/
* / Potential fix for #68Valerii Hiora2014-10-072-3/+19
|/
* Better error handling in cert generationValerii Hiora2014-10-065-31/+103
* Ignore error string textSteven Fackler2014-10-051-0/+1
* Load crypto error stringsJared Roesch2014-10-052-2/+4
* Fix error messagesJared Roesch2014-10-051-3/+3
* Address CR comments and add a testJared Roesch2014-10-051-9/+21
* Make errors human readableJared Roesch2014-10-053-9/+17
* Clean up warningsSteven Fackler2014-10-042-2/+2
* Changes made to support 0.12.0-dev ( October 2, 2014 )D.K2014-10-042-5/+3
* Merge pull request #64 from reem/fix/big-num-is-zeroSteven Fackler2014-10-041-2/+7
|\
| * Add a dummy bn_is_zero C dependency to wrap BN_is_zeroJonathan Reem2014-10-041-2/+7
* | Merge pull request #58 from vhbit/verify-dataSteven Fackler2014-10-044-3/+133
|\ \ | |/ |/|
| * Simpler setter for verify with dataValerii Hiora2014-10-042-3/+5
| * User-provided data in verifyValerii Hiora2014-10-024-3/+131
* | Add bindings to CRYPTO_memcmpAlex Crichton2014-10-013-1/+43
|/
* Unification and explicity in FFI type declsValerii Hiora2014-09-302-19/+19