Steven Fackler
|
f50dd20cb6
|
Fix docs
|
2018-01-06 21:42:37 -08:00 |
Steven Fackler
|
3eab162dc2
|
Move to associated consts
|
2017-12-25 19:56:27 -07:00 |
Steven Fackler
|
e9ad9f1afd
|
Upgrade foreign-types
foreign-types 0.3 and 0.2 now share the same types and traits, so this
is backwards compatible.
|
2017-11-26 17:07:24 -07:00 |
Steven Fackler
|
de987f20c8
|
Revert "Update foreign-types to 0.3"
|
2017-11-21 08:51:37 -08:00 |
Anthony Ramine
|
93be1c4f2f
|
Update foreign-types to 0.3
|
2017-11-21 09:17:39 +01:00 |
Paul Florence
|
0bae121e12
|
Added a macro that wraps foreign type, and impl Send and Sync for both,
the borrowed type and the owned one.
Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
|
2017-11-10 10:05:52 -05:00 |
Steven Fackler
|
9d43fc6e02
|
Merge pull request #744 from AndyGauge/doc-bn
Doc BigNum
|
2017-10-07 13:44:54 -07:00 |
Andy Gauge
|
a989e414f4
|
Describe return values of groups.
|
2017-10-04 08:17:14 -07:00 |
johnthagen
|
b5bb8de4f2
|
Convert try! usage to ?
|
2017-10-03 17:44:02 -04:00 |
Andy Gauge
|
7c40c5269c
|
Finished BigNum documentation
|
2017-10-03 09:52:14 -07:00 |
Andy Gauge
|
feb3eb3f01
|
removed deny missing docs
|
2017-09-29 16:23:16 -07:00 |
Andy Gauge
|
1e161e924f
|
WIP BigNum function documentation
|
2017-09-29 16:00:34 -07:00 |
Andy Gauge
|
b44d37acaf
|
Began bn module documenation
|
2017-09-29 09:18:44 -07:00 |
Steven Fackler
|
f34af83653
|
Init in bn_ctx constructor
|
2017-07-30 13:24:36 -07:00 |
Steven Fackler
|
bcd0dcafcb
|
Rustfmt
|
2017-07-15 21:46:11 -07:00 |
Chris Cole
|
d239e04c70
|
Fix order of arguments to BN_rand_range and BN_pseudo_rand_range
|
2017-03-25 12:29:18 -04:00 |
Chris Cole
|
bf21ff5f80
|
Fix Shr trait impl for BigNum: was using shl
|
2017-03-01 11:24:11 -05:00 |
Steven Fackler
|
f2c69ae7e9
|
Merge remote-tracking branch 'origin/master' into x509-builder
|
2017-02-11 10:13:00 -08:00 |
Steven Fackler
|
12ae31ad47
|
Switch to foreign_types
|
2017-02-03 23:03:35 -08:00 |
Steven Fackler
|
920ab0d6fb
|
OCSP functionality
|
2017-01-14 21:09:38 -08:00 |
Steven Fackler
|
157034d995
|
Add a missing init
|
2016-11-12 14:30:53 +00:00 |
Steven Fackler
|
796d7b4deb
|
Add constructors for various standard primes
|
2016-11-12 14:20:43 +00:00 |
Steven Fackler
|
b83edbad0d
|
Start on an X509Builder
|
2016-11-06 14:07:34 -08:00 |
Steven Fackler
|
4e2ffe5b9b
|
Re-adjust BigNum API
|
2016-11-05 17:35:31 -07:00 |
Steven Fackler
|
f15c817c2d
|
Rustfmt
|
2016-11-05 10:54:17 -07:00 |
Steven Fackler
|
01ae978db0
|
Get rid of Ref
There's unfortunately a rustdoc bug that causes all methods implemented
for any Ref<T> to be inlined in the deref methods section :(
|
2016-11-04 17:16:59 -07:00 |
Steven Fackler
|
772a506294
|
Clean up some bignum APIs
|
2016-11-03 21:06:23 -07:00 |
Steven Fackler
|
e87b75fa03
|
Rename BnCtx
|
2016-11-03 20:54:08 -07:00 |
Steven Fackler
|
176348630a
|
Don't clear BigNums in destructor
Instead add a clear method.
|
2016-11-01 21:59:07 -07:00 |
Steven Fackler
|
888b8b696c
|
Fix docs
|
2016-11-01 21:42:39 -07:00 |
Steven Fackler
|
3363046c34
|
Update bignum
|
2016-10-31 20:02:24 -07:00 |
Steven Fackler
|
927c3e924c
|
Add a generic Ref type
|
2016-10-31 20:02:24 -07:00 |
Steven Fackler
|
f75f82e466
|
Rustfmt
|
2016-10-30 16:37:45 -07:00 |
Steven Fackler
|
654f0941e1
|
Don't double-allocate strings
|
2016-10-26 21:42:09 -07:00 |
Steven Fackler
|
6f1a3f2834
|
Update BigNumRef
|
2016-10-21 20:26:53 -07:00 |
Steven Fackler
|
68954cfc51
|
Finish BN overhaul
|
2016-10-16 23:13:00 -07:00 |
Steven Fackler
|
7ec015325b
|
Finish error overhaul
|
2016-10-16 21:07:17 -07:00 |
Steven Fackler
|
8f89f0bfa9
|
Start on error + BN refactor
|
2016-10-16 15:54:09 -07:00 |