| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Pin ctest version to work around panic | Steven Fackler | 2017-09-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #730 from atlaua/aranea/typo | Steven Fackler | 2017-09-20 | 1 | -1/+1 | |
| |\ | | | | | openssl-sys: Fix typo in libressl_version definition | |||||
| | * | openssl-sys: Fix typo in libressl_version definition | Luis Ressel | 2017-09-18 | 1 | -1/+1 | |
| |/ | | | | Signed-off-by: Luis Ressel <[email protected]> | |||||
| * | Merge pull request #695 from Keruspe/master | Steven Fackler | 2017-09-17 | 8 | -11/+56 | |
| |\ | | | | | openssl-sys: support libressl 2.6.1 | |||||
| | * | openssl: ecdh_tmp_callback doesn't work with libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-17 | 1 | -2/+2 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | openssl: libressl 2.6.1 dropped suuport for npn | Marc-Antoine Perennou | 2017-09-17 | 3 | -0/+8 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | opensslè-sys: adjust some constants to libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-17 | 2 | -1/+12 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | systest: don't include cms.h for libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-17 | 1 | -2/+12 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | openssl-sys: define libressl version | Marc-Antoine Perennou | 2017-09-17 | 1 | -0/+8 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | ci: use libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-17 | 1 | -5/+5 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| | * | openssl-sys: support libressl 2.6.1 | Marc-Antoine Perennou | 2017-09-14 | 1 | -1/+9 | |
| | | | | | | | | | Signed-off-by: Marc-Antoine Perennou <[email protected]> | |||||
| * | | Update default client cipher list | Steven Fackler | 2017-09-16 | 1 | -3/+6 | |
| | | | ||||||
| * | | Fix indentation | Steven Fackler | 2017-09-15 | 1 | -3/+2 | |
| | | | ||||||
| * | | Mention target specific env vars | Steven Fackler | 2017-09-15 | 1 | -2/+7 | |
| | | | ||||||
| * | | Merge pull request #692 from jessicah/haiku-support | Steven Fackler | 2017-09-15 | 1 | -12/+20 | |
| |\ \ | | | | | | | Allow overriding lib/include dirs when cross-compiling. | |||||
| | * | | Extract prefixed environment variables into helper function. | Jessica Hamilton | 2017-09-13 | 1 | -24/+19 | |
| | | | | ||||||
| | * | | Use target name in variables when cross-compiling. | Jessica Hamilton | 2017-09-13 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Allow overriding lib/include dirs when cross-compiling. | Jessica Hamilton | 2017-09-06 | 1 | -4/+16 | |
| | |/ | ||||||
| * | | Merge pull request #697 from alexcrichton/release-buffers | Steven Fackler | 2017-09-15 | 1 | -1/+11 | |
| |\ \ | |/ |/| | Set SSL_MODE_RELEASE_BUFFERS by default | |||||
| | * | Set SSL_MODE_RELEASE_BUFFERS by default | Alex Crichton | 2017-09-14 | 1 | -1/+11 | |
| |/ | | | | Closes #696 | |||||
| * | Fix build note for MinGW | Steven Fackler | 2017-09-04 | 1 | -1/+1 | |
| | | | | Closes #689 | |||||
| * | Update version in README | Steven Fackler | 2017-08-29 | 1 | -3/+3 | |
| | | ||||||
| * | Simplify circle config a bit | Steven Fackler | 2017-08-27 | 1 | -6/+6 | |
| | | ||||||
| * | Symlink README in place | Steven Fackler | 2017-08-21 | 4 | -1/+4 | |
| | | | | | Allows crates.io to render it properly | |||||
| * | Merge pull request #683 from bradleybeddoes/add-ec-get_affine_coordinates | Steven Fackler | 2017-08-21 | 2 | -26/+114 | |
| |\ | | | | | Add more elliptic curve functions | |||||
| | * | Rename function, removing `get_` | Bradley Beddoes | 2017-08-22 | 1 | -3/+3 | |
| | | | | | | | | | Fix per PR comment, should have been like this from the start :). | |||||
| | * | Add ability to get affine coordinates from EcPoint | Bradley Beddoes | 2017-08-21 | 2 | -26/+114 | |
| |/ | | | | | The initial usecase here is creating JWK representations as defined within RFC 7517 from an EcKey created via a PEM source. | |||||
| * | Merge pull request #682 from sfackler/sha-struct | Steven Fackler | 2017-08-16 | 2 | -0/+110 | |
| |\ | | | | | Add SHA384 and SHA512 | |||||
| | * | Add SHA384 and SHA512 | Steven Fackler | 2017-08-16 | 2 | -0/+110 | |
| |/ | ||||||
| * | Merge pull request #681 from sfackler/sha-struct | Steven Fackler | 2017-08-16 | 2 | -0/+114 | |
| |\ | | | | | Add SHA1 an SHA224 hashers | |||||
| | * | Add SHA1 an SHA224 hashers | Steven Fackler | 2017-08-16 | 2 | -0/+114 | |
| |/ | ||||||
| * | Release v0.9.17v0.9.17 | Steven Fackler | 2017-08-14 | 2 | -3/+3 | |
| | | ||||||
| * | Merge pull request #680 from sfackler/sha256-state | Steven Fackler | 2017-08-14 | 2 | -0/+64 | |
| |\ | | | | | Add a stateful SHA256 hasher | |||||
| | * | Add a stateful SHA256 hasher | Steven Fackler | 2017-08-14 | 2 | -0/+64 | |
| |/ | ||||||
| * | Merge pull request #679 from mcgoo/vcpkg | Steven Fackler | 2017-08-13 | 1 | -0/+1 | |
| |\ | | | | | avoid interactive prompts when setting up vcpkg in appveyor | |||||
| | * | avoid interactive prompts when setting up vcpkg in appveyor | Jim McGrath | 2017-08-13 | 1 | -0/+1 | |
| |/ | ||||||
| * | Update README.md | Steven Fackler | 2017-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #622 from mcgoo/vcpkg | Steven Fackler | 2017-08-11 | 4 | -4/+83 | |
| |\ | | | | | try to find openssl libraries in a vcpkg ports tree | |||||
| | * | msvc/vcpkg dynamic builds now require explicit opt-in | Jim McGrath | 2017-06-16 | 1 | -0/+1 | |
| | | | ||||||
| | * | for msvc abi builds, allow use of openssl libs from vcpkg | Jim McGrath | 2017-06-07 | 4 | -4/+82 | |
| | | | ||||||
| * | | Release v0.9.16v0.9.16 | Steven Fackler | 2017-08-10 | 4 | -7/+7 | |
| | | | ||||||
| * | | Fully wrap feature checks | Steven Fackler | 2017-08-10 | 1 | -2/+2 | |
| | | | | | | | | | Otherwise OPENSSL_NO_EC2M would also trigger OPENSSL_NO_EC | |||||
| * | | Merge pull request #677 from sfackler/circle-tweaks | Steven Fackler | 2017-08-10 | 1 | -20/+37 | |
| |\ \ | | | | | | | Circle tweaks | |||||
| | * | | Actually save the registry cache | Steven Fackler | 2017-08-10 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Move circle config to new location | Steven Fackler | 2017-08-10 | 1 | -0/+0 | |
| | | | | ||||||
| | * | | Switch to official circle image | Steven Fackler | 2017-08-10 | 1 | -20/+37 | |
| | | | | ||||||
| * | | | Merge pull request #675 from sdemos/master | Steven Fackler | 2017-08-09 | 4 | -1/+82 | |
| |\ \ \ | |/ / |/| | | added cms decryption | |||||
| | * | | added cms decryption | Stephen Demos | 2017-08-09 | 4 | -1/+82 | |
| | | | | ||||||
| * | | | Delete DTLS tests | Steven Fackler | 2017-08-08 | 2 | -76/+4 | |
| | | | | ||||||
| * | | | Merge pull request #674 from bradleybeddoes/add-ec-functions | Steven Fackler | 2017-08-08 | 4 | -1/+64 | |
| |\ \ \ | |/ / |/| | | Add elliptic curve functions | |||||