aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #641 from luser/pskSteven Fackler2017-07-042-1/+58
|\ \ \ | |/ / |/| | Expose PSK via a SslContextBuilder::set_psk_callback method
| * | Make some changes for review commentsTed Mielczarek2017-06-022-28/+32
| | |
| * | Expose PSK via a SslContextBuilder::set_psk_callback methodTed Mielczarek2017-05-262-2/+55
| | |
* | | Merge pull request #655 from ltratt/masterSteven Fackler2017-06-251-1/+9
|\ \ \ | | | | | | | | Enable build on LibreSSL 5.6.0 development branch.
| * | | Enable build on LibreSSL 5.6.0 development branch.Laurence Tratt2017-06-251-1/+9
|/ / / | | | | | | | | | | | | | | | | | | Without this, openssl-sys can't compile on OpenBSD-current. As far as I can tell, the only differences with respect to LibreSSL 5.5.4 are additional exposed functions: there do not appear to be any breaking changes. Certainly all the test suites in the repository succeed with this commit.
* | | Merge pull request #654 from sfackler/pkey-private-key-from-derSteven Fackler2017-06-243-0/+8
|\ \ \ | | | | | | | | Add PKey::private_key_from_der
| * | | Add PKey::private_key_from_derSteven Fackler2017-06-233-0/+8
|/ / /
* | | Release v0.9.14v0.9.14Steven Fackler2017-06-144-5/+5
| | |
* | | Properly reexport ConnectConfigurationSteven Fackler2017-06-141-1/+2
| | |
* | | Merge pull request #648 from JuanPotato/patch-1Steven Fackler2017-06-101-1/+1
|\ \ \ | |_|/ |/| | Fix documentation typo
| * | Fix documentation typoHasan2017-06-101-1/+1
|/ /
* | Merge pull request #647 from mcgoo/remove_unused_depsSteven Fackler2017-06-071-4/+0
|\ \ | | | | | | remove unused dependencies on windows
| * | remove unused dependencies on windowsJim McGrath2017-06-061-4/+0
|/ /
* | Merge pull request #645 from sfackler/110fSteven Fackler2017-06-066-42/+33
|\ \ | | | | | | Fix for changes in OpenSSL 1.1.0f
| * | Fix for changes in OpenSSL 1.1.0fSteven Fackler2017-06-066-42/+33
|/ /
* | Merge pull request #642 from oussama/patch-1Steven Fackler2017-06-041-1/+1
|\ \ | | | | | | Add pkg-config to readme
| * | Add pkg-configOussama Gammoudi2017-06-031-1/+1
|/ / | | | | | | | | | | | | error: failed to run custom build command for `openssl-sys v0.9.13` run pkg_config fail: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)" Problem encountered on WSL (Ubuntu on windows). Fixed by installing pkg-config
* | Little docs fixSteven Fackler2017-05-291-1/+1
| |
* | Add a fixmeSteven Fackler2017-05-291-64/+68
| |
* | Release v0.9.13v0.9.13Steven Fackler2017-05-294-7/+7
| |
* | Merge pull request #639 from golem131/dependency_updateSteven Fackler2017-05-264-62/+62
|\ \ | |/ |/| Update bitflags 0.8 -> 0.9
| * Update bitflags 0.8 -> 0.9golem1312017-05-224-62/+62
|/
* Merge pull request #638 from sfackler/110-sync-fixSteven Fackler2017-05-207-513/+1040
|\ | | | | Explicitly initialize OpenSSL 1.1.0
| * Explicitly initialize OpenSSL 1.1.0Steven Fackler2017-05-201-1/+14
| |
| * RustfmtSteven Fackler2017-05-207-512/+1026
|/
* Release v0.9.12v0.9.12Steven Fackler2017-05-124-7/+7
|
* Merge pull request #636 from sfackler/libressl-fixSteven Fackler2017-05-125-217/+357
|\ | | | | Fix LibreSSL versions other than 2.5.0
| * Test LibreSSL 2.5.4Steven Fackler2017-05-121-0/+2
| |
| * Fix support for LibreSSL versions other than 2.5.0Steven Fackler2017-05-124-217/+355
|/
* Merge pull request #635 from mcgoo/fix_cacert_pem_downloadSteven Fackler2017-05-121-1/+1
|\ | | | | use appveyor DownloadFile to download cacert.pem
| * use appveyor DownloadFile to download cacert.pemJim McGrath2017-05-121-1/+1
|/
* Drop x86 macOS buildSteven Fackler2017-05-061-4/+1
| | | | | It's not supported by Homebrew anymore and it's not clear that anyone really cares about that target at all.
* Set LD_LIBRARY_PATH when using custom buildSteven Fackler2017-05-061-0/+2
|
* Support public key decode from DERSteven Fackler2017-05-063-0/+8
| | | | Closes #629
* Add a note to rename variantSteven Fackler2017-05-061-0/+1
|
* Merge pull request #627 from jethrogb/patch-1Steven Fackler2017-05-031-1/+1
|\ | | | | Clarify use of ssl::HandshakeError::Interrupted
| * Clarify use of ssl::HandshakeError::Interruptedjethrogb2017-05-031-1/+1
|/
* Merge pull request #618 from sfackler/shaSteven Fackler2017-04-153-0/+114
|\ | | | | Expose the lower level SHA functions
| * Expose the lower level SHA functionsSteven Fackler2017-04-143-0/+114
|/ | | | | These don't allocate so they're both infallible and significantly faster.
* Release v0.9.11v0.9.11Steven Fackler2017-04-144-7/+7
|
* Merge pull request #616 from sfackler/no-allocSteven Fackler2017-04-132-22/+86
|\ | | | | Don't force allocation for message digests
| * Don't force allocation for message digestsSteven Fackler2017-04-132-22/+86
| |
* | Merge pull request #615 from ↵Steven Fackler2017-04-133-0/+5
|\ \ | |/ |/| | | | | ajroetker/issue-600/avoid_compiling_ec_code_against_no-ec2m_openssl (issues-600) Avoid compiling ec code against no-ec2m openssl
| * (issues-600) Avoid compiling ec2m code against no-ec2m opensslAndrew Roetker2017-04-113-0/+5
|/ | | | | This commit avoids defining code that leads to undefined references when compiling against an openssl built with no-ec2m.
* Merge pull request #613 from aosmond/add_evp_pkey_deriveSteven Fackler2017-04-113-7/+75
|\ | | | | Add new EC/PKEY methods to permit deriving shared secrets.
| * Add new EC/PKEY methods to permit deriving shared secrets.Andrew Osmond2017-04-103-7/+75
|/
* Don't exclude test data from packageSteven Fackler2017-04-041-1/+0
| | | | Closes #612
* Merge pull request #611 from ignatenkobrain/patch-1Steven Fackler2017-04-031-1/+1
|\ | | | | bump bitflags to 0.8
| * bump bitflags to 0.8Igor Gnatenko2017-04-031-1/+1
|/
* Merge pull request #608 from BusyJay/masterSteven Fackler2017-03-291-3/+8
|\ | | | | show help message when pkg-config is missing