| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start on error + BN refactor | Steven Fackler | 2016-10-16 | 1 | -1037/+0 |
| * | Add support for OpenSSL 1.1.0 | Alex Crichton | 2016-10-12 | 1 | -27/+41 |
| * | More API cleanup | Steven Fackler | 2016-08-10 | 1 | -7/+1 |
| * | Asn1 and Bignum renames | Steven Fackler | 2016-08-10 | 1 | -63/+59 |
| * | Fix bn tests on 32 bit | Steven Fackler | 2016-08-07 | 1 | -3/+3 |
| * | Take a c_ulong directly in BN construction | Steven Fackler | 2016-08-07 | 1 | -2/+2 |
| * | Refactor BigNum | Steven Fackler | 2016-08-07 | 1 | -230/+420 |
| * | Merge remote-tracking branch 'origin/breaks' | Steven Fackler | 2016-08-02 | 1 | -54/+54 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/master' into breaks | Steven Fackler | 2016-07-31 | 1 | -0/+169 |
| | |\ | |||||
| | * | | Error reform | Steven Fackler | 2016-05-03 | 1 | -54/+54 |
| * | | | BigNum binary operators with different lifetimes. | Tomasz Miąsko | 2016-08-01 | 1 | -10/+10 |
| | |/ |/| | |||||
| * | | Document BigNum | Jonas Schievink | 2016-06-13 | 1 | -0/+169 |
| |/ | |||||
| * | added public key material to the constructor | Benjamin Fry | 2016-02-28 | 1 | -3/+3 |
| * | adding functionality to directly get and set RSA key material | Benjamin Fry | 2016-02-17 | 1 | -0/+5 |
| * | Fix up RSA integration | Daniel Albert | 2016-01-20 | 1 | -1/+1 |
| * | Make the BigNum generation from a native pointer unsafe | Daniel Albert | 2016-01-09 | 1 | -8/+6 |
| * | Implement the possibility to create BigNums from their ffi counterpart | Daniel Albert | 2016-01-01 | 1 | -0/+14 |
| * | Rustfmt | Steven Fackler | 2015-12-15 | 1 | -54/+107 |
| * | Cast correctly c_char raw pointers (fixes build on ARM #314) | Ondrej Perutka | 2015-11-30 | 1 | -4/+4 |
| * | Add support for set_tmp_dh() and RFC5114 DH parameters for forward secrecy. | Frank Denis | 2015-08-31 | 1 | -2/+2 |
| * | Fixup for beta | Alex Crichton | 2015-04-02 | 1 | -3/+3 |
| * | Fix deprecation warnings | Steven Fackler | 2015-03-25 | 1 | -1/+1 |
| * | Update depreciated code | Kevin Butler | 2015-02-20 | 1 | -5/+5 |
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 1 | -0/+604 |