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
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
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
38f0e8d9ee
Changed Asn1Object documentation to include references to Nid
2017-09-29 09:37:46 -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
Steven Fackler
2c58c39e84
Fix rerun logic
...
Closes #732
2017-09-20 13:48:38 -07:00
Steven Fackler
5251eab48f
Unpin ctest
2017-09-20 10:37:18 -04:00
Steven Fackler
cd558d99e7
Release v0.9.18
2017-09-20 10:21:37 -04:00
Steven Fackler
3c7c7a8197
Merge pull request #731 from sfackler/ip-host
...
Properly handle IPs in hostname verification
2017-09-20 10:18:07 -04:00
Steven Fackler
dc92a514ef
Properly handle IPs in hostname verification
2017-09-20 10:04:09 -04:00
Steven Fackler
7c5cd10d1e
Update to cc 1.0
2017-09-20 09:23:30 -04:00
Steven Fackler
096db96397
Pin ctest version to work around panic
2017-09-20 09:06:46 -04:00
Steven Fackler
9c923dd93a
Merge pull request #730 from atlaua/aranea/typo
...
openssl-sys: Fix typo in libressl_version definition
2017-09-20 08:26:58 -04:00
Luis Ressel
18db932c60
openssl-sys: Fix typo in libressl_version definition
...
Signed-off-by: Luis Ressel <aranea@aixah.de>
2017-09-18 23:49:44 +02:00
Steven Fackler
f0db1dbc95
Merge pull request #695 from Keruspe/master
...
openssl-sys: support libressl 2.6.1
2017-09-17 13:57:18 -07:00
Marc-Antoine Perennou
b73548da18
openssl: ecdh_tmp_callback doesn't work with libressl 2.6.1
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-09-17 19:55:47 +02:00
Marc-Antoine Perennou
5091830379
openssl: libressl 2.6.1 dropped suuport for npn
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-09-17 19:46:05 +02:00
Marc-Antoine Perennou
bf85e41d74
opensslè-sys: adjust some constants to libressl 2.6.1
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-09-17 19:31:10 +02:00
Marc-Antoine Perennou
c103ba2c87
systest: don't include cms.h for libressl 2.6.1
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-09-17 11:46:19 +02:00
Marc-Antoine Perennou
579d4a86d2
openssl-sys: define libressl version
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-09-17 11:43:25 +02:00
Marc-Antoine Perennou
70f72ae177
ci: use libressl 2.6.1
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-09-17 11:43:25 +02:00
Steven Fackler
7d41009a9c
Update default client cipher list
2017-09-16 13:10:55 -04:00