Ecosyste.ms: OpenCollective

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

Spacedrive

The file explorer from the future.
Collective - Host: opensource - https://opencollective.com/spacedrive - Website: https://spacedrive.app - Code: https://github.com/spacedriveapp

Using `Path`s instead of plain strings

Refs #45

github.com/spacedriveapp/rust-openssl - 41287f3b146c3b5b5c2a706eac7d436dac060864 authored over 10 years ago by Valerii Hiora <[email protected]>
Fix #65: failing test case

github.com/spacedriveapp/rust-openssl - 7e214fe8a885a1a0c7b16680be1e33eaa2852ceb authored over 10 years ago by Jared Roesch <[email protected]>
Merge pull request #60 from vhbit/cert-gen-cleanup

Better error handling in cert generation

github.com/spacedriveapp/rust-openssl - 40c6948818f5a2ad09568307f033fe4ea08110cc authored over 10 years ago by Steven Fackler <[email protected]>
Better error handling in cert generation

Now it should correctly free all resources in case
of failure.

github.com/spacedriveapp/rust-openssl - 72ee42adba18adbb0e6eefd13faab5e6d610fdcd authored over 10 years ago by Valerii Hiora <[email protected]>
Ignore stderr from openssl s_server

github.com/spacedriveapp/rust-openssl - d6578469a85bcc06a5761c1e25a73036427affef authored over 10 years ago by Steven Fackler <[email protected]>
Ignore error string text

cc #65

github.com/spacedriveapp/rust-openssl - 6231a39a4187ac2728038d35216aed60b9d93075 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #59 from jroesch/better-errors

Make errors human readable

github.com/spacedriveapp/rust-openssl - d136a6bb572e1fdee114ad246c17e9e169d08935 authored over 10 years ago by Steven Fackler <[email protected]>
Load crypto error strings

github.com/spacedriveapp/rust-openssl - a8cadc46ac9f125e74b729fdbd1cb75897cab575 authored over 10 years ago by Jared Roesch <[email protected]>
Make errors human readable

Change error messages from numeric codes to human readable strings. This makes debugging failure...

github.com/spacedriveapp/rust-openssl - b3c80a76ddbd871c9ef64762d4e532c3a55b903f authored over 10 years ago by Jared Roesch <[email protected]>
Fix error messages

github.com/spacedriveapp/rust-openssl - 5713c42df72da232b21dd5c55b91a527227174bb authored over 10 years ago by Jared Roesch <[email protected]>
Address CR comments and add a test

github.com/spacedriveapp/rust-openssl - 02c124a1fecee45f06e08314554502fce7a8190a authored over 10 years ago by Jared Roesch <[email protected]>
Clean up warnings

github.com/spacedriveapp/rust-openssl - b8fd300f8017b6afd6ccd8934c12647f10355da9 authored over 10 years ago by Steven Fackler <[email protected]>
Changes made to support 0.12.0-dev ( October 2, 2014 )

github.com/spacedriveapp/rust-openssl - 09ecc7e521bd3003a4449fb8e234c3525ec81dee authored over 10 years ago by D.K <[email protected]>
Merge pull request #64 from reem/fix/big-num-is-zero

Add a dummy bn_is_zero C dependency to wrap BN_is_zero

github.com/spacedriveapp/rust-openssl - c09ec835fa47f46315ba8a1cfc2303139597ab3b authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #58 from vhbit/verify-data

User-provided data in verify

github.com/spacedriveapp/rust-openssl - 78d438baef4f029d19681e3198241a4a008972f1 authored over 10 years ago by Steven Fackler <[email protected]>
Add a dummy bn_is_zero C dependency to wrap BN_is_zero

This is necessary because on some architectures BN_is_zero
is a CPP macro, so trying to link aga...

github.com/spacedriveapp/rust-openssl - c22b3c5063da942954b0b71b03317bf2da058c7e authored over 10 years ago by Jonathan Reem <[email protected]>
Simpler setter for verify with data

There is no need in wrapping function in option as there is no
sense in providing data without f...

github.com/spacedriveapp/rust-openssl - 4d3f9e0520ed25bb55a95f30fd07a2cb4cf74fa5 authored over 10 years ago by Valerii Hiora <[email protected]>
User-provided data in verify

github.com/spacedriveapp/rust-openssl - fbb359720b24266938284edcd5cec46744379f1c authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #61 from alexcrichton/memcmp

Add bindings to CRYPTO_memcmp

github.com/spacedriveapp/rust-openssl - f959b2d680e689621ac6d0f3cf10d80a0e3839ca authored over 10 years ago by Steven Fackler <[email protected]>
Add bindings to CRYPTO_memcmp

This should help other projects use a constant-time memory comparison.

github.com/spacedriveapp/rust-openssl - be0e83c9788cfea1ef0a422a9b56d11ffdc48da0 authored over 10 years ago by Alex Crichton <[email protected]>
Merge pull request #57 from vhbit/mut-cleanup

Clean up of mut/const types in `ffi` and also `mut_null` -> `null_mut`

github.com/spacedriveapp/rust-openssl - 73885dad0263e6203cf33211857e3c25ff52aa99 authored over 10 years ago by Steven Fackler <[email protected]>
Unification and explicity in FFI type decls

github.com/spacedriveapp/rust-openssl - a154ceeed22777b62b006e6cd11463a35e76abca authored over 10 years ago by Valerii Hiora <[email protected]>
Fixed mut_null deprecation warnings

github.com/spacedriveapp/rust-openssl - dec5f967c6683a47ae495fd309db15883511ef88 authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #56 from vhbit/single-ffi

Single `ffi` module

github.com/spacedriveapp/rust-openssl - 36977c2aa3d761c12912d46e2d3703505eb01f51 authored over 10 years ago by Steven Fackler <[email protected]>
single `ffi` module

github.com/spacedriveapp/rust-openssl - 02637ec7d451c38792c42c5c2cb4d59505e13ced authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #53 from vhbit/cert-gen

Certificate/PKey generation & PEM export

github.com/spacedriveapp/rust-openssl - 359043a7aaac6b10d6eb8692e613aa70f52cfc1b authored over 10 years ago by Steven Fackler <[email protected]>
Addressed review comments

- fixed invalid file permissions

- removed redundand mem::transmute

- removed outdated FIXME's...

github.com/spacedriveapp/rust-openssl - 3f413e9354238919bce6dc87e3415919f301d487 authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #55 from cjcole/master

Additions and one bug fix (BN_mod_inverse).

github.com/spacedriveapp/rust-openssl - 8b6bc824cc7c0b23338a35b69a14c416b59f1676 authored over 10 years ago by Steven Fackler <[email protected]>
Removed BN_sub_word signature for the time being.

github.com/spacedriveapp/rust-openssl - 7cbe372ce1bd774f552f981c8cd2143757d5b7b5 authored over 10 years ago by Chris Cole <[email protected]>
Removing unused signatures for the time being.

github.com/spacedriveapp/rust-openssl - 2ef537cfb24285156127a9a406d5e882b3e8df7c authored over 10 years ago by Chris Cole <[email protected]>
Use CRYPTO_free to free the result of BN_bn2bin.

github.com/spacedriveapp/rust-openssl - 6bc8e1c560a65f07f00b59039e06f733ec33c2af authored over 10 years ago by Chris Cole <[email protected]>
Added signatures forBN_sub_word, BN_is_zero, BN_is_one, BN_is_word,

and BN_is_odd.
Fixed incorrect BN_mod_inverse signature.
Added signature for BN_bn2dec.
Added tra...

github.com/spacedriveapp/rust-openssl - 7235e03c95638a3f472d4efaa46cabf62f4f6e7e authored over 10 years ago by Chris Cole <[email protected]>
Certificate/pkey generation & PEM export

Required quite a lot of refactoring

github.com/spacedriveapp/rust-openssl - 4fd169a1e5d465a10d5a815877479baa960a16eb authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #46 from vhbit/tls1-2-support

Enabling TLS1.2 support

github.com/spacedriveapp/rust-openssl - fa53c79e4892dfc260bc6d1e2b52892f5607de72 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #51 from ebfe/deprecated

Fix deprecation warnings

github.com/spacedriveapp/rust-openssl - f3786e3e006ba5c15701deafcff797e418d79588 authored over 10 years ago by Steven Fackler <[email protected]>
Fix deprecation warnings

github.com/spacedriveapp/rust-openssl - da125b3a9563bf909708e8868d7d065f8b8ed2fe authored over 10 years ago by Michael Gehring <[email protected]>
TLS 1_1, 1_2, Ssl 2 is enabled by features

github.com/spacedriveapp/rust-openssl - 4c1edcf4c8aa00ec3bb8ff0c0e8627a91a36792f authored over 10 years ago by Valerii Hiora <[email protected]>
Enabling TLS1.2 support

Unfortunately OS X comes with 0.9.8 bundled. There is a way to
install a recent version through ...

github.com/spacedriveapp/rust-openssl - 03871d368e1fdffd74ffad57197d55c4d59bd77b authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #50 from vhbit/cert-fingerprint

Get certificate fingerprint

github.com/spacedriveapp/rust-openssl - a495465b75ffb18ff2303c5a11a103e00a15a13d authored over 10 years ago by Steven Fackler <[email protected]>
Get certificate fingerprint

github.com/spacedriveapp/rust-openssl - f508b7f067bfe1f4afb3382823a1e017e44d541f authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #47 from vhbit/cert-key-auth

Allow to set cert/key pair

github.com/spacedriveapp/rust-openssl - efa1a719f5b9fc749c7a6fc37bed8a3a011b8e11 authored over 10 years ago by Steven Fackler <[email protected]>
Fixed documentation string

github.com/spacedriveapp/rust-openssl - fb2665961c3566ef9df38c362e4e370ee8c31081 authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #48 from ebfe/rfc-52

Update for rust rfc 52 changes

github.com/spacedriveapp/rust-openssl - cc7511a3329ae07df6bb658391fe19e8115e7f52 authored over 10 years ago by Steven Fackler <[email protected]>
Update for rust rfc 52 changes

github.com/spacedriveapp/rust-openssl - 6802216f79cb7fffa48bc10daa8c5d0d8a6a63f9 authored over 10 years ago by Michael Gehring <[email protected]>
Allow to set cert/key pair

github.com/spacedriveapp/rust-openssl - ece8957e2feefed3bb1f1c3304f5f98ca804a355 authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #44 from mvdnes/rsa_pubkey

Change functions used by PKey {load,save}_{pub,priv}

github.com/spacedriveapp/rust-openssl - cec41181c04e7ad4e644034d870626571acbdbdb authored over 10 years ago by Steven Fackler <[email protected]>
Switch to the more sane RSA PUBKEY function

For differences, see:
http://openssl.6102.n7.nabble.com/difference-between-i2d-PUBKEY-and-i2d-Pu...

github.com/spacedriveapp/rust-openssl - 7685a8349c2d022667ca53f9e3fb07e6c6f676e9 authored over 10 years ago by Mathijs van de Nes <[email protected]>
Switch PKey load/save functions to RSA specific

github.com/spacedriveapp/rust-openssl - 759feedb0449ab03ed919ea087f8d75595302b68 authored over 10 years ago by Mathijs van de Nes <[email protected]>
Merge pull request #42 from cybergeek94/patch-1

Add build and testing instructions to the readme

github.com/spacedriveapp/rust-openssl - 89facce1d2755f53a977e97923a013ed71526886 authored over 10 years ago by Steven Fackler <[email protected]>
Update README.md

github.com/spacedriveapp/rust-openssl - 68937102b022b20e5d4ce39ae5998ca20bc95f43 authored over 10 years ago by Austin Bonander <[email protected]>
Update README.md

github.com/spacedriveapp/rust-openssl - 5e6885af0116d549493bba46a45094e2d98308ce authored over 10 years ago by Austin Bonander <[email protected]>
Add build and testing instructions to the readme

Important: Windows dependencies and running test OpenSSL server

github.com/spacedriveapp/rust-openssl - 76f1386e7e80a774d9fb0aa3a5be5cf2b7437da5 authored over 10 years ago by Austin Bonander <[email protected]>
Remove failing constructor wrappers

github.com/spacedriveapp/rust-openssl - e7e6ef5da2f96f231fabe746eafdf681224f5bc9 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #39 from andrew-d/andrew-support-tls-sni

Allow setting hostname to support TLS-SNI

github.com/spacedriveapp/rust-openssl - 0a18409cdb88d726c8340d0580b09b061ac4c54c authored over 10 years ago by Steven Fackler <[email protected]>
Make Ssl public, add new constructor to SslStream that takes an Ssl instance

github.com/spacedriveapp/rust-openssl - b1346029e5d2d43d31b13376b0089b5cb412f51f authored over 10 years ago by Andrew Dunham <[email protected]>
Merge pull request #38 from andrew-d/andrew-get-compression

Allow getting the compression used in a connection

github.com/spacedriveapp/rust-openssl - 4a823242abd136417939a49ebb121533381c01ca authored over 10 years ago by Steven Fackler <[email protected]>
Allow getting the compression used in a connection

github.com/spacedriveapp/rust-openssl - c4ede3d585982af32e51c0ccc3a6b7f98f3b7ad7 authored over 10 years ago by Andrew Dunham <[email protected]>
Merge pull request #37 from andrew-d/andrew-fix-lints

Fix lints for non snake-case functions

github.com/spacedriveapp/rust-openssl - f7433cd25e8f4060eaa74bbb68796a51fa202798 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #36 from andrew-d/andrew-add-deriving

Derive things on SslMethod

github.com/spacedriveapp/rust-openssl - 4ff45bc81d73f36daf1e377d66015df25763efac authored over 10 years ago by Steven Fackler <[email protected]>
Allow setting hostname to support TLS-SNI

github.com/spacedriveapp/rust-openssl - fc79815faf28b347f6f0b8dd6d7c4f6b83fc4e53 authored over 10 years ago by Andrew Dunham <[email protected]>
Fix lints for non snake-case functions

github.com/spacedriveapp/rust-openssl - 1579173a1018d7540629c2faeb0c0193437df64d authored over 10 years ago by Andrew Dunham <[email protected]>
Derive things on SslMethod

github.com/spacedriveapp/rust-openssl - 13b20278501f22eafd986e5acdd4e35bb6cd2f9c authored over 10 years ago by Andrew Dunham <[email protected]>
Merge pull request #35 from Kroisse/master

Fix the ambiguous integer literal error

github.com/spacedriveapp/rust-openssl - cd40d25cb5721064c5c2002c41a616d2dba7399a authored over 10 years ago by Steven Fackler <[email protected]>
Fix the ambiguous integer literal error

This commit fixes this:

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

github.com/spacedriveapp/rust-openssl - 11c44d3b88d3dfb5bcc220575c2e662cbac1983f authored over 10 years ago by Eunchong Yu <[email protected]>
Switch to builtin language support on travis

github.com/spacedriveapp/rust-openssl - 07f12370d3644673e8811f93485cddccead22590 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #34 from ebfe/repr_c

Add repr(C) to C structs

github.com/spacedriveapp/rust-openssl - aba30b530b450b80c57271df61a86bd84df02084 authored over 10 years ago by Steven Fackler <[email protected]>
Add repr(C) to C structs

github.com/spacedriveapp/rust-openssl - c4a275dc37a705568c9d6a5a0be8b85214a7db34 authored over 10 years ago by Michael Gehring <[email protected]>
Merge pull request #33 from isra17/master

Use BN_div instead of BN_mod

github.com/spacedriveapp/rust-openssl - fec71293a7dba1a176a20b22acb5365d17ce8bcd authored over 10 years ago by Steven Fackler <[email protected]>
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.

github.com/spacedriveapp/rust-openssl - 960718f9009f7c4c5b60890b69c4e576b72fb484 authored over 10 years ago by Israël Hallé <[email protected]>
cargo update

github.com/spacedriveapp/rust-openssl - 182ec4a6e77a53381e8b5e161f5d9c8fb3d965ff authored over 10 years ago by Steven Fackler <[email protected]>
Derive thigs for error types

github.com/spacedriveapp/rust-openssl - 39343df472b4b0c99055d371f42beceeef527bd6 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #31 from yjerem/master

Add new HashType RIPEMD160

github.com/spacedriveapp/rust-openssl - 2b0a77884694ebadf1fa117212ace95558b59ad2 authored over 10 years ago by Steven Fackler <[email protected]>
Add new HashType RIPEMD160

github.com/spacedriveapp/rust-openssl - 9f2a9c852404f5a8fd212a0499b1cc5df955bcb9 authored over 10 years ago by Jeremy Ruten <[email protected]>
Fix doc build

github.com/spacedriveapp/rust-openssl - 0c41d3b12321df65447841b369739e7b4da5f10c authored over 10 years ago by Steven Fackler <[email protected]>
Shift directory structure

github.com/spacedriveapp/rust-openssl - 203bdd076ec744a1794a7b151efb6b9247d43455 authored over 10 years ago by Steven Fackler <[email protected]>
Remove Makefile infrastructure

github.com/spacedriveapp/rust-openssl - 497734d3e80174e327c0254cf5fa00ab362f9051 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #29 from sghost/with-bn

Integration of BN (BigNum) functions.

github.com/spacedriveapp/rust-openssl - 19f12a14201d750ab7fa8882ea92cb1f29437d0e authored over 10 years ago by Steven Fackler <[email protected]>
Fix resource leak, correct interface inaccuracies.

github.com/spacedriveapp/rust-openssl - d9992ca79ed6d6c4a2492bc2a207dc89579cabf5 authored over 10 years ago by Sam Thomas <[email protected]>
Integration of BN functions.

github.com/spacedriveapp/rust-openssl - 7d1dfe33e6b19af32e93850f18e29ecdfa1601d8 authored over 10 years ago by Sam Thomas <[email protected]>
Remove LD_LIBRARY_PATH override from travis config

github.com/spacedriveapp/rust-openssl - 3c731172067be2454cd822c0da999a7515669611 authored over 10 years ago by Steven Fackler <[email protected]>
Switch to Cargo for Travis tests

github.com/spacedriveapp/rust-openssl - 2f877e7bccb15c238675e6e4acddfe43d720b04e authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #28 from DiamondLovesYou/master

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

github.com/spacedriveapp/rust-openssl - ffbf65be9f01b3c7f6f0c848762cc723923e92a4 authored over 10 years ago by Steven Fackler <[email protected]>
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).

github.com/spacedriveapp/rust-openssl - ee1abc61182cf2a943737b14d5d7afa2210825ce authored over 10 years ago by Richard Diamond <[email protected]>
Fix travis builds

github.com/spacedriveapp/rust-openssl - 8696b091402f67a655c3b924c118392cb67540a3 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #27 from brycefisher/readme

Readme

github.com/spacedriveapp/rust-openssl - 5342df9b1944f264cb4efd8d265658641c18a5f8 authored over 10 years ago by Steven Fackler <[email protected]>
Added link to rust-ci.org documentation

github.com/spacedriveapp/rust-openssl - d403cae9e66eca634323daf73ccd70f75b35a0c5 authored over 10 years ago by Bryce Fisher-Fleig <[email protected]>
Added README.md

github.com/spacedriveapp/rust-openssl - cfaa9087c427f2bf7a705df449a7af4068ad6821 authored over 10 years ago by Bryce Fisher-Fleig <[email protected]>
Merge pull request #26 from davbo/correct-repr-x86

Added target_arch for repr

github.com/spacedriveapp/rust-openssl - f3b2155854b41a59e6216b2c82542c67598a8b43 authored over 10 years ago by Steven Fackler <[email protected]>
Removed unused X509NameFormat enum

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

github.com/spacedriveapp/rust-openssl - c779e64cd18ddc535518b657434fbee091685ec1 authored over 10 years ago by Dave King <[email protected]>
Merge pull request #25 from ebfe/crate_id

Update for crate_id related changes.

github.com/spacedriveapp/rust-openssl - ad915f13ae2ad4217c18328a618ad696fb7014e1 authored over 10 years ago by Steven Fackler <[email protected]>
crate_id -> crate_name

github.com/spacedriveapp/rust-openssl - 2b48889466f292791c71839b217b0d2a84f114a9 authored over 10 years ago by Michael Gehring <[email protected]>
--crate-file-name -> --print-file-name

github.com/spacedriveapp/rust-openssl - 5ed462643c11240aacf63001af60f0c71e920988 authored over 10 years ago by Michael Gehring <[email protected]>
Merge pull request #24 from chris-morgan/patch-2

Change BUILDDIR to target/ for consistency w/Cargo

github.com/spacedriveapp/rust-openssl - 520cf48c2ae2e384e9d2cbb95ad858057fe9ecc3 authored over 10 years ago by Steven Fackler <[email protected]>
Change BUILDDIR to target/ for consistency w/Cargo

github.com/spacedriveapp/rust-openssl - 6fc040e1c86c9028951e0f81695a15beb17706aa authored over 10 years ago by Chris Morgan <[email protected]>
Merge pull request #23 from chris-morgan/patch-1

Add some now-necesssary #[repr] on enums

github.com/spacedriveapp/rust-openssl - 6c8008e9140a59819e268c049c9243ddb480ac24 authored over 10 years ago by Steven Fackler <[email protected]>
Add some now-necesssary #[repr] on enums

This was broken in mozilla/rust#15234.

github.com/spacedriveapp/rust-openssl - d638f86942d6c017a46caa79bab45e60ef57040a authored over 10 years ago by Chris Morgan <[email protected]>
Switch docs back over to rust-ci (again)

github.com/spacedriveapp/rust-openssl - b3d9e98fa178b2f8bf28c00a215eecee068e1b3e authored over 10 years ago by Steven Fackler <[email protected]>
Update for * -> *const change

github.com/spacedriveapp/rust-openssl - 8c40c2ef3527fbcf22f11a517422b371b4626852 authored over 10 years ago by Steven Fackler <[email protected]>
Drop to version 0.0.0

github.com/spacedriveapp/rust-openssl - bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #22 from alexcrichton/cargo

Add a Cargo.toml configuration

github.com/spacedriveapp/rust-openssl - 5fb236128c4c552ace49c2d1f72a8996ee8d05d6 authored over 10 years ago by Steven Fackler <[email protected]>