| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #100 from gkoz/new_cert | Steven Fackler | 2014-11-20 | 4 | -12/+12 | |
| |\ | | | | | Replace an expired cert with a new one to make tests happy | |||||
| | * | Slice syntax fix | Gleb Kozyrev | 2014-11-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Replace an expired cert with a new one to make tests happy | Gleb Kozyrev | 2014-11-20 | 3 | -11/+11 | |
| |/ | ||||||
| * | Merge pull request #54 from jmesmon/server | Steven Fackler | 2014-11-19 | 2 | -13/+25 | |
| |\ | | | | | Server Support | |||||
| | * | Baseline server support | Cody P Schafer | 2014-11-19 | 2 | -13/+25 | |
| | | | | | | | | | | | Allows calling SSL_accept() instead of SSL_connect() when creating an SslStream. | |||||
| * | | Fix test build | Steven Fackler | 2014-11-19 | 4 | -12/+12 | |
| |/ | ||||||
| * | Remove Zero and One impls | Steven Fackler | 2014-11-17 | 1 | -20/+0 | |
| | | ||||||
| * | Merge pull request #98 from jamesrhurst/namespaced-enums | Steven Fackler | 2014-11-17 | 9 | -116/+120 | |
| |\ | | | | | Fixed compilation errors related to namedspaced enums | |||||
| | * | Fixed compilation errors related to namedspaced enums | James Hurst | 2014-11-17 | 9 | -116/+120 | |
| |/ | ||||||
| * | Impl Error for SslError | Steven Fackler | 2014-11-16 | 2 | -2/+23 | |
| | | ||||||
| * | Fix travis features | Steven Fackler | 2014-11-16 | 1 | -2/+2 | |
| | | ||||||
| * | Move AES XTS support to a feature | Steven Fackler | 2014-11-16 | 6 | -2/+13 | |
| | | ||||||
| * | Merge pull request #96 from coyotebush/xts | Steven Fackler | 2014-11-15 | 2 | -0/+18 | |
| |\ | | | | | Add XTS-AES mode | |||||
| | * | Add XTS-AES mode | Corey Ford | 2014-11-14 | 2 | -0/+18 | |
| |/ | ||||||
| * | Merge pull request #95 from vhbit/custom-build | Steven Fackler | 2014-11-13 | 9 | -40/+183 | |
| |\ | | | | | New build system | |||||
| | * | New build system | Valerii Hiora | 2014-11-13 | 9 | -40/+183 | |
| |/ | ||||||
| * | Bump to 0.0.1 | Steven Fackler | 2014-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #89 from pyrho/aes-256-cbc-decrypt-test | Steven Fackler | 2014-11-10 | 1 | -0/+34 | |
| |\ | | | | | Aes 256 cbc decrypt test | |||||
| | * | Replaced vector of bytes with bytes string literal for expected output of ↵ | pyrho | 2014-10-28 | 1 | -7/+2 | |
| | | | | | | | | | AES_256_CBC deciphering unit test | |||||
| | * | Merge remote-tracking branch 'upstream/master' into aes-256-cbc-decrypt-test | pyrho | 2014-10-28 | 3 | -14/+11 | |
| | |\ | ||||||
| | * | | AES 256 CBC unit test | pyrho | 2014-10-28 | 1 | -0/+39 | |
| | | | | ||||||
| * | | | Merge pull request #94 from DiamondLovesYou/master | Steven Fackler | 2014-11-10 | 3 | -14/+45 | |
| |\ \ \ | | | | | | | | | PNaCl/NaCl targets support. | |||||
| | * | | | Force linkage of LibreSSL when targeting NaCl OSs. | Richard Diamond | 2014-11-09 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Support PNaCl/NaCl. | Richard Diamond | 2014-11-09 | 2 | -22/+29 | |
| | | | | | ||||||
| | * | | | Add overrideable platform ssl. | Richard Diamond | 2014-11-08 | 1 | -0/+21 | |
| |/ / / | ||||||
| * | | | Merge pull request #92 from jmesmon/hash-writier | Steven Fackler | 2014-11-07 | 1 | -0/+21 | |
| |\ \ \ | | | | | | | | | crypto/hash: impl Writer for Hasher to allow use of Reader-Writer convenience functions | |||||
| | * | | | Hasher::write(): add basic test | Cody P Schafer | 2014-11-07 | 1 | -0/+13 | |
| | | | | | ||||||
| | * | | | crypto/hash: impl Writer for Hasher to allow use of Reader-Writer ↵ | Cody P Schafer | 2014-11-07 | 1 | -0/+8 | |
| |/ / / | | | | | | | | | | convenience functions | |||||
| * | | | Merge pull request #93 from jmesmon/fix-tcpstream | Steven Fackler | 2014-11-07 | 1 | -13/+13 | |
| |\ \ \ | | | | | | | | | Update to work with change in TcpStream api | |||||
| | * | | | Update to work with change in TcpStream api | Cody P Schafer | 2014-11-07 | 1 | -13/+13 | |
| |/ / / | ||||||
| * | | | Clean up some warnings | Steven Fackler | 2014-10-31 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #90 from ebfe/fix-build | Steven Fackler | 2014-10-30 | 8 | -16/+16 | |
| |\ \ \ | |_|/ |/| | | fail! -> panic! | |||||
| | * | | fail! -> panic! | Michael Gehring | 2014-10-30 | 8 | -16/+16 | |
| | | | | ||||||
| * | | | Clean up some BN stuff | Steven Fackler | 2014-10-26 | 3 | -14/+11 | |
| | |/ |/| | ||||||
| * | | Update doc location | Steven Fackler | 2014-10-26 | 2 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #85 from vhbit/x509-load-pem | Steven Fackler | 2014-10-16 | 5 | -56/+100 | |
| |\ | | | | | Cert loading from PEM & restructuring | |||||
| | * | Cert loading from PEM & restructuring | Valerii Hiora | 2014-10-15 | 5 | -56/+100 | |
| |/ | | | | | | - Added cert loading - Extracted X509 tests | |||||
| * | Merge pull request #86 from vhbit/bn-squash-init | Steven Fackler | 2014-10-14 | 1 | -25/+11 | |
| |\ | | | | | Cleaned up BigNum constructors | |||||
| | * | Cleaned up BigNum constructors | Valerii Hiora | 2014-10-14 | 1 | -25/+11 | |
| | | | ||||||
| * | | Merge pull request #87 from vhbit/removed-native | Steven Fackler | 2014-10-14 | 2 | -5/+0 | |
| |\ \ | |/ |/| | Removed redundant files | |||||
| | * | Removed redundant files | Valerii Hiora | 2014-10-14 | 2 | -5/+0 | |
| |/ | ||||||
| * | Merge pull request #81 from vhbit/lock-init | Steven Fackler | 2014-10-13 | 12 | -23/+46 | |
| |\ | | | | | Correct init mutexes and locking function | |||||
| | * | Correct init mutexes and locking function | Valerii Hiora | 2014-10-14 | 12 | -23/+46 | |
| |/ | | | | | | | | | `libcrypto` uses locks quite intensively even without SSL. So they should be initialized before everything else to function properly in multi-threaded apps in which SSL operations are absent or delayed. Finishes #79 | |||||
| * | Merge pull request #83 from jmesmon/set-cipher-list | Steven Fackler | 2014-10-13 | 2 | -0/+9 | |
| |\ | | | | | ssl: allow setting cipher list | |||||
| | * | ssl: allow setting cipher list | Cody P Schafer | 2014-10-13 | 2 | -0/+9 | |
| |/ | ||||||
| * | Merge pull request #79 from jroesch/init-cleanup | Steven Fackler | 2014-10-12 | 3 | -21/+43 | |
| |\ | | | | | Refactor code around initialization and error strings. | |||||
| | * | Refactor init and error handling code | Jared Roesch | 2014-10-11 | 3 | -21/+43 | |
| |/ | | | | | Move common ffi initialization code to 'ffi::init()' and the initialization of error handling to a a shared location. | |||||
| * | Merge pull request #62 from vhbit/feature-matrixrust-0.12 | Steven Fackler | 2014-10-10 | 2 | -7/+11 | |
| |\ | | | | | Feature matrix & conditioned doc generation | |||||
| | * | Feature matrix & conditioned doc generation | Valerii Hiora | 2014-10-10 | 2 | -7/+11 | |
| |/ | | | | | | | | | | | | - Ensures that library builds and passes all tests without any features and with `tlsv1_1`, `tlsv1_2` features enabled. Note, that `sslv2` isn’t in test case because on modern linux (like on Travis servers) `SSLv2_method` isn’t in `libssl.so` so it builds fine but fails on linking tests. - For simplification it generates docs after every build, but uploads them once - if it is `master` branch and not a pull request. | |||||
| * | Merge pull request #78 from alexcrichton/update | Steven Fackler | 2014-10-10 | 1 | -88/+88 | |
| |\ | | | | | Prepare for s/static/const/ | |||||