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
Andy Gauge
2c7a19013c
documented and example for ASN1 module
2017-09-28 16:27:00 -07:00
johnthagen
b65540709f
Document nid module
2017-09-28 14:25:39 -04:00
johnthagen
c5aef19d05
Add instructions for adding OpenSSL DLLs to PATH if needed during install
2017-09-28 13:34:49 -04:00
Steven Fackler
67ca96a0b8
Merge pull request #734 from AndyGauge/doc-aes
...
AES module level docs and example
2017-09-28 12:22:26 -04:00
Andy Gauge
1e3b8183bb
Moved details about function and reworded block requirements
2017-09-28 08:04:10 -07:00
Andy Gauge
a02b07fe76
WIP ASN.1 documentation
2017-09-28 08:00:23 -07:00
johnthagen
16c3aa43e4
Add instructions for adding OpenSSL DLLs to PATH if needed during install
2017-09-28 10:42:53 -04:00
johnthagen
c4b044b6ba
Fix doc test and move external documentation link to rand_bytes function
2017-09-28 10:36:53 -04:00
johnthagen
26fa22fe04
Fix typos
2017-09-28 09:52:46 -04:00
johnthagen
220c707fd9
Document rand module
2017-09-28 09:49:03 -04:00
johnthagen
0f0ab2e425
Hide ec_key module in docs because it is deprecated
2017-09-28 09:28:08 -04:00
Andy Gauge
f759f8dd4a
Preface with links to conventional AES
2017-09-27 08:46:13 -07:00
Andy Gauge
ad879ad7de
AES (IGE) encryption documentation
2017-09-26 16:51:37 -07:00
Andy Gauge
afde5a84b1
AES Module level docs and example
2017-09-26 16:34:06 -07:00
Andy Gauge
b07b0e7fb7
WIP: document AES
2017-09-25 17:01:08 -07:00