Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/spacedriveapp/rust-openssl

OpenSSL bindings for Rust
https://github.com/spacedriveapp/rust-openssl

Add build and testing instructions to the readme

Important: Windows dependencies and running test OpenSSL server

76f1386e7e80a774d9fb0aa3a5be5cf2b7437da5 authored over 10 years ago
Remove failing constructor wrappers

e7e6ef5da2f96f231fabe746eafdf681224f5bc9 authored over 10 years ago
Merge pull request #39 from andrew-d/andrew-support-tls-sni

Allow setting hostname to support TLS-SNI

0a18409cdb88d726c8340d0580b09b061ac4c54c authored over 10 years ago
Make Ssl public, add new constructor to SslStream that takes an Ssl instance

b1346029e5d2d43d31b13376b0089b5cb412f51f authored over 10 years ago
Merge pull request #38 from andrew-d/andrew-get-compression

Allow getting the compression used in a connection

4a823242abd136417939a49ebb121533381c01ca authored over 10 years ago
Allow getting the compression used in a connection

c4ede3d585982af32e51c0ccc3a6b7f98f3b7ad7 authored over 10 years ago
Merge pull request #37 from andrew-d/andrew-fix-lints

Fix lints for non snake-case functions

f7433cd25e8f4060eaa74bbb68796a51fa202798 authored over 10 years ago
Merge pull request #36 from andrew-d/andrew-add-deriving

Derive things on SslMethod

4ff45bc81d73f36daf1e377d66015df25763efac authored over 10 years ago
Allow setting hostname to support TLS-SNI

fc79815faf28b347f6f0b8dd6d7c4f6b83fc4e53 authored over 10 years ago
Fix lints for non snake-case functions

1579173a1018d7540629c2faeb0c0193437df64d authored over 10 years ago
Derive things on SslMethod

13b20278501f22eafd986e5acdd4e35bb6cd2f9c authored over 10 years ago
Merge pull request #35 from Kroisse/master

Fix the ambiguous integer literal error

cd40d25cb5721064c5c2002c41a616d2dba7399a authored over 10 years ago
Fix the ambiguous integer literal error

This commit fixes this:

> src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for
> ...

11c44d3b88d3dfb5bcc220575c2e662cbac1983f authored over 10 years ago
Switch to builtin language support on travis

07f12370d3644673e8811f93485cddccead22590 authored over 10 years ago
Merge pull request #34 from ebfe/repr_c

Add repr(C) to C structs

aba30b530b450b80c57271df61a86bd84df02084 authored over 10 years ago
Add repr(C) to C structs

c4a275dc37a705568c9d6a5a0be8b85214a7db34 authored over 10 years ago
Merge pull request #33 from isra17/master

Use BN_div instead of BN_mod

fec71293a7dba1a176a20b22acb5365d17ce8bcd authored over 10 years ago
Use BN_div instead of BN_mod

BN_mod is not available on all plateform and can be replaced by BN_div
with dv set as NULL.

960718f9009f7c4c5b60890b69c4e576b72fb484 authored over 10 years ago
cargo update

182ec4a6e77a53381e8b5e161f5d9c8fb3d965ff authored over 10 years ago
Derive thigs for error types

39343df472b4b0c99055d371f42beceeef527bd6 authored over 10 years ago
Merge pull request #31 from yjerem/master

Add new HashType RIPEMD160

2b0a77884694ebadf1fa117212ace95558b59ad2 authored over 10 years ago
Add new HashType RIPEMD160

9f2a9c852404f5a8fd212a0499b1cc5df955bcb9 authored over 10 years ago
Fix doc build

0c41d3b12321df65447841b369739e7b4da5f10c authored over 10 years ago
Shift directory structure

203bdd076ec744a1794a7b151efb6b9247d43455 authored over 10 years ago
Remove Makefile infrastructure

497734d3e80174e327c0254cf5fa00ab362f9051 authored over 10 years ago
Merge pull request #29 from sghost/with-bn

Integration of BN (BigNum) functions.

19f12a14201d750ab7fa8882ea92cb1f29437d0e authored over 10 years ago
Fix resource leak, correct interface inaccuracies.

d9992ca79ed6d6c4a2492bc2a207dc89579cabf5 authored over 10 years ago
Integration of BN functions.

7d1dfe33e6b19af32e93850f18e29ecdfa1601d8 authored over 10 years ago
Remove LD_LIBRARY_PATH override from travis config

3c731172067be2454cd822c0da999a7515669611 authored over 10 years ago
Switch to Cargo for Travis tests

2f877e7bccb15c238675e6e4acddfe43d720b04e authored over 10 years ago
Merge pull request #28 from DiamondLovesYou/master

Add $(RUSTFLAGS) to the shell that gets crate file names.

ffbf65be9f01b3c7f6f0c848762cc723923e92a4 authored over 10 years ago
Add $(RUSTFLAGS) to the shell that gets crate file names.

This is for crosses that don't support certain crate types (ie PNaCl doesn't support dylibs).

ee1abc61182cf2a943737b14d5d7afa2210825ce authored over 10 years ago
Fix travis builds

8696b091402f67a655c3b924c118392cb67540a3 authored over 10 years ago
Merge pull request #27 from brycefisher/readme

Readme

5342df9b1944f264cb4efd8d265658641c18a5f8 authored over 10 years ago
Added link to rust-ci.org documentation

d403cae9e66eca634323daf73ccd70f75b35a0c5 authored over 10 years ago
Added README.md

cfaa9087c427f2bf7a705df449a7af4068ad6821 authored over 10 years ago
Merge pull request #26 from davbo/correct-repr-x86

Added target_arch for repr

f3b2155854b41a59e6216b2c82542c67598a8b43 authored over 10 years ago
Removed unused X509NameFormat enum

To be added at a later date when the API is expanded

c779e64cd18ddc535518b657434fbee091685ec1 authored over 10 years ago
Merge pull request #25 from ebfe/crate_id

Update for crate_id related changes.

ad915f13ae2ad4217c18328a618ad696fb7014e1 authored over 10 years ago
crate_id -> crate_name

2b48889466f292791c71839b217b0d2a84f114a9 authored over 10 years ago
--crate-file-name -> --print-file-name

5ed462643c11240aacf63001af60f0c71e920988 authored over 10 years ago
Merge pull request #24 from chris-morgan/patch-2

Change BUILDDIR to target/ for consistency w/Cargo

520cf48c2ae2e384e9d2cbb95ad858057fe9ecc3 authored over 10 years ago
Change BUILDDIR to target/ for consistency w/Cargo

6fc040e1c86c9028951e0f81695a15beb17706aa authored over 10 years ago
Merge pull request #23 from chris-morgan/patch-1

Add some now-necesssary #[repr] on enums

6c8008e9140a59819e268c049c9243ddb480ac24 authored over 10 years ago
Add some now-necesssary #[repr] on enums

This was broken in mozilla/rust#15234.

d638f86942d6c017a46caa79bab45e60ef57040a authored over 10 years ago
Switch docs back over to rust-ci (again)

b3d9e98fa178b2f8bf28c00a215eecee068e1b3e authored over 10 years ago
Update for * -> *const change

8c40c2ef3527fbcf22f11a517422b371b4626852 authored over 10 years ago
Drop to version 0.0.0

bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76 authored over 10 years ago
Merge pull request #22 from alexcrichton/cargo

Add a Cargo.toml configuration

5fb236128c4c552ace49c2d1f72a8996ee8d05d6 authored over 10 years ago
Add a Cargo.toml configuration

a92b102addbd5b9ef8406ad62ac69312a1be9f15 authored over 10 years ago
Merge pull request #21 from ebfe/remove-bytes

Remove use of bytes!()

c14f9b7a1b34792b88fa56992136ddaf308d1d70 authored over 10 years ago
Remove use of bytes!()

51d9c15873c37c8200d460ea53625ee06a00e4a0 authored over 10 years ago
Merge pull request #20 from zzmp/squelch-warnings

Squelch warnings

d04b73b501b5baa6951fc4032e9671162cb432b8 authored over 10 years ago
Squelch warnings

This squelches warnings from dead_code for many idiomatic structs.
This squelches warnings for n...

f659c37d29665a4a69d847723e7e1dfd256e3541 authored over 10 years ago
Stop using stamps for multi-targets

It breaks dep-info

7a294aff02d5caf0d62b7272b8a6a334f8c21fa9 authored over 10 years ago
Fix parallel builds

f222e4322db8a3bf6d1af0bc5a6a008850486b7e authored over 10 years ago
Merge pull request #19 from zzmp/syntaxFix

Update symm for ~[T] changes

d766671bda3777690ef71739bbdd29382d56a7bc authored over 10 years ago
Update symm test for ~[T] changes

4bb4c46422c120d4391d12a8d773a4e188bfe400 authored over 10 years ago
Update symm for ~[T] changes

0b0220d4eb0292a1e9a498b52de172b66b94d775 authored over 10 years ago
Update for mutex move

d997210911a18cf9048afe195b701462c17989cb authored over 10 years ago
Merge pull request #16 from Florob/hmac

Fix HMAC

b642515c92e69846e565955370f9f01b65bc0959 authored over 10 years ago
Fix HMAC

66491c644b0eabe88b3bfa359029b36f9f5da86f authored over 10 years ago
Update for string changes

1664d38342e0d67ebb84c51e17c8ba104c006797 authored over 10 years ago
Merge pull request #14 from iseki-masaya/update-syntax

Update syntax to pass the tests

c0a964fc7b5f47c47ccf6fa59cb440f5e9bbf99b authored over 10 years ago
Update syntax to pass the test

0aa37ab518a852c46a1bac46d2a3c21b92fa814a authored over 10 years ago
Update travis.yaml to use nightlies

3dce0fc6176d11be2c7b0285f8680374ed144d8e authored over 10 years ago
Update for transmute move

7e47bc8a4c13cd1c37d565a353406a59fa2fe047 authored over 10 years ago
Merge pull request #11 from ebfe/fix-build

Update for extern unsafe fn changes

d7b2f9f53ee0fd7dbfb90a53193d2927961410a4 authored over 10 years ago
Update for extern unsafe changes

2eccb83f4fcd3125d55b8a334c5d5449da6673ec authored over 10 years ago
Fix tests for upstream changes

656d64916a73323511a989fe8423d3d153f9c03a authored over 10 years ago
Update for upstream changes

7bab60ddbe2aa9d242dc6d7c5cb840a9ccd874f7 authored over 10 years ago
Update tests for ~"" change

c4b5070a20694bdf5b8485a1494d604f69dc23e8 authored over 10 years ago
Merge pull request #10 from Noxivs/master

Link for Win32

f2edd4c3985791fc9b4179da4b490c9353456a71 authored almost 11 years ago
unused m library

f3e602a234fe61de75636325948c1247926c8ae5 authored almost 11 years ago
better linkage

5e6b155009cc25d80a7ebf0e85f6b2e0f565a55e authored almost 11 years ago
link win32

5ddcbee4e4e024e6d1f37628c7977614607a71e3 authored almost 11 years ago
Update docs URL

b97fb8eec83c236008b79d1a6c97e4a484dc2824 authored almost 11 years ago
Update for attributes on match arms

4e54038ffcb40b48d102f751bf8da5e7237e282a authored almost 11 years ago
Revert "Support the dynlock API"

This reverts commit af1a05678825e30a802ea09383658248d09d2dee.

This seems to cause Travis to seg...

0c1e4194f51ad3ff20e1a52f8defbaec26efb64a authored almost 11 years ago
Merge pull request #8 from DiamondLovesYou/master

Makefile: Don't ignore my env vars!

1fd8efd028ddd1b6c2b47d5fbcd2795918a5a2a2 authored almost 11 years ago
Makefile: Don't ignore my env vars!

9aded18534f31ef6a431fe786852b391a24df94e authored almost 11 years ago
Update for ~[T] changes

cfc79313f59b18a0e6d11002185b503b1590f9d3 authored almost 11 years ago
Update for IO changes

f6ce65ca31fd8a8db6736a92e5ac62dcf83d4215 authored almost 11 years ago
Update for libc split

a145df011cc7ed7fbff37227192427a11c6d3923 authored almost 11 years ago
Remove use of {:?}

e8b7975084a27f3854ec96ff2d957a7697469fbf authored almost 11 years ago
Update for visibility reform

7d3133104d95f9020f0db4a84115733140af8bfd authored almost 11 years ago
Update to new inner attribute syntax

bf2dadd7fba702c9706a457523e049d36ed8f10b authored almost 11 years ago
Update for vec API changes

761901d0e409304450a49d784bae989d125c68b2 authored almost 11 years ago
Clean up locking code a bit

53acce7a989a98d628d437bcef00dfcf1a927720 authored almost 11 years ago
Support the dynlock API

Also actually run tests after compiling them >_>

af1a05678825e30a802ea09383658248d09d2dee authored almost 11 years ago
SSL session closure should be treated like EOF

46cf3f0791e4639e2bfd990caca209ef9212ebc5 authored almost 11 years ago
De-~[] ssl

a881f7d0081b66ed0545231de0ab7a67114893bf authored almost 11 years ago
Remove unneeded libextra dependency

fd5da25f67a954d878d71e334b6985916fe8e314 authored almost 11 years ago
Add a configure option for SSLv2 support

548cd1e72615afc6c49f49889ddea790d3bcefe3 authored almost 11 years ago
Properly propogate errors

49678805041cc2824ce54c9a0a8cf9fb5447838e authored almost 11 years ago
Add SSLv2 support behind a cfg flag

Many OpenSSL distributions have SSLv2 support compiled out, so it should
be opt-in.

f5f10deadcd39872caa654e5439b473a325953bf authored almost 11 years ago
Remove deriving(ToStr)

c3cf00ea10efdc922dd7215575fd390c2bfe54c6 authored almost 11 years ago
Stop complaining about FFI type names

13e7cdbc4e95d6081e5839c6f4206eb44e37c56c authored almost 11 years ago
Remove useless Option wrapper

ed8cf91a3c14a0d3dadce4e6b46f56531a9cd896 authored almost 11 years ago
Update to new mutex API

d259ffe0cef4d914255b542e35377aa98aa0de88 authored almost 11 years ago