Andy Gauge
556f371689
Error documentation improvement
2017-10-27 16:59:36 -07:00
Andy Gauge
cda2662cbc
Merge branch 'master' into doc-ec
2017-10-24 16:44:21 -07:00
Andy Gauge
05ad00532c
Merge branch 'master' of https://github.com/sfackler/rust-openssl
2017-10-24 16:44:05 -07:00
Andy Gauge
df10bcf960
Update documentation for EC module
2017-10-24 16:43:01 -07:00
Steven Fackler
9b9a59a760
Merge pull request #758 from bvinc/want_read_typo
...
Fixed a typo in an error message, WANT_WRITE -> WANT_READ
2017-10-17 20:02:11 -07:00
Brian Vincent
d5299a8d2b
Fixed a typo in an error message, WANT_WRITE -> WANT_READ
2017-10-17 20:06:35 -05:00
Brian Vincent
b23e5b59ce
Add an example of making a CA and certs and verifying.
2017-10-17 20:04:17 -05:00
Steven Fackler
09f2a3e9db
Release v0.9.20
2017-10-14 14:36:55 -07:00
Steven Fackler
f4f00d4613
Merge pull request #755 from AndyGauge/doc-dsa
...
Documentation for DSA module
2017-10-14 13:08:17 -07:00
Andy Gauge
80efaf72e6
DSA size returns maximum size of signature
2017-10-11 13:06:52 -07:00
Andy Gauge
a62069cef9
Began EC documenation
2017-10-11 13:04:53 -07:00
Andy Gauge
2c7f0e7604
Merge branch 'master' of https://github.com/sfackler/rust-openssl
2017-10-09 12:10:04 -07:00
Andy Gauge
39f918ff3d
Documentation improvements for DSA module
2017-10-09 12:06:46 -07:00
BrianOn99
75e6db6f00
Move doc details into another paragraph
2017-10-09 11:14:27 +08:00
Steven Fackler
44a000f3a6
Merge pull request #753 from zsck/issue719
...
Added module-level documentation for the `sha` module.
2017-10-08 16:54:13 -07:00
Steven Fackler
79d6172571
Merge pull request #749 from johnthagen/conf
...
Document conf module
2017-10-08 16:52:30 -07:00
johnthagen
407f330d7b
Move OpenSSL implementation details into a normal comment
2017-10-07 18:29:53 -04:00
Zack Mullaly
a33efaa349
Include the hex crate and ToHex import to the second example
2017-10-07 17:07:53 -04:00
Zack Mullaly
f206eb6a4b
Added module-level documentation for the `sha` module.
...
The documentation included describes what the SHA family of hash functions is,
what hash functions are for, and a little bit about why one may want to use the
SHA family of hash functions. I have also included a couple of examples demonstrating
how to create a hasher and update it, as well as how to hash bytes directly.
2017-10-07 16:49:09 -04:00
Steven Fackler
9d43fc6e02
Merge pull request #744 from AndyGauge/doc-bn
...
Doc BigNum
2017-10-07 13:44:54 -07:00
Steven Fackler
0058478392
Merge pull request #748 from AndyGauge/doc-cms
...
CMS module documentation
2017-10-07 13:08:32 -07:00
Andy Gauge
040287dbb5
Module level documentaiton rewrite
2017-10-04 08:22:40 -07:00
Andy Gauge
a989e414f4
Describe return values of groups.
2017-10-04 08:17:14 -07:00
Andy Gauge
de18ccf5fe
Begun DSA documentation
2017-10-04 08:01:35 -07:00
Steven Fackler
ff8f54812c
Merge pull request #752 from chrisvittal/libressl262
...
Add support for LibreSSL 2.6.2
2017-10-03 22:11:29 -07:00
Christopher Vittal
1308cb2b52
Fix cfgs for libressl262
2017-10-04 00:53:09 -04:00
Christopher Vittal
701d3781dd
Update CI to use LibreSSL 2.6.2
2017-10-04 00:05:24 -04:00
Christopher Vittal
e0efd1d438
Add support for LibreSSL 2.6.2
2017-10-03 23:59:33 -04:00
Steven Fackler
fc9f10d4e5
Merge pull request #750 from johnthagen/remove-try
...
Convert try! usage to ?
2017-10-03 20:31:22 -07:00
johnthagen
b5bb8de4f2
Convert try! usage to ?
2017-10-03 17:44:02 -04:00
johnthagen
4f8195c472
Document conf module
2017-10-03 17:32:49 -04:00
Andy Gauge
4e59fab753
CMS module documentation
2017-10-03 11:07:35 -07:00
Andy Gauge
7c40c5269c
Finished BigNum documentation
2017-10-03 09:52:14 -07:00
Chiu Yue Chun
ff53750cab
Additional notes on Crypter
2017-10-04 00:28:32 +08:00
Chiu Yue Chun
76ecc13cec
Copy example to module level
2017-10-04 00:05:30 +08:00
Chiu Yue Chun
79a8ebb631
Add examples and more documentation to symm
2017-10-03 23:59:16 +08:00
Steven Fackler
7159215e45
Merge pull request #743 from AndyGauge/doc-asn1
...
Doc asn1 module
2017-09-30 21:14:12 -07:00
Steven Fackler
91455bc09c
Merge pull request #745 from johnthagen/patch-1
...
Hide deprecated crypto module from docs
2017-09-30 18:42:37 -07:00
johnthagen
219f13eb35
Deprecate crypto module
2017-09-30 21:29:57 -04:00
johnthagen
b078c67dbb
Hide deprecated crypto module from docs
2017-09-30 12:06:09 -04: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
9a63044175
Merge branch 'master' into doc-bn
2017-09-29 09:40:30 -07:00
Andy Gauge
38f0e8d9ee
Changed Asn1Object documentation to include references to Nid
2017-09-29 09:37:46 -07:00
Andy Gauge
b44d37acaf
Began bn module documenation
2017-09-29 09:18:44 -07:00
Steven Fackler
1766c1d327
Merge pull request #736 from johnthagen/hide-ec-key
...
Hide ec_key module in docs
2017-09-28 23:56:19 -04:00
Steven Fackler
c3fc494427
Merge pull request #737 from johnthagen/rand
...
Document rand module
2017-09-28 23:56:03 -04:00
Steven Fackler
a389124da5
Merge pull request #738 from johnthagen/readme
...
Add instructions for adding OpenSSL DLLs to PATH if needed
2017-09-28 23:55:15 -04:00
Steven Fackler
7c0965e66d
Merge pull request #740 from johnthagen/memcmp
...
Document memcmp module
2017-09-28 23:51:38 -04:00
Steven Fackler
61caf59515
Merge pull request #741 from johnthagen/nid
...
Document nid module
2017-09-28 23:50:01 -04:00