| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #641 from luser/psk | Steven Fackler | 2017-07-04 | 2 | -1/+58 | |
| |\ \ \ | |/ / |/| | | Expose PSK via a SslContextBuilder::set_psk_callback method | |||||
| | * | | Make some changes for review comments | Ted Mielczarek | 2017-06-02 | 2 | -28/+32 | |
| | | | | ||||||
| | * | | Expose PSK via a SslContextBuilder::set_psk_callback method | Ted Mielczarek | 2017-05-26 | 2 | -2/+55 | |
| | | | | ||||||
| * | | | Merge pull request #655 from ltratt/master | Steven Fackler | 2017-06-25 | 1 | -1/+9 | |
| |\ \ \ | | | | | | | | | Enable build on LibreSSL 5.6.0 development branch. | |||||
| | * | | | Enable build on LibreSSL 5.6.0 development branch. | Laurence Tratt | 2017-06-25 | 1 | -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-der | Steven Fackler | 2017-06-24 | 3 | -0/+8 | |
| |\ \ \ | | | | | | | | | Add PKey::private_key_from_der | |||||
| | * | | | Add PKey::private_key_from_der | Steven Fackler | 2017-06-23 | 3 | -0/+8 | |
| |/ / / | ||||||
| * | | | Release v0.9.14v0.9.14 | Steven Fackler | 2017-06-14 | 4 | -5/+5 | |
| | | | | ||||||
| * | | | Properly reexport ConnectConfiguration | Steven Fackler | 2017-06-14 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge pull request #648 from JuanPotato/patch-1 | Steven Fackler | 2017-06-10 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | Fix documentation typo | |||||
| | * | | Fix documentation typo | Hasan | 2017-06-10 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #647 from mcgoo/remove_unused_deps | Steven Fackler | 2017-06-07 | 1 | -4/+0 | |
| |\ \ | | | | | | | remove unused dependencies on windows | |||||
| | * | | remove unused dependencies on windows | Jim McGrath | 2017-06-06 | 1 | -4/+0 | |
| |/ / | ||||||
| * | | Merge pull request #645 from sfackler/110f | Steven Fackler | 2017-06-06 | 6 | -42/+33 | |
| |\ \ | | | | | | | Fix for changes in OpenSSL 1.1.0f | |||||
| | * | | Fix for changes in OpenSSL 1.1.0f | Steven Fackler | 2017-06-06 | 6 | -42/+33 | |
| |/ / | ||||||
| * | | Merge pull request #642 from oussama/patch-1 | Steven Fackler | 2017-06-04 | 1 | -1/+1 | |
| |\ \ | | | | | | | Add pkg-config to readme | |||||
| | * | | Add pkg-config | Oussama Gammoudi | 2017-06-03 | 1 | -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 fix | Steven Fackler | 2017-05-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add a fixme | Steven Fackler | 2017-05-29 | 1 | -64/+68 | |
| | | | ||||||
| * | | Release v0.9.13v0.9.13 | Steven Fackler | 2017-05-29 | 4 | -7/+7 | |
| | | | ||||||
| * | | Merge pull request #639 from golem131/dependency_update | Steven Fackler | 2017-05-26 | 4 | -62/+62 | |
| |\ \ | |/ |/| | Update bitflags 0.8 -> 0.9 | |||||
| | * | Update bitflags 0.8 -> 0.9 | golem131 | 2017-05-22 | 4 | -62/+62 | |
| |/ | ||||||
| * | Merge pull request #638 from sfackler/110-sync-fix | Steven Fackler | 2017-05-20 | 7 | -513/+1040 | |
| |\ | | | | | Explicitly initialize OpenSSL 1.1.0 | |||||
| | * | Explicitly initialize OpenSSL 1.1.0 | Steven Fackler | 2017-05-20 | 1 | -1/+14 | |
| | | | ||||||
| | * | Rustfmt | Steven Fackler | 2017-05-20 | 7 | -512/+1026 | |
| |/ | ||||||
| * | Release v0.9.12v0.9.12 | Steven Fackler | 2017-05-12 | 4 | -7/+7 | |
| | | ||||||
| * | Merge pull request #636 from sfackler/libressl-fix | Steven Fackler | 2017-05-12 | 5 | -217/+357 | |
| |\ | | | | | Fix LibreSSL versions other than 2.5.0 | |||||
| | * | Test LibreSSL 2.5.4 | Steven Fackler | 2017-05-12 | 1 | -0/+2 | |
| | | | ||||||
| | * | Fix support for LibreSSL versions other than 2.5.0 | Steven Fackler | 2017-05-12 | 4 | -217/+355 | |
| |/ | ||||||
| * | Merge pull request #635 from mcgoo/fix_cacert_pem_download | Steven Fackler | 2017-05-12 | 1 | -1/+1 | |
| |\ | | | | | use appveyor DownloadFile to download cacert.pem | |||||
| | * | use appveyor DownloadFile to download cacert.pem | Jim McGrath | 2017-05-12 | 1 | -1/+1 | |
| |/ | ||||||
| * | Drop x86 macOS build | Steven Fackler | 2017-05-06 | 1 | -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 build | Steven Fackler | 2017-05-06 | 1 | -0/+2 | |
| | | ||||||
| * | Support public key decode from DER | Steven Fackler | 2017-05-06 | 3 | -0/+8 | |
| | | | | | Closes #629 | |||||
| * | Add a note to rename variant | Steven Fackler | 2017-05-06 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #627 from jethrogb/patch-1 | Steven Fackler | 2017-05-03 | 1 | -1/+1 | |
| |\ | | | | | Clarify use of ssl::HandshakeError::Interrupted | |||||
| | * | Clarify use of ssl::HandshakeError::Interrupted | jethrogb | 2017-05-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #618 from sfackler/sha | Steven Fackler | 2017-04-15 | 3 | -0/+114 | |
| |\ | | | | | Expose the lower level SHA functions | |||||
| | * | Expose the lower level SHA functions | Steven Fackler | 2017-04-14 | 3 | -0/+114 | |
| |/ | | | | | These don't allocate so they're both infallible and significantly faster. | |||||
| * | Release v0.9.11v0.9.11 | Steven Fackler | 2017-04-14 | 4 | -7/+7 | |
| | | ||||||
| * | Merge pull request #616 from sfackler/no-alloc | Steven Fackler | 2017-04-13 | 2 | -22/+86 | |
| |\ | | | | | Don't force allocation for message digests | |||||
| | * | Don't force allocation for message digests | Steven Fackler | 2017-04-13 | 2 | -22/+86 | |
| | | | ||||||
| * | | Merge pull request #615 from ↵ | Steven Fackler | 2017-04-13 | 3 | -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 openssl | Andrew Roetker | 2017-04-11 | 3 | -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_derive | Steven Fackler | 2017-04-11 | 3 | -7/+75 | |
| |\ | | | | | Add new EC/PKEY methods to permit deriving shared secrets. | |||||
| | * | Add new EC/PKEY methods to permit deriving shared secrets. | Andrew Osmond | 2017-04-10 | 3 | -7/+75 | |
| |/ | ||||||
| * | Don't exclude test data from package | Steven Fackler | 2017-04-04 | 1 | -1/+0 | |
| | | | | | Closes #612 | |||||
| * | Merge pull request #611 from ignatenkobrain/patch-1 | Steven Fackler | 2017-04-03 | 1 | -1/+1 | |
| |\ | | | | | bump bitflags to 0.8 | |||||
| | * | bump bitflags to 0.8 | Igor Gnatenko | 2017-04-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #608 from BusyJay/master | Steven Fackler | 2017-03-29 | 1 | -3/+8 | |
| |\ | | | | | show help message when pkg-config is missing | |||||