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

Allow passing in Android paths

github.com/spacedriveapp/rust-openssl - 82db54c82279bfd91a9ab703444488d2ba6aa03c authored about 10 years ago by Manish Goregaokar <[email protected]>
Fix doc test and stop doc upload

github.com/spacedriveapp/rust-openssl - 2901c279ab154933385fda86c620f87d3392a36d authored about 10 years ago by Steven Fackler <[email protected]>
Release v0.2.2

github.com/spacedriveapp/rust-openssl - fd680e8a336f8870a411a3047c45b47ee72beb37 authored about 10 years ago by Steven Fackler <[email protected]>
Merge remote-tracking branch 'upstream/master'

Conflicts:
src/bn/mod.rs

github.com/spacedriveapp/rust-openssl - 5f76f1cb62c70af4bbf064ea5c27c69544f04cea authored about 10 years ago by Chris Cole <[email protected]>
Added mod_mul.

github.com/spacedriveapp/rust-openssl - ff0480549745403290f5cfdba5da3221982d42cf authored about 10 years ago by Chris Cole <[email protected]>
Make SslStream Cloneable

Closes #6

github.com/spacedriveapp/rust-openssl - c3603b0db00d044c8332d39dd9d49e3c76a2a978 authored about 10 years ago by Steven Fackler <[email protected]>
Release 0.2.1

github.com/spacedriveapp/rust-openssl - ad109a25bea667429b6002bb5ba1c8b6c768b308 authored about 10 years ago by Steven Fackler <[email protected]>
Add MaybeSslStream

github.com/spacedriveapp/rust-openssl - 72ca8433f574f8d70fc66aa6856affdf773a5867 authored about 10 years ago by Steven Fackler <[email protected]>
Drop execute bit on file

github.com/spacedriveapp/rust-openssl - 08d1f2e6295d07f8ab42fc71defca938fb857e26 authored about 10 years ago by Steven Fackler <[email protected]>
Bump to 0.2

Also removed the PNaCl support. It hasn't worked anyway in a while since
the pnacl-libressl-sys ...

github.com/spacedriveapp/rust-openssl - 4bf953bc2bd2922f6d8bbddf09af7e2ef735ccf9 authored about 10 years ago by Steven Fackler <[email protected]>
Fix windows dependencies

github.com/spacedriveapp/rust-openssl - f1e37f477cff960ec10ec0f394585d42c06d71dc authored about 10 years ago by Steven Fackler <[email protected]>
Add openssl-sys dependency on windows

github.com/spacedriveapp/rust-openssl - 74171f6bd02e4638618efa6b2c292cb745e56f63 authored about 10 years ago by Steven Fackler <[email protected]>
Fix to pkg-config 0.1

github.com/spacedriveapp/rust-openssl - 4e379ec84a259085f9211ee6d87e2e1c128a55e3 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #99 from gkoz/context_reuse

Hasher: static contract checking, context reuse

github.com/spacedriveapp/rust-openssl - 5340344a5cf3783ecc7f16d0518d1b6584b4a56a authored about 10 years ago by Steven Fackler <[email protected]>
Hasher: static contract checking, context reuse

- Store EVP_MD_CTX in a separate struct.
- Add with_context() constructor that uses an existing ...

github.com/spacedriveapp/rust-openssl - 5fafe4fc60848d525e3edb37266bc0f762cb7963 authored about 10 years ago by Gleb Kozyrev <[email protected]>
Bump to 0.1.1

github.com/spacedriveapp/rust-openssl - d1a733dfaa04131726f3cd46709d634cd0eb76e9 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #105 from andor44/master

Sync is now part of the standard library

github.com/spacedriveapp/rust-openssl - ccb134e3200a654c41eb1653e6c7e8063bd98211 authored about 10 years ago by Steven Fackler <[email protected]>
Sync is now part of the standard library

github.com/spacedriveapp/rust-openssl - 762331eb2b8d464bab3b7c27940ce9c1ed233800 authored about 10 years ago by Andor Uhlár <[email protected]>
Bump to 0.1.0

github.com/spacedriveapp/rust-openssl - 525394d3089d1d65b63fc18ed3674328b44db3a3 authored about 10 years ago by Steven Fackler <[email protected]>
Allow access to the underlying stream

The use case here is to allow methods like `set_read_timeout` to be
called.

github.com/spacedriveapp/rust-openssl - a7a9ef7eaa508a8437e5e23c16638d8b05877e6e authored about 10 years ago by Steven Fackler <[email protected]>
Fix deprecation warning

github.com/spacedriveapp/rust-openssl - f71555e8207fef6ba6f6090078309ca9bbe3a51d authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #104 from jmesmon/sys

Add get_peer_certificate() and a few ffi methods

github.com/spacedriveapp/rust-openssl - e87639893d7b836d3d6008d7304ec7a16583c4e3 authored about 10 years ago by Steven Fackler <[email protected]>
ssl: add get_peer_certificate()

github.com/spacedriveapp/rust-openssl - fd14cc77f37f4bec78d313106191fbebf72a9284 authored about 10 years ago by Cody P Schafer <[email protected]>
sys: add SSL_get_peer_certificate()

github.com/spacedriveapp/rust-openssl - c6696eb02905bfc10f4cc7983f649ae5e9787466 authored about 10 years ago by Cody P Schafer <[email protected]>
sys: add some methods for dealing with x509 certs

github.com/spacedriveapp/rust-openssl - 9951cb2bdacf2a313e0bff0c8f13d966610f1db3 authored about 10 years ago by Cody P Schafer <[email protected]>
sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_char

CRYPTO_free() ends up being used for a variety of types of data, not just
c_char. And it essenti...

github.com/spacedriveapp/rust-openssl - 381a9b6e511099b71891ebcec48b131cf80f2c51 authored about 10 years ago by Cody P Schafer <[email protected]>
Add more crate metadata

github.com/spacedriveapp/rust-openssl - b7c88101f5afd764f1bab5b1a4b8d0c95bc17a52 authored about 10 years ago by Steven Fackler <[email protected]>
Update stuff for upload to registry

github.com/spacedriveapp/rust-openssl - 178d0f0c8e503b4eecb6ec5c118922ad52606c60 authored about 10 years ago by Steven Fackler <[email protected]>
Add license and description

github.com/spacedriveapp/rust-openssl - b084ddc7b0fe9c7816fef6e415a05db6ec43fb71 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #102 from vhbit/fix-neg-serials

Fix negative serials on generated certs

github.com/spacedriveapp/rust-openssl - efa71212432a9003d35fdae0e422716e6592b9ae authored about 10 years ago by Steven Fackler <[email protected]>
Fix negative serials on generated certs

required for compatibility with Go crypto

github.com/spacedriveapp/rust-openssl - e9e60fe3f36a9dbaf8dd922c70ab6bdcee701175 authored about 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #101 from vhbit/runtime-fallout

Runtime fallout

github.com/spacedriveapp/rust-openssl - 8e9c34280d6a3fcfac89d8087d9de10de1ea1d6e authored about 10 years ago by Steven Fackler <[email protected]>
Runtime fallout

github.com/spacedriveapp/rust-openssl - 0cc749d3fc06d20b64c6ffafa4054490b21384ae authored about 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #100 from gkoz/new_cert

Replace an expired cert with a new one to make tests happy

github.com/spacedriveapp/rust-openssl - 33af6a0b7a1037945181db96cf4f6915457a3df6 authored about 10 years ago by Steven Fackler <[email protected]>
Slice syntax fix

github.com/spacedriveapp/rust-openssl - ef9e0b00bdbd688368c5ae3818b59bd7dcc651d7 authored about 10 years ago by Gleb Kozyrev <[email protected]>
Replace an expired cert with a new one to make tests happy

github.com/spacedriveapp/rust-openssl - 50f11e533cd3e1fb3f893423ee15c685999670cf authored about 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #54 from jmesmon/server

Server Support

github.com/spacedriveapp/rust-openssl - 3e98880fe8cdeaccd3c08e423bc6ce7a211bae0a authored about 10 years ago by Steven Fackler <[email protected]>
Fix test build

github.com/spacedriveapp/rust-openssl - 9996f5874e4f62f66d9e837a91310f1a9a946a7f authored about 10 years ago by Steven Fackler <[email protected]>
Baseline server support

Allows calling SSL_accept() instead of SSL_connect() when creating an
SslStream.

github.com/spacedriveapp/rust-openssl - b9e3ed50ad22e72e67c61f69bd3805b43e519122 authored about 10 years ago by Cody P Schafer <[email protected]>
Remove Zero and One impls

github.com/spacedriveapp/rust-openssl - af5533d936558a77c2de8c5d2d572bb1f89dfada authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #98 from jamesrhurst/namespaced-enums

Fixed compilation errors related to namedspaced enums

github.com/spacedriveapp/rust-openssl - c766f29965005755cc5ffc61f27ebae2ca2d05a4 authored about 10 years ago by Steven Fackler <[email protected]>
Fixed compilation errors related to namedspaced enums

github.com/spacedriveapp/rust-openssl - f02d8c22ecf0138535ce93731c8b4653e4d09e86 authored about 10 years ago by James Hurst <[email protected]>
Impl Error for SslError

github.com/spacedriveapp/rust-openssl - 2569b398556dcec70ba2dc4369327172bedef375 authored about 10 years ago by Steven Fackler <[email protected]>
Fix travis features

github.com/spacedriveapp/rust-openssl - c41baabac99d4de698777de756257a87b495fac7 authored about 10 years ago by Steven Fackler <[email protected]>
Move AES XTS support to a feature

github.com/spacedriveapp/rust-openssl - 5258ce6ece505c6c9b40310bcff0ef55a3073300 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #96 from coyotebush/xts

Add XTS-AES mode

github.com/spacedriveapp/rust-openssl - fa42ed9edcbd12e850e2eae95edb3e32da47f62c authored about 10 years ago by Steven Fackler <[email protected]>
Add XTS-AES mode

github.com/spacedriveapp/rust-openssl - 287d4020424262d290bf0db678e32fd83a8dfb50 authored about 10 years ago by Corey Ford <[email protected]>
Merge pull request #95 from vhbit/custom-build

New build system

github.com/spacedriveapp/rust-openssl - c56d8f071a9886a774513ef663117a53f1b2b67f authored about 10 years ago by Steven Fackler <[email protected]>
New build system

github.com/spacedriveapp/rust-openssl - b60d140d3d18c1e8b226036bd8e39e8a87264fb7 authored about 10 years ago by Valerii Hiora <[email protected]>
Bump to 0.0.1

github.com/spacedriveapp/rust-openssl - 1f1c30dd3a577b301bb85bf95f964227f84d73fd authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #89 from pyrho/aes-256-cbc-decrypt-test

Aes 256 cbc decrypt test

github.com/spacedriveapp/rust-openssl - 952fef797171b77ae28374ef1c98152be6d5cf26 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #94 from DiamondLovesYou/master

PNaCl/NaCl targets support.

github.com/spacedriveapp/rust-openssl - e7460886935a15468b8754ba1df0e189163fc14d authored about 10 years ago by Steven Fackler <[email protected]>
Force linkage of LibreSSL when targeting NaCl OSs.

github.com/spacedriveapp/rust-openssl - c2717cd98c88c80e165b44d6ce1fdd7d2fad155e authored about 10 years ago by Richard Diamond <[email protected]>
Support PNaCl/NaCl.

github.com/spacedriveapp/rust-openssl - 019e47020a52c0e4409739837ef653f7837f2e1c authored about 10 years ago by Richard Diamond <[email protected]>
Add overrideable platform ssl.

github.com/spacedriveapp/rust-openssl - f32940294d3addf3780e12782135115874bd7649 authored about 10 years ago by Richard Diamond <[email protected]>
Merge pull request #92 from jmesmon/hash-writier

crypto/hash: impl Writer for Hasher to allow use of Reader-Writer convenience functions

github.com/spacedriveapp/rust-openssl - 766ce4b7785c0b038bee95b74564e5b9bf7e9a4b authored about 10 years ago by Steven Fackler <[email protected]>
Hasher::write(): add basic test

github.com/spacedriveapp/rust-openssl - 3cbc5182496297abab0918430a9d5e72295c0b24 authored about 10 years ago by Cody P Schafer <[email protected]>
crypto/hash: impl Writer for Hasher to allow use of Reader-Writer convenience functions

github.com/spacedriveapp/rust-openssl - b9f95b4ce4887c481ac4934e02a7a3aca4a316a6 authored about 10 years ago by Cody P Schafer <[email protected]>
Merge pull request #93 from jmesmon/fix-tcpstream

Update to work with change in TcpStream api

github.com/spacedriveapp/rust-openssl - 1b7ab0238e0cc6625ff7166bf7b4162b767a3e82 authored about 10 years ago by Steven Fackler <[email protected]>
Update to work with change in TcpStream api

github.com/spacedriveapp/rust-openssl - 89fb825e78ecfc22b2c4186fd9ab97beab18efb0 authored about 10 years ago by Cody P Schafer <[email protected]>
Clean up some warnings

github.com/spacedriveapp/rust-openssl - 1e706b8ef4d4344b5297b90bcd430cc96f40fb39 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #90 from ebfe/fix-build

fail! -> panic!

github.com/spacedriveapp/rust-openssl - 66df9154a6fcc468f91b326a3c2b8e8850d75b19 authored about 10 years ago by Steven Fackler <[email protected]>
fail! -> panic!

github.com/spacedriveapp/rust-openssl - 1eb79df25abf3eede1f9d799992927986ce8c7a0 authored about 10 years ago by Michael Gehring <[email protected]>
Replaced vector of bytes with bytes string literal for expected output of AES_256_CBC deciphering unit test

github.com/spacedriveapp/rust-openssl - 42e9438e4ffd0d73cc3a72a08093ecfe728838b5 authored about 10 years ago by pyrho <[email protected]>
Merge remote-tracking branch 'upstream/master' into aes-256-cbc-decrypt-test

github.com/spacedriveapp/rust-openssl - 0982081dd767270a72f34b9e0b832d32892bb11a authored about 10 years ago by pyrho <[email protected]>
AES 256 CBC unit test

github.com/spacedriveapp/rust-openssl - d10c552af6699988d685db8ec77e41276d1c8e15 authored about 10 years ago by pyrho <[email protected]>
Clean up some BN stuff

github.com/spacedriveapp/rust-openssl - b41201c3c9fddf42d02f71d11b5d4718eb9e88c4 authored about 10 years ago by Steven Fackler <[email protected]>
Update doc location

github.com/spacedriveapp/rust-openssl - ebbc44bb3fda11a907fa7de3d02bebc584fb550f authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #85 from vhbit/x509-load-pem

Cert loading from PEM & restructuring

github.com/spacedriveapp/rust-openssl - 6277635e5c579c5842fc5f921a3b27a544a7b346 authored about 10 years ago by Steven Fackler <[email protected]>
Cert loading from PEM & restructuring

- Added cert loading

- Extracted X509 tests

github.com/spacedriveapp/rust-openssl - e47a3cf7e2241175da9a8a9a7857dd3e02c76e53 authored about 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #86 from vhbit/bn-squash-init

Cleaned up BigNum constructors

github.com/spacedriveapp/rust-openssl - fa951b438418c90d68fdf687a4e636f0cade7fc0 authored about 10 years ago by Steven Fackler <[email protected]>
Merge pull request #87 from vhbit/removed-native

Removed redundant files

github.com/spacedriveapp/rust-openssl - 5a301cef9a346d28b84b085e46c71e8b112c722f authored about 10 years ago by Steven Fackler <[email protected]>
Removed redundant files

github.com/spacedriveapp/rust-openssl - 687a0e74403ef0515bef049dbb1dc27198651e1c authored about 10 years ago by Valerii Hiora <[email protected]>
Cleaned up BigNum constructors

github.com/spacedriveapp/rust-openssl - 3164ac0214c991b993f7b8e0b1410024eb7a7986 authored about 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #81 from vhbit/lock-init

Correct init mutexes and locking function

github.com/spacedriveapp/rust-openssl - 60dce4c2190ecb935044152c02f4362d76a381e2 authored about 10 years ago by Steven Fackler <[email protected]>
Correct init mutexes and locking function

`libcrypto` uses locks quite intensively even without SSL.
So they should be initialized before...

github.com/spacedriveapp/rust-openssl - dd46d1922e4706cf4c15c8cd915c1254363def8c authored about 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #83 from jmesmon/set-cipher-list

ssl: allow setting cipher list

github.com/spacedriveapp/rust-openssl - c415f122e2d2a2b0cd225dd4255c4027b5bf9e76 authored about 10 years ago by Steven Fackler <[email protected]>
ssl: allow setting cipher list

github.com/spacedriveapp/rust-openssl - a6af89c67bf3c0ea562e960ba3e51c772b9e1be0 authored about 10 years ago by Cody P Schafer <[email protected]>
Merge pull request #79 from jroesch/init-cleanup

Refactor code around initialization and error strings.

github.com/spacedriveapp/rust-openssl - 12b7427e0d01cb92810db2f0f51972b34947128e authored about 10 years ago by Steven Fackler <[email protected]>
Refactor init and error handling code

Move common ffi initialization code to 'ffi::init()' and the initialization of error handling to...

github.com/spacedriveapp/rust-openssl - 5f017cd549b4c76849bfd5c33e6f6962acd89535 authored about 10 years ago by Jared Roesch <[email protected]>
Merge pull request #62 from vhbit/feature-matrix

Feature matrix & conditioned doc generation

github.com/spacedriveapp/rust-openssl - c407530daeb0380edc22d45e6af7209911068607 authored about 10 years ago by Steven Fackler <[email protected]>
Feature matrix & conditioned doc generation

- Ensures that library builds and passes all tests without any
features and with `tlsv1_1`, `t...

github.com/spacedriveapp/rust-openssl - 87374ff2c898f31f31c00f847fa8322f2cd84397 authored about 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #78 from alexcrichton/update

Prepare for s/static/const/

github.com/spacedriveapp/rust-openssl - 93b725ea8d48b772bd55f4e5bfcb24165daeaf65 authored over 10 years ago by Steven Fackler <[email protected]>
Prepare for s/static/const/

github.com/spacedriveapp/rust-openssl - f1b8ad7df93ca79404b221fd97f640a62586e174 authored over 10 years ago by Alex Crichton <[email protected]>
Merge pull request #75 from kinghajj/change-final-to-finalize

"final" is now a reserved word, so change occurrences to "finalize".

github.com/spacedriveapp/rust-openssl - bd38812880f54ab8c3bb9e61b643d38b8207f4b0 authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #76 from vhbit/bn-zero-int

BN_is_zero as a Rust function

github.com/spacedriveapp/rust-openssl - be8631985370592fc37fdc3734cd443e878ed143 authored over 10 years ago by Steven Fackler <[email protected]>
BN_is_zero as a Rust function

Although wrapping was relatively easy it basically meant
that we depend on C compilation which b...

github.com/spacedriveapp/rust-openssl - 59b843517df8d35b339eaee95ba4e533b190f9d6 authored over 10 years ago by Valerii Hiora <[email protected]>
"final" is now a reserved word, so change occurrences to "finalize".

github.com/spacedriveapp/rust-openssl - 95b9cf39c93d73e977b682e2287f275690180f3a authored over 10 years ago by Samuel Fredrickson <[email protected]>
Merge pull request #74 from vhbit/doc-samples

X509 Generator sample

github.com/spacedriveapp/rust-openssl - 19eab0e7d729159104a0959c7c1209f1e8951db2 authored over 10 years ago by Steven Fackler <[email protected]>
X509 Generator sample

Forcing static linking for lib wrapped as in other case doc tests
fail to locate the static library

github.com/spacedriveapp/rust-openssl - fe21d4bb666ac3fbea3101d9d5ad8afe972d0e9b authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #73 from vhbit/minor-doc-fixes

Minor doc fixes and feature mentions

github.com/spacedriveapp/rust-openssl - fe000066a439f09283b2a4c847f67533faad3ed8 authored over 10 years ago by Steven Fackler <[email protected]>
Minor doc fixes and feature mentions

github.com/spacedriveapp/rust-openssl - 6f399239d8cddf12b169679c340f0f24d70a794b authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #72 from sfackler/revert-66-fix-failing-test

Revert "Fix #65: failing test case"

github.com/spacedriveapp/rust-openssl - c9eef510ce28f451516030c82fe2461c08a0fd9e authored over 10 years ago by Steven Fackler <[email protected]>
Revert "Fix #65: failing test case"

github.com/spacedriveapp/rust-openssl - fec1c43a4a348ba6356ab7c80961cc2652a2602e authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #66 from jroesch/fix-failing-test

Fix #65: failing test case

github.com/spacedriveapp/rust-openssl - 68b9bd700eac43fa24d321cef185553fcb7b178c authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #67 from vhbit/membio-eof

Fixed incorrect EOF handling in MemBio, added error description

github.com/spacedriveapp/rust-openssl - de3f1cf57f39582e9391663ccb6a2b0fcd13137c authored over 10 years ago by Steven Fackler <[email protected]>
Fixed incorrect EOF handling in MemBio, added error description

Actually, EOF wasn't handled at all and it caused `mem_bio.read_to_end()` to fail. Which in turn...

github.com/spacedriveapp/rust-openssl - 3ba768bc288031964994e39d0fa08607fccf728e authored over 10 years ago by Valerii Hiora <[email protected]>
Merge pull request #71 from vhbit/path-ization

Using `Path`s instead of plain strings

github.com/spacedriveapp/rust-openssl - ad08bf4ed94c89be047ebf2db119e0eb465e821b authored over 10 years ago by Steven Fackler <[email protected]>
Merge pull request #69 from vhbit/bn-zero-fix

Fixes #68: error on linking `bn_is_zero`

github.com/spacedriveapp/rust-openssl - e4b8b5e697620a543f1f7fe0183193ea7a45dc93 authored over 10 years ago by Steven Fackler <[email protected]>
Potential fix for #68

github.com/spacedriveapp/rust-openssl - 9dd8ce9270afa8c110f44b42d87b133620b1ec30 authored over 10 years ago by Valerii Hiora <[email protected]>