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
Refs #45
github.com/spacedriveapp/rust-openssl - 41287f3b146c3b5b5c2a706eac7d436dac060864 authored over 10 years ago by Valerii Hiora <[email protected]>github.com/spacedriveapp/rust-openssl - 7e214fe8a885a1a0c7b16680be1e33eaa2852ceb authored over 10 years ago by Jared Roesch <[email protected]>
Better error handling in cert generation
github.com/spacedriveapp/rust-openssl - 40c6948818f5a2ad09568307f033fe4ea08110cc authored over 10 years ago by Steven Fackler <[email protected]>
Now it should correctly free all resources in case
of failure.
github.com/spacedriveapp/rust-openssl - d6578469a85bcc06a5761c1e25a73036427affef authored over 10 years ago by Steven Fackler <[email protected]>
cc #65
github.com/spacedriveapp/rust-openssl - 6231a39a4187ac2728038d35216aed60b9d93075 authored over 10 years ago by Steven Fackler <[email protected]>Make errors human readable
github.com/spacedriveapp/rust-openssl - d136a6bb572e1fdee114ad246c17e9e169d08935 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - a8cadc46ac9f125e74b729fdbd1cb75897cab575 authored over 10 years ago by Jared Roesch <[email protected]>
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]>github.com/spacedriveapp/rust-openssl - 5713c42df72da232b21dd5c55b91a527227174bb authored over 10 years ago by Jared Roesch <[email protected]>
github.com/spacedriveapp/rust-openssl - 02c124a1fecee45f06e08314554502fce7a8190a authored over 10 years ago by Jared Roesch <[email protected]>
github.com/spacedriveapp/rust-openssl - b8fd300f8017b6afd6ccd8934c12647f10355da9 authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 09ecc7e521bd3003a4449fb8e234c3525ec81dee authored over 10 years ago by D.K <[email protected]>
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]>User-provided data in verify
github.com/spacedriveapp/rust-openssl - 78d438baef4f029d19681e3198241a4a008972f1 authored over 10 years ago by Steven Fackler <[email protected]>
This is necessary because on some architectures BN_is_zero
is a CPP macro, so trying to link aga...
There is no need in wrapping function in option as there is no
sense in providing data without f...
github.com/spacedriveapp/rust-openssl - fbb359720b24266938284edcd5cec46744379f1c authored over 10 years ago by Valerii Hiora <[email protected]>
Add bindings to CRYPTO_memcmp
github.com/spacedriveapp/rust-openssl - f959b2d680e689621ac6d0f3cf10d80a0e3839ca authored over 10 years ago by Steven Fackler <[email protected]>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]>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]>github.com/spacedriveapp/rust-openssl - a154ceeed22777b62b006e6cd11463a35e76abca authored over 10 years ago by Valerii Hiora <[email protected]>
github.com/spacedriveapp/rust-openssl - dec5f967c6683a47ae495fd309db15883511ef88 authored over 10 years ago by Valerii Hiora <[email protected]>
Single `ffi` module
github.com/spacedriveapp/rust-openssl - 36977c2aa3d761c12912d46e2d3703505eb01f51 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 02637ec7d451c38792c42c5c2cb4d59505e13ced authored over 10 years ago by Valerii Hiora <[email protected]>
Certificate/PKey generation & PEM export
github.com/spacedriveapp/rust-openssl - 359043a7aaac6b10d6eb8692e613aa70f52cfc1b authored over 10 years ago by Steven Fackler <[email protected]>- 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]>Additions and one bug fix (BN_mod_inverse).
github.com/spacedriveapp/rust-openssl - 8b6bc824cc7c0b23338a35b69a14c416b59f1676 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 7cbe372ce1bd774f552f981c8cd2143757d5b7b5 authored over 10 years ago by Chris Cole <[email protected]>
github.com/spacedriveapp/rust-openssl - 2ef537cfb24285156127a9a406d5e882b3e8df7c authored over 10 years ago by Chris Cole <[email protected]>
github.com/spacedriveapp/rust-openssl - 6bc8e1c560a65f07f00b59039e06f733ec33c2af authored over 10 years ago by Chris Cole <[email protected]>
and BN_is_odd.
Fixed incorrect BN_mod_inverse signature.
Added signature for BN_bn2dec.
Added tra...
Required quite a lot of refactoring
github.com/spacedriveapp/rust-openssl - 4fd169a1e5d465a10d5a815877479baa960a16eb authored over 10 years ago by Valerii Hiora <[email protected]>Enabling TLS1.2 support
github.com/spacedriveapp/rust-openssl - fa53c79e4892dfc260bc6d1e2b52892f5607de72 authored over 10 years ago by Steven Fackler <[email protected]>Fix deprecation warnings
github.com/spacedriveapp/rust-openssl - f3786e3e006ba5c15701deafcff797e418d79588 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - da125b3a9563bf909708e8868d7d065f8b8ed2fe authored over 10 years ago by Michael Gehring <[email protected]>
github.com/spacedriveapp/rust-openssl - 4c1edcf4c8aa00ec3bb8ff0c0e8627a91a36792f authored over 10 years ago by Valerii Hiora <[email protected]>
Unfortunately OS X comes with 0.9.8 bundled. There is a way to
install a recent version through ...
Get certificate fingerprint
github.com/spacedriveapp/rust-openssl - a495465b75ffb18ff2303c5a11a103e00a15a13d authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - f508b7f067bfe1f4afb3382823a1e017e44d541f authored over 10 years ago by Valerii Hiora <[email protected]>
Allow to set cert/key pair
github.com/spacedriveapp/rust-openssl - efa1a719f5b9fc749c7a6fc37bed8a3a011b8e11 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - fb2665961c3566ef9df38c362e4e370ee8c31081 authored over 10 years ago by Valerii Hiora <[email protected]>
Update for rust rfc 52 changes
github.com/spacedriveapp/rust-openssl - cc7511a3329ae07df6bb658391fe19e8115e7f52 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 6802216f79cb7fffa48bc10daa8c5d0d8a6a63f9 authored over 10 years ago by Michael Gehring <[email protected]>
github.com/spacedriveapp/rust-openssl - ece8957e2feefed3bb1f1c3304f5f98ca804a355 authored over 10 years ago by Valerii Hiora <[email protected]>
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]>
For differences, see:
http://openssl.6102.n7.nabble.com/difference-between-i2d-PUBKEY-and-i2d-Pu...
github.com/spacedriveapp/rust-openssl - 759feedb0449ab03ed919ea087f8d75595302b68 authored over 10 years ago by Mathijs van de Nes <[email protected]>
Add build and testing instructions to the readme
github.com/spacedriveapp/rust-openssl - 89facce1d2755f53a977e97923a013ed71526886 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 68937102b022b20e5d4ce39ae5998ca20bc95f43 authored over 10 years ago by Austin Bonander <[email protected]>
github.com/spacedriveapp/rust-openssl - 5e6885af0116d549493bba46a45094e2d98308ce authored over 10 years ago by Austin Bonander <[email protected]>
Important: Windows dependencies and running test OpenSSL server
github.com/spacedriveapp/rust-openssl - 76f1386e7e80a774d9fb0aa3a5be5cf2b7437da5 authored over 10 years ago by Austin Bonander <[email protected]>github.com/spacedriveapp/rust-openssl - e7e6ef5da2f96f231fabe746eafdf681224f5bc9 authored over 10 years ago by Steven Fackler <[email protected]>
Allow setting hostname to support TLS-SNI
github.com/spacedriveapp/rust-openssl - 0a18409cdb88d726c8340d0580b09b061ac4c54c authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - b1346029e5d2d43d31b13376b0089b5cb412f51f authored over 10 years ago by Andrew Dunham <[email protected]>
Allow getting the compression used in a connection
github.com/spacedriveapp/rust-openssl - 4a823242abd136417939a49ebb121533381c01ca authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - c4ede3d585982af32e51c0ccc3a6b7f98f3b7ad7 authored over 10 years ago by Andrew Dunham <[email protected]>
Fix lints for non snake-case functions
github.com/spacedriveapp/rust-openssl - f7433cd25e8f4060eaa74bbb68796a51fa202798 authored over 10 years ago by Steven Fackler <[email protected]>Derive things on SslMethod
github.com/spacedriveapp/rust-openssl - 4ff45bc81d73f36daf1e377d66015df25763efac authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - fc79815faf28b347f6f0b8dd6d7c4f6b83fc4e53 authored over 10 years ago by Andrew Dunham <[email protected]>
github.com/spacedriveapp/rust-openssl - 1579173a1018d7540629c2faeb0c0193437df64d authored over 10 years ago by Andrew Dunham <[email protected]>
github.com/spacedriveapp/rust-openssl - 13b20278501f22eafd986e5acdd4e35bb6cd2f9c authored over 10 years ago by Andrew Dunham <[email protected]>
Fix the ambiguous integer literal error
github.com/spacedriveapp/rust-openssl - cd40d25cb5721064c5c2002c41a616d2dba7399a authored over 10 years ago by Steven Fackler <[email protected]>This commit fixes this:
> src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for
> ...
github.com/spacedriveapp/rust-openssl - 07f12370d3644673e8811f93485cddccead22590 authored over 10 years ago by Steven Fackler <[email protected]>
Add repr(C) to C structs
github.com/spacedriveapp/rust-openssl - aba30b530b450b80c57271df61a86bd84df02084 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - c4a275dc37a705568c9d6a5a0be8b85214a7db34 authored over 10 years ago by Michael Gehring <[email protected]>
Use BN_div instead of BN_mod
github.com/spacedriveapp/rust-openssl - fec71293a7dba1a176a20b22acb5365d17ce8bcd authored over 10 years ago by Steven Fackler <[email protected]>
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 - 182ec4a6e77a53381e8b5e161f5d9c8fb3d965ff authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 39343df472b4b0c99055d371f42beceeef527bd6 authored over 10 years ago by Steven Fackler <[email protected]>
Add new HashType RIPEMD160
github.com/spacedriveapp/rust-openssl - 2b0a77884694ebadf1fa117212ace95558b59ad2 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 9f2a9c852404f5a8fd212a0499b1cc5df955bcb9 authored over 10 years ago by Jeremy Ruten <[email protected]>
github.com/spacedriveapp/rust-openssl - 0c41d3b12321df65447841b369739e7b4da5f10c authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 203bdd076ec744a1794a7b151efb6b9247d43455 authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 497734d3e80174e327c0254cf5fa00ab362f9051 authored over 10 years ago by Steven Fackler <[email protected]>
Integration of BN (BigNum) functions.
github.com/spacedriveapp/rust-openssl - 19f12a14201d750ab7fa8882ea92cb1f29437d0e authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - d9992ca79ed6d6c4a2492bc2a207dc89579cabf5 authored over 10 years ago by Sam Thomas <[email protected]>
github.com/spacedriveapp/rust-openssl - 7d1dfe33e6b19af32e93850f18e29ecdfa1601d8 authored over 10 years ago by Sam Thomas <[email protected]>
github.com/spacedriveapp/rust-openssl - 3c731172067be2454cd822c0da999a7515669611 authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 2f877e7bccb15c238675e6e4acddfe43d720b04e authored over 10 years ago by Steven Fackler <[email protected]>
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]>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]>github.com/spacedriveapp/rust-openssl - 8696b091402f67a655c3b924c118392cb67540a3 authored over 10 years ago by Steven Fackler <[email protected]>
Readme
github.com/spacedriveapp/rust-openssl - 5342df9b1944f264cb4efd8d265658641c18a5f8 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - d403cae9e66eca634323daf73ccd70f75b35a0c5 authored over 10 years ago by Bryce Fisher-Fleig <[email protected]>
github.com/spacedriveapp/rust-openssl - cfaa9087c427f2bf7a705df449a7af4068ad6821 authored over 10 years ago by Bryce Fisher-Fleig <[email protected]>
Added target_arch for repr
github.com/spacedriveapp/rust-openssl - f3b2155854b41a59e6216b2c82542c67598a8b43 authored over 10 years ago by Steven Fackler <[email protected]>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]>Update for crate_id related changes.
github.com/spacedriveapp/rust-openssl - ad915f13ae2ad4217c18328a618ad696fb7014e1 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 2b48889466f292791c71839b217b0d2a84f114a9 authored over 10 years ago by Michael Gehring <[email protected]>
github.com/spacedriveapp/rust-openssl - 5ed462643c11240aacf63001af60f0c71e920988 authored over 10 years ago by Michael Gehring <[email protected]>
Change BUILDDIR to target/ for consistency w/Cargo
github.com/spacedriveapp/rust-openssl - 520cf48c2ae2e384e9d2cbb95ad858057fe9ecc3 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 6fc040e1c86c9028951e0f81695a15beb17706aa authored over 10 years ago by Chris Morgan <[email protected]>
Add some now-necesssary #[repr] on enums
github.com/spacedriveapp/rust-openssl - 6c8008e9140a59819e268c049c9243ddb480ac24 authored over 10 years ago by Steven Fackler <[email protected]>This was broken in mozilla/rust#15234.
github.com/spacedriveapp/rust-openssl - d638f86942d6c017a46caa79bab45e60ef57040a authored over 10 years ago by Chris Morgan <[email protected]>github.com/spacedriveapp/rust-openssl - b3d9e98fa178b2f8bf28c00a215eecee068e1b3e authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 8c40c2ef3527fbcf22f11a517422b371b4626852 authored over 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - bfd8fa2d4c494b1dbbaf6a57ee195cd8c8c0ab76 authored over 10 years ago by Steven Fackler <[email protected]>
Add a Cargo.toml configuration
github.com/spacedriveapp/rust-openssl - 5fb236128c4c552ace49c2d1f72a8996ee8d05d6 authored over 10 years ago by Steven Fackler <[email protected]>