| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #74 from vhbit/doc-samples | Steven Fackler | 2014-10-08 | 2 | -1/+31 | |
| |\ \ | | | | | | | X509 Generator sample | |||||
| | * | | X509 Generator sample | Valerii Hiora | 2014-10-08 | 2 | -1/+31 | |
| | | | | | | | | | | | | | Forcing static linking for lib wrapped as in other case doc tests fail to locate the static library | |||||
| * | | | Merge pull request #73 from vhbit/minor-doc-fixes | Steven Fackler | 2014-10-07 | 3 | -7/+26 | |
| |\| | | | | | | | | Minor doc fixes and feature mentions | |||||
| | * | | Minor doc fixes and feature mentions | Valerii Hiora | 2014-10-08 | 3 | -7/+26 | |
| |/ / | ||||||
| * | | Merge pull request #72 from sfackler/revert-66-fix-failing-test | Steven Fackler | 2014-10-07 | 2 | -2/+2 | |
| |\ \ | | | | | | | Revert "Fix #65: failing test case" | |||||
| | * | | Revert "Fix #65: failing test case" | Steven Fackler | 2014-10-07 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #66 from jroesch/fix-failing-test | Steven Fackler | 2014-10-07 | 2 | -2/+2 | |
| |\ \ | | | | | | | Fix #65: failing test case | |||||
| | * | | Fix #65: failing test case | Jared Roesch | 2014-10-06 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #67 from vhbit/membio-eof | Steven Fackler | 2014-10-07 | 3 | -8/+50 | |
| |\ \ \ | | | | | | | | | Fixed incorrect EOF handling in MemBio, added error description | |||||
| | * | | | Fixed incorrect EOF handling in MemBio, added error description | Valerii Hiora | 2014-10-07 | 3 | -8/+50 | |
| | | | | | | | | | | | | | | | | | Actually, EOF wasn't handled at all and it caused `mem_bio.read_to_end()` to fail. Which in turn failed all `write_pem` implementations. | |||||
| * | | | | Merge pull request #71 from vhbit/path-ization | Steven Fackler | 2014-10-07 | 2 | -7/+7 | |
| |\ \ \ \ | |/ / / |/| | | | Using `Path`s instead of plain strings | |||||
| | * | | | Using `Path`s instead of plain strings | Valerii Hiora | 2014-10-07 | 2 | -7/+7 | |
| | |/ / | | | | | | | Refs #45 | |||||
| * | | | Merge pull request #69 from vhbit/bn-zero-fix | Steven Fackler | 2014-10-07 | 3 | -6/+27 | |
| |\ \ \ | |/ / |/| | | Fixes #68: error on linking `bn_is_zero` | |||||
| | * | | Potential fix for #68 | Valerii Hiora | 2014-10-07 | 3 | -6/+27 | |
| |/ / | ||||||
| * | | Merge pull request #60 from vhbit/cert-gen-cleanup | Steven Fackler | 2014-10-06 | 5 | -31/+103 | |
| |\ \ | | | | | | | Better error handling in cert generation | |||||
| | * | | Better error handling in cert generation | Valerii Hiora | 2014-10-06 | 5 | -31/+103 | |
| |/ / | | | | | | | | | Now it should correctly free all resources in case of failure. | |||||
| * | | Ignore stderr from openssl s_server | Steven Fackler | 2014-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Ignore error string text | Steven Fackler | 2014-10-05 | 1 | -0/+1 | |
| | | | | | | | | | cc #65 | |||||
| * | | Merge pull request #59 from jroesch/better-errors | Steven Fackler | 2014-10-05 | 3 | -10/+32 | |
| |\ \ | | | | | | | Make errors human readable | |||||
| | * | | Load crypto error strings | Jared Roesch | 2014-10-05 | 2 | -2/+4 | |
| | | | | ||||||
| | * | | Fix error messages | Jared Roesch | 2014-10-05 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Address CR comments and add a test | Jared Roesch | 2014-10-05 | 1 | -9/+21 | |
| | | | | ||||||
| | * | | Make errors human readable | Jared Roesch | 2014-10-05 | 3 | -9/+17 | |
| |/ / | | | | | | | Change error messages from numeric codes to human readable strings. This makes debugging failures much easier. | |||||
| * | | Clean up warnings | Steven Fackler | 2014-10-04 | 2 | -2/+2 | |
| | | | ||||||
| * | | Changes made to support 0.12.0-dev ( October 2, 2014 ) | D.K | 2014-10-04 | 2 | -5/+3 | |
| | | | ||||||
| * | | Merge pull request #64 from reem/fix/big-num-is-zero | Steven Fackler | 2014-10-04 | 5 | -2/+17 | |
| |\ \ | | | | | | | Add a dummy bn_is_zero C dependency to wrap BN_is_zero | |||||
| | * | | Add a dummy bn_is_zero C dependency to wrap BN_is_zero | Jonathan Reem | 2014-10-04 | 5 | -2/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary because on some architectures BN_is_zero is a CPP macro, so trying to link against it in an `extern "C"` block causes a linker error. This also introduces a build command to Cargo to compile the bn_is_zero wrapper. | |||||
| * | | | Merge pull request #58 from vhbit/verify-data | Steven Fackler | 2014-10-04 | 4 | -3/+133 | |
| |\ \ \ | |/ / |/| | | User-provided data in verify | |||||
| | * | | Simpler setter for verify with data | Valerii Hiora | 2014-10-04 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | There is no need in wrapping function in option as there is no sense in providing data without function. | |||||
| | * | | User-provided data in verify | Valerii Hiora | 2014-10-02 | 4 | -3/+131 | |
| | | | | ||||||
| * | | | Merge pull request #61 from alexcrichton/memcmp | Steven Fackler | 2014-10-01 | 3 | -1/+43 | |
| |\ \ \ | |/ / |/| | | Add bindings to CRYPTO_memcmp | |||||
| | * | | Add bindings to CRYPTO_memcmp | Alex Crichton | 2014-10-01 | 3 | -1/+43 | |
| |/ / | | | | | | | This should help other projects use a constant-time memory comparison. | |||||
| * | | Merge pull request #57 from vhbit/mut-cleanup | Steven Fackler | 2014-09-30 | 4 | -24/+24 | |
| |\ \ | | | | | | | Clean up of mut/const types in `ffi` and also `mut_null` -> `null_mut` | |||||
| | * | | Unification and explicity in FFI type decls | Valerii Hiora | 2014-09-30 | 2 | -19/+19 | |
| | | | | ||||||
| | * | | Fixed mut_null deprecation warnings | Valerii Hiora | 2014-09-30 | 2 | -5/+5 | |
| |/ / | ||||||
| * | | Merge pull request #56 from vhbit/single-ffi | Steven Fackler | 2014-09-30 | 15 | -649/+571 | |
| |\ \ | | | | | | | Single `ffi` module | |||||
| | * | | single `ffi` module | Valerii Hiora | 2014-09-30 | 15 | -649/+571 | |
| |/ / | ||||||
| * | | Merge pull request #53 from vhbit/cert-gen | Steven Fackler | 2014-09-30 | 9 | -313/+782 | |
| |\ \ | | | | | | | Certificate/PKey generation & PEM export | |||||
| | * | | Addressed review comments | Valerii Hiora | 2014-09-28 | 4 | -14/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed invalid file permissions - removed redundand mem::transmute - removed outdated FIXME's - removed redundand temporary variable - removed macro_export for internal macros | |||||
| | * | | Certificate/pkey generation & PEM export | Valerii Hiora | 2014-09-26 | 9 | -313/+791 | |
| | | | | | | | | | | Required quite a lot of refactoring | |||||
| * | | | Merge pull request #55 from cjcole/master | Steven Fackler | 2014-09-27 | 1 | -4/+45 | |
| |\ \ \ | |/ / |/| | | Additions and one bug fix (BN_mod_inverse). | |||||
| | | * | Added mod_mul. | Chris Cole | 2014-11-29 | 1 | -0/+7 | |
| | |/ | ||||||
| | * | Removed BN_sub_word signature for the time being. | Chris Cole | 2014-09-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | Removing unused signatures for the time being. | Chris Cole | 2014-09-27 | 1 | -3/+0 | |
| | | | ||||||
| | * | Use CRYPTO_free to free the result of BN_bn2bin. | Chris Cole | 2014-09-27 | 1 | -6/+2 | |
| | | | ||||||
| | * | Added signatures forBN_sub_word, BN_is_zero, BN_is_one, BN_is_word, | Chris Cole | 2014-09-27 | 1 | -4/+53 | |
| |/ | | | | | | | | and BN_is_odd. Fixed incorrect BN_mod_inverse signature. Added signature for BN_bn2dec. Added trait implementations for Zero, One, and fmt::Show. Added to_dec_str function to BigNum impl. | |||||
| * | Merge pull request #46 from vhbit/tls1-2-support | Steven Fackler | 2014-09-25 | 4 | -4/+37 | |
| |\ | | | | | Enabling TLS1.2 support | |||||
| | * | TLS 1_1, 1_2, Ssl 2 is enabled by features | Valerii Hiora | 2014-09-23 | 4 | -5/+22 | |
| | | | ||||||
| | * | Enabling TLS1.2 support | Valerii Hiora | 2014-09-23 | 2 | -1/+17 | |
| | | | | | | | | | | | | | | | Unfortunately OS X comes with 0.9.8 bundled. There is a way to install a recent version through homebrew, however it is extremely hard to make it link agains brewed version without tricking link version | |||||
| * | | Merge pull request #51 from ebfe/deprecated | Steven Fackler | 2014-09-23 | 2 | -29/+34 | |
| |\ \ | |/ |/| | Fix deprecation warnings | |||||