| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v0.9.11v0.9.11 | Steven Fackler | 2017-04-14 | 1 | -1/+1 |
| * | Merge pull request #616 from sfackler/no-alloc | Steven Fackler | 2017-04-13 | 2 | -22/+86 |
| |\ | |||||
| | * | Don't force allocation for message digests | Steven Fackler | 2017-04-13 | 2 | -22/+86 |
| * | | (issues-600) Avoid compiling ec2m code against no-ec2m openssl | Andrew Roetker | 2017-04-11 | 1 | -0/+1 |
| |/ | |||||
| * | Add new EC/PKEY methods to permit deriving shared secrets. | Andrew Osmond | 2017-04-10 | 2 | -7/+69 |
| * | Release v0.9.10v0.9.10 | Steven Fackler | 2017-03-26 | 1 | -1/+1 |
| * | 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 | Chris Cole | 2017-03-25 | 1 | -2/+20 |
| * | | Logic to support client-side session reuse | Steven Fackler | 2017-03-25 | 2 | -7/+105 |
| |/ | |||||
| * | Release v0.9.9v0.9.9 | Steven Fackler | 2017-03-14 | 1 | -1/+1 |
| * | Release v0.9.8v0.9.8 | Steven Fackler | 2017-03-09 | 1 | -1/+1 |
| * | Merge pull request #592 from Byron/master | Steven Fackler | 2017-03-09 | 2 | -1/+19 |
| |\ | |||||
| | * | Don't allow Stacks to be allocated with a null-ptr | Sebastian Thiel | 2017-03-07 | 2 | -13/+11 |
| | * | Fix for empty stacks | Sebastian Thiel | 2017-03-06 | 1 | -2/+11 |
| | * | Add test to run into issue with stack.len() | Sebastian Thiel | 2017-03-06 | 1 | -0/+11 |
| * | | Merge pull request #585 from bluejekyll/master | Steven Fackler | 2017-03-07 | 1 | -0/+17 |
| |\ \ | |/ |/| | |||||
| | * | 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 |
| * | | Fix Shr trait impl for BigNum: was using shl | Chris Cole | 2017-03-01 | 1 | -2/+10 |
| * | | scrypt support | Steven Fackler | 2017-02-21 | 1 | -6/+56 |
| |/ | |||||
| * | Expose more error information | Steven Fackler | 2017-02-19 | 1 | -17/+79 |
| * | Add a fixme to drop const prefixes | Steven Fackler | 2017-02-19 | 1 | -0/+1 |
| * | Tweaks | Steven Fackler | 2017-02-18 | 1 | -4/+3 |
| * | add Ok to result | Benjamin Fry | 2017-02-16 | 1 | -1/+1 |
| * | 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 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 | 2 | -0/+38 |
| * | Support PKCS#8 private key deserialization | Steven Fackler | 2017-02-14 | 1 | -1/+62 |
| * | Release v0.9.7v0.9.7 | Steven Fackler | 2017-02-11 | 1 | -1/+1 |
| * | Update deprecation version | Steven Fackler | 2017-02-11 | 2 | -18/+18 |
| * | Remove X509Req setters | Steven Fackler | 2017-02-11 | 1 | -13/+0 |
| * | Merge remote-tracking branch 'origin/master' into x509-builder | Steven Fackler | 2017-02-11 | 33 | -728/+3506 |
| |\ | |||||
| | * | Re-add reexport | Steven Fackler | 2017-02-11 | 1 | -0/+1 |
| | * | Merge branch 'master' into x509_req_version_subject | Steven Fackler | 2017-02-11 | 3 | -14/+136 |
| | |\ | |||||
| | | * | X509 signature algorithm access | Steven Fackler | 2017-02-10 | 3 | -9/+77 |
| | | * | X509 signature access | Steven Fackler | 2017-02-10 | 2 | -5/+42 |
| | | * | Add Asn1BitString | Steven Fackler | 2017-02-10 | 1 | -0/+18 |
| | * | | Make it compile again. | mredlek | 2017-02-07 | 2 | -2/+9 |
| | * | | Merge branch 'master' into x509_req_version_subject | mredlek | 2017-02-07 | 20 | -162/+359 |
| | |\| | |||||
| | | * | Switch to foreign_types | Steven Fackler | 2017-02-03 | 20 | -150/+271 |
| | | * | Fixed constant names from openssl/rsa.h | Brian Chin | 2017-01-31 | 2 | -1/+9 |
| | | * | Adding suggestions from review. | Brian Chin | 2017-01-30 | 3 | -38/+33 |
| | | * | Fixing typo | Brian Chin | 2017-01-30 | 1 | -1/+1 |
| | | * | Small amount of docs. | Brian Chin | 2017-01-30 | 1 | -0/+1 |
| | | * | Simplify protocol based on the semantics defined by openssl. | Brian Chin | 2017-01-30 | 1 | -7/+12 |
| | | * | Simplify code, so that openssl-sys really doesn't contain anything aside | Brian Chin | 2017-01-30 | 2 | -15/+52 |
| | | * | Testing first version that works with signer. | Brian Chin | 2017-01-30 | 3 | -6/+36 |
| | * | | Add setters to new getter-functions in X509ReqRef | mredlek | 2017-01-27 | 1 | -0/+13 |
| | * | | Style changes according to review | mredlek | 2017-01-27 | 2 | -11/+5 |