| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | show help message when pkg-config is missing | Jay Lee | 2017-03-29 | 1 | -3/+8 | |
| |/ | ||||||
| * | Release v0.9.10v0.9.10 | Steven Fackler | 2017-03-26 | 4 | -7/+7 | |
| | | ||||||
| * | Merge pull request #606 from cjcole/master | Steven Fackler | 2017-03-26 | 1 | -2/+20 | |
| |\ | | | | | Fix order of arguments to BN_rand_range and BN_pseudo_rand_range | |||||
| | * | Fix order of arguments to BN_rand_range and BN_pseudo_rand_range | Chris Cole | 2017-03-25 | 1 | -2/+20 | |
| | | | ||||||
| * | | Merge pull request #607 from sfackler/set-session | Steven Fackler | 2017-03-26 | 7 | -16/+130 | |
| |\ \ | |/ |/| | Logic to support client-side session reuse | |||||
| | * | Logic to support client-side session reuse | Steven Fackler | 2017-03-25 | 7 | -16/+130 | |
| |/ | ||||||
| * | Merge pull request #601 from pgerber/double_unlock | Steven Fackler | 2017-03-17 | 2 | -2/+2 | |
| |\ | | | | | Panic if lock managed by `locking_function` is doubly unlocked | |||||
| | * | Panic if lock managed by `locking_function` is doubly unlocked | Peter Gerber | 2017-03-16 | 2 | -2/+2 | |
| |/ | | | | | | | Trying to unlock an unlocked lock is always an error and should be treated as such. This is related to #597. | |||||
| * | Release v0.9.9v0.9.9 | Steven Fackler | 2017-03-14 | 4 | -7/+7 | |
| | | ||||||
| * | Merge pull request #598 from ↵ | Steven Fackler | 2017-03-14 | 2 | -6/+15 | |
| |\ | | | | | | | | | ajroetker/maint/recreate_ability_to_pass_in_OPENSSL_LIBS (maint) Recreate ability to pass in OPENSSL_LIBS variable | |||||
| | * | (maint) Recreate ability to pass in OPENSSL_LIBS variable | Andrew Roetker | 2017-03-13 | 2 | -6/+15 | |
| |/ | | | | | | | | | Prior to this commit in 43c951f743e68fac5f45119eda7c994882a1d489 the ability to pass OPENSSL_LIBS was removed from the build.rs of openssl-sys. This commit adds the ability to pass custom names for the OPENSSL_LIBS back in. This is useful for when building openssl across linux and windows with the same lib names (ssl:crypto) and the default names provided by the build script are not valid. | |||||
| * | Release v0.9.8v0.9.8 | Steven Fackler | 2017-03-09 | 4 | -7/+7 | |
| | | ||||||
| * | Merge pull request #592 from Byron/master | Steven Fackler | 2017-03-09 | 3 | -1/+19 | |
| |\ | | | | | Fix for len() == isize::max() for stacks that are unallocated | |||||
| | * | Don't allow Stacks to be allocated with a null-ptr | Sebastian Thiel | 2017-03-07 | 2 | -13/+11 | |
| | | | | | | | | | | | | | | | | | | | | | The latter must be seen as undefined behaviour, as it will cause the `sk_num` function to return -1 to indicate the error, which causes all kinds of issues. Thus there now is a panic to abort the program if stacks are initialized with a null-ptr, and special handling of that case when decoding a Pkcs file. | |||||
| | * | Fix for empty stacks | Sebastian Thiel | 2017-03-06 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | The culprit is that `sk_num(stack)` can return -1 as c_int if there is no stack allocated. Previously, thanks to unsafe casts, this would result in a isize::max() for len() and iteration size if there was no stack. Now this case is handled specifically, which fixes the issue. | |||||
| | * | Add test to run into issue with stack.len() | Sebastian Thiel | 2017-03-06 | 2 | -0/+11 | |
| | | | ||||||
| * | | Merge pull request #585 from bluejekyll/master | Steven Fackler | 2017-03-07 | 1 | -0/+17 | |
| |\ \ | |/ |/| | some helpful documentation and example on set_subject_name() | |||||
| | * | mention the common fields | Benjamin Fry | 2017-02-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | some helpful documentation and example. | Benjamin Fry | 2017-02-20 | 1 | -0/+17 | |
| | | | ||||||
| * | | Merge pull request #591 from cjcole/master | Steven Fackler | 2017-03-01 | 1 | -2/+10 | |
| |\ \ | | | | | | | Fix Shr trait impl for BigNum: was using shl | |||||
| | * | | Fix Shr trait impl for BigNum: was using shl | Chris Cole | 2017-03-01 | 1 | -2/+10 | |
| |/ / | ||||||
| * | | Fix dangling reference | Steven Fackler | 2017-02-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | License all future contributions properly | Steven Fackler | 2017-02-25 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge pull request #587 from sfackler/scrypt | Steven Fackler | 2017-02-22 | 2 | -6/+57 | |
| |\ \ | |/ |/| | scrypt support | |||||
| | * | scrypt support | Steven Fackler | 2017-02-21 | 2 | -6/+57 | |
| |/ | | | | Closes #586 | |||||
| * | Merge pull request #584 from sfackler/more-error-info | Steven Fackler | 2017-02-19 | 2 | -17/+83 | |
| |\ | | | | | Expose more error information | |||||
| | * | Expose more error information | Steven Fackler | 2017-02-19 | 2 | -17/+83 | |
| |/ | ||||||
| * | Add a fixme to drop const prefixes | Steven Fackler | 2017-02-19 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #583 from SilverWingedSeraph/patch-1 | Steven Fackler | 2017-02-19 | 1 | -1/+3 | |
| |\ | | | | | Add note about needing pkg-config | |||||
| | * | Add note about needing pkg-config | Leo Tindall | 2017-02-19 | 1 | -1/+3 | |
| |/ | | | I didn't have it and it took me a bit to figure out what the problem was. | |||||
| * | Tweaks | Steven Fackler | 2017-02-18 | 1 | -4/+3 | |
| | | ||||||
| * | Merge pull request #582 from bluejekyll/master | Steven Fackler | 2017-02-16 | 3 | -0/+49 | |
| |\ | | | | | add set_verify_cert_store() to ssl ctx | |||||
| | * | add Ok to result | Benjamin Fry | 2017-02-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge branch 'master' of github.com:bluejekyll/rust-openssl | Benjamin Fry | 2017-02-16 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | review fixes: reorder forget() | Benjamin Fry | 2017-02-16 | 1 | -2/+6 | |
| | | | | ||||||
| | | * | fix versions for sys as well | Benjamin Fry | 2017-02-14 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | fix cfg options for v102 and v110 | Benjamin Fry | 2017-02-14 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | add set_verify_cert_store() to ssl ctx | Benjamin Fry | 2017-02-14 | 3 | -0/+43 | |
| | | | | ||||||
| | * | | only forget in non-error condition | Benjamin Fry | 2017-02-16 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | review fixes: reorder forget() | Benjamin Fry | 2017-02-16 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | fix versions for sys as well | Benjamin Fry | 2017-02-16 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | fix cfg options for v102 and v110 | Benjamin Fry | 2017-02-16 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | add set_verify_cert_store() to ssl ctx | Benjamin Fry | 2017-02-16 | 3 | -0/+43 | |
| |/ / | ||||||
| * / | Update 1.1.0 version | Steven Fackler | 2017-02-16 | 3 | -8/+8 | |
| |/ | ||||||
| * | De-quote README line | Steven Fackler | 2017-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Support PKCS#8 private key deserialization | Steven Fackler | 2017-02-14 | 3 | -2/+63 | |
| | | | | | Closes #581 | |||||
| * | Release v0.9.7v0.9.7 | Steven Fackler | 2017-02-11 | 4 | -7/+7 | |
| | | ||||||
| * | Merge pull request #515 from sfackler/x509-builder | Steven Fackler | 2017-02-11 | 14 | -204/+1005 | |
| |\ | | | | | Add X509 builders, deprecate X509Generator | |||||
| | * | Fix for libressl | Steven Fackler | 2017-02-11 | 2 | -1/+4 | |
| | | | ||||||
| | * | Update deprecation version | Steven Fackler | 2017-02-11 | 2 | -18/+18 | |
| | | | ||||||