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
github.com/spacedriveapp/rust-openssl - 82db54c82279bfd91a9ab703444488d2ba6aa03c authored about 10 years ago by Manish Goregaokar <[email protected]>
github.com/spacedriveapp/rust-openssl - 2901c279ab154933385fda86c620f87d3392a36d authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - fd680e8a336f8870a411a3047c45b47ee72beb37 authored about 10 years ago by Steven Fackler <[email protected]>
Conflicts:
src/bn/mod.rs
github.com/spacedriveapp/rust-openssl - ff0480549745403290f5cfdba5da3221982d42cf authored about 10 years ago by Chris Cole <[email protected]>
Closes #6
github.com/spacedriveapp/rust-openssl - c3603b0db00d044c8332d39dd9d49e3c76a2a978 authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - ad109a25bea667429b6002bb5ba1c8b6c768b308 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 72ca8433f574f8d70fc66aa6856affdf773a5867 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 08d1f2e6295d07f8ab42fc71defca938fb857e26 authored about 10 years ago by Steven Fackler <[email protected]>
Also removed the PNaCl support. It hasn't worked anyway in a while since
the pnacl-libressl-sys ...
github.com/spacedriveapp/rust-openssl - f1e37f477cff960ec10ec0f394585d42c06d71dc authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 74171f6bd02e4638618efa6b2c292cb745e56f63 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 4e379ec84a259085f9211ee6d87e2e1c128a55e3 authored about 10 years ago by Steven Fackler <[email protected]>
Hasher: static contract checking, context reuse
github.com/spacedriveapp/rust-openssl - 5340344a5cf3783ecc7f16d0518d1b6584b4a56a authored about 10 years ago by Steven Fackler <[email protected]>
- Store EVP_MD_CTX in a separate struct.
- Add with_context() constructor that uses an existing ...
github.com/spacedriveapp/rust-openssl - d1a733dfaa04131726f3cd46709d634cd0eb76e9 authored about 10 years ago by Steven Fackler <[email protected]>
Sync is now part of the standard library
github.com/spacedriveapp/rust-openssl - ccb134e3200a654c41eb1653e6c7e8063bd98211 authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 762331eb2b8d464bab3b7c27940ce9c1ed233800 authored about 10 years ago by Andor Uhlár <[email protected]>
github.com/spacedriveapp/rust-openssl - 525394d3089d1d65b63fc18ed3674328b44db3a3 authored about 10 years ago by Steven Fackler <[email protected]>
The use case here is to allow methods like `set_read_timeout` to be
called.
github.com/spacedriveapp/rust-openssl - f71555e8207fef6ba6f6090078309ca9bbe3a51d authored about 10 years ago by Steven Fackler <[email protected]>
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]>github.com/spacedriveapp/rust-openssl - fd14cc77f37f4bec78d313106191fbebf72a9284 authored about 10 years ago by Cody P Schafer <[email protected]>
github.com/spacedriveapp/rust-openssl - c6696eb02905bfc10f4cc7983f649ae5e9787466 authored about 10 years ago by Cody P Schafer <[email protected]>
github.com/spacedriveapp/rust-openssl - 9951cb2bdacf2a313e0bff0c8f13d966610f1db3 authored about 10 years ago by Cody P Schafer <[email protected]>
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 - b7c88101f5afd764f1bab5b1a4b8d0c95bc17a52 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 178d0f0c8e503b4eecb6ec5c118922ad52606c60 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - b084ddc7b0fe9c7816fef6e415a05db6ec43fb71 authored about 10 years ago by Steven Fackler <[email protected]>
Fix negative serials on generated certs
github.com/spacedriveapp/rust-openssl - efa71212432a9003d35fdae0e422716e6592b9ae authored about 10 years ago by Steven Fackler <[email protected]>required for compatibility with Go crypto
github.com/spacedriveapp/rust-openssl - e9e60fe3f36a9dbaf8dd922c70ab6bdcee701175 authored about 10 years ago by Valerii Hiora <[email protected]>Runtime fallout
github.com/spacedriveapp/rust-openssl - 8e9c34280d6a3fcfac89d8087d9de10de1ea1d6e authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 0cc749d3fc06d20b64c6ffafa4054490b21384ae authored about 10 years ago by Valerii Hiora <[email protected]>
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]>github.com/spacedriveapp/rust-openssl - ef9e0b00bdbd688368c5ae3818b59bd7dcc651d7 authored about 10 years ago by Gleb Kozyrev <[email protected]>
github.com/spacedriveapp/rust-openssl - 50f11e533cd3e1fb3f893423ee15c685999670cf authored about 10 years ago by Gleb Kozyrev <[email protected]>
Server Support
github.com/spacedriveapp/rust-openssl - 3e98880fe8cdeaccd3c08e423bc6ce7a211bae0a authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 9996f5874e4f62f66d9e837a91310f1a9a946a7f authored about 10 years ago by Steven Fackler <[email protected]>
Allows calling SSL_accept() instead of SSL_connect() when creating an
SslStream.
github.com/spacedriveapp/rust-openssl - af5533d936558a77c2de8c5d2d572bb1f89dfada authored about 10 years ago by Steven Fackler <[email protected]>
Fixed compilation errors related to namedspaced enums
github.com/spacedriveapp/rust-openssl - c766f29965005755cc5ffc61f27ebae2ca2d05a4 authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - f02d8c22ecf0138535ce93731c8b4653e4d09e86 authored about 10 years ago by James Hurst <[email protected]>
github.com/spacedriveapp/rust-openssl - 2569b398556dcec70ba2dc4369327172bedef375 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - c41baabac99d4de698777de756257a87b495fac7 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - 5258ce6ece505c6c9b40310bcff0ef55a3073300 authored about 10 years ago by Steven Fackler <[email protected]>
Add XTS-AES mode
github.com/spacedriveapp/rust-openssl - fa42ed9edcbd12e850e2eae95edb3e32da47f62c authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 287d4020424262d290bf0db678e32fd83a8dfb50 authored about 10 years ago by Corey Ford <[email protected]>
New build system
github.com/spacedriveapp/rust-openssl - c56d8f071a9886a774513ef663117a53f1b2b67f authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - b60d140d3d18c1e8b226036bd8e39e8a87264fb7 authored about 10 years ago by Valerii Hiora <[email protected]>
github.com/spacedriveapp/rust-openssl - 1f1c30dd3a577b301bb85bf95f964227f84d73fd authored about 10 years ago by Steven Fackler <[email protected]>
Aes 256 cbc decrypt test
github.com/spacedriveapp/rust-openssl - 952fef797171b77ae28374ef1c98152be6d5cf26 authored about 10 years ago by Steven Fackler <[email protected]>PNaCl/NaCl targets support.
github.com/spacedriveapp/rust-openssl - e7460886935a15468b8754ba1df0e189163fc14d authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - c2717cd98c88c80e165b44d6ce1fdd7d2fad155e authored about 10 years ago by Richard Diamond <[email protected]>
github.com/spacedriveapp/rust-openssl - 019e47020a52c0e4409739837ef653f7837f2e1c authored about 10 years ago by Richard Diamond <[email protected]>
github.com/spacedriveapp/rust-openssl - f32940294d3addf3780e12782135115874bd7649 authored about 10 years ago by Richard Diamond <[email protected]>
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]>github.com/spacedriveapp/rust-openssl - 3cbc5182496297abab0918430a9d5e72295c0b24 authored about 10 years ago by Cody P Schafer <[email protected]>
github.com/spacedriveapp/rust-openssl - b9f95b4ce4887c481ac4934e02a7a3aca4a316a6 authored about 10 years ago by Cody P Schafer <[email protected]>
Update to work with change in TcpStream api
github.com/spacedriveapp/rust-openssl - 1b7ab0238e0cc6625ff7166bf7b4162b767a3e82 authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 89fb825e78ecfc22b2c4186fd9ab97beab18efb0 authored about 10 years ago by Cody P Schafer <[email protected]>
github.com/spacedriveapp/rust-openssl - 1e706b8ef4d4344b5297b90bcd430cc96f40fb39 authored about 10 years ago by Steven Fackler <[email protected]>
fail! -> panic!
github.com/spacedriveapp/rust-openssl - 66df9154a6fcc468f91b326a3c2b8e8850d75b19 authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 1eb79df25abf3eede1f9d799992927986ce8c7a0 authored about 10 years ago by Michael Gehring <[email protected]>
github.com/spacedriveapp/rust-openssl - 42e9438e4ffd0d73cc3a72a08093ecfe728838b5 authored about 10 years ago by pyrho <[email protected]>
github.com/spacedriveapp/rust-openssl - 0982081dd767270a72f34b9e0b832d32892bb11a authored about 10 years ago by pyrho <[email protected]>
github.com/spacedriveapp/rust-openssl - d10c552af6699988d685db8ec77e41276d1c8e15 authored about 10 years ago by pyrho <[email protected]>
github.com/spacedriveapp/rust-openssl - b41201c3c9fddf42d02f71d11b5d4718eb9e88c4 authored about 10 years ago by Steven Fackler <[email protected]>
github.com/spacedriveapp/rust-openssl - ebbc44bb3fda11a907fa7de3d02bebc584fb550f authored about 10 years ago by Steven Fackler <[email protected]>
Cert loading from PEM & restructuring
github.com/spacedriveapp/rust-openssl - 6277635e5c579c5842fc5f921a3b27a544a7b346 authored about 10 years ago by Steven Fackler <[email protected]>- Added cert loading
- Extracted X509 tests
github.com/spacedriveapp/rust-openssl - e47a3cf7e2241175da9a8a9a7857dd3e02c76e53 authored about 10 years ago by Valerii Hiora <[email protected]>Cleaned up BigNum constructors
github.com/spacedriveapp/rust-openssl - fa951b438418c90d68fdf687a4e636f0cade7fc0 authored about 10 years ago by Steven Fackler <[email protected]>Removed redundant files
github.com/spacedriveapp/rust-openssl - 5a301cef9a346d28b84b085e46c71e8b112c722f authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 687a0e74403ef0515bef049dbb1dc27198651e1c authored about 10 years ago by Valerii Hiora <[email protected]>
github.com/spacedriveapp/rust-openssl - 3164ac0214c991b993f7b8e0b1410024eb7a7986 authored about 10 years ago by Valerii Hiora <[email protected]>
Correct init mutexes and locking function
github.com/spacedriveapp/rust-openssl - 60dce4c2190ecb935044152c02f4362d76a381e2 authored about 10 years ago by Steven Fackler <[email protected]>
`libcrypto` uses locks quite intensively even without SSL.
So they should be initialized before...
ssl: allow setting cipher list
github.com/spacedriveapp/rust-openssl - c415f122e2d2a2b0cd225dd4255c4027b5bf9e76 authored about 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - a6af89c67bf3c0ea562e960ba3e51c772b9e1be0 authored about 10 years ago by Cody P Schafer <[email protected]>
Refactor code around initialization and error strings.
github.com/spacedriveapp/rust-openssl - 12b7427e0d01cb92810db2f0f51972b34947128e authored about 10 years ago by Steven Fackler <[email protected]>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]>Feature matrix & conditioned doc generation
github.com/spacedriveapp/rust-openssl - c407530daeb0380edc22d45e6af7209911068607 authored about 10 years ago by Steven Fackler <[email protected]>
- Ensures that library builds and passes all tests without any
features and with `tlsv1_1`, `t...
Prepare for s/static/const/
github.com/spacedriveapp/rust-openssl - 93b725ea8d48b772bd55f4e5bfcb24165daeaf65 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - f1b8ad7df93ca79404b221fd97f640a62586e174 authored over 10 years ago by Alex Crichton <[email protected]>
"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]>BN_is_zero as a Rust function
github.com/spacedriveapp/rust-openssl - be8631985370592fc37fdc3734cd443e878ed143 authored over 10 years ago by Steven Fackler <[email protected]>
Although wrapping was relatively easy it basically meant
that we depend on C compilation which b...
github.com/spacedriveapp/rust-openssl - 95b9cf39c93d73e977b682e2287f275690180f3a authored over 10 years ago by Samuel Fredrickson <[email protected]>
X509 Generator sample
github.com/spacedriveapp/rust-openssl - 19eab0e7d729159104a0959c7c1209f1e8951db2 authored over 10 years ago by Steven Fackler <[email protected]>
Forcing static linking for lib wrapped as in other case doc tests
fail to locate the static library
Minor doc fixes and feature mentions
github.com/spacedriveapp/rust-openssl - fe000066a439f09283b2a4c847f67533faad3ed8 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 6f399239d8cddf12b169679c340f0f24d70a794b authored over 10 years ago by Valerii Hiora <[email protected]>
Revert "Fix #65: failing test case"
github.com/spacedriveapp/rust-openssl - c9eef510ce28f451516030c82fe2461c08a0fd9e authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - fec1c43a4a348ba6356ab7c80961cc2652a2602e authored over 10 years ago by Steven Fackler <[email protected]>
Fix #65: failing test case
github.com/spacedriveapp/rust-openssl - 68b9bd700eac43fa24d321cef185553fcb7b178c authored over 10 years ago by Steven Fackler <[email protected]>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]>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]>Using `Path`s instead of plain strings
github.com/spacedriveapp/rust-openssl - ad08bf4ed94c89be047ebf2db119e0eb465e821b authored over 10 years ago by Steven Fackler <[email protected]>Fixes #68: error on linking `bn_is_zero`
github.com/spacedriveapp/rust-openssl - e4b8b5e697620a543f1f7fe0183193ea7a45dc93 authored over 10 years ago by Steven Fackler <[email protected]>github.com/spacedriveapp/rust-openssl - 9dd8ce9270afa8c110f44b42d87b133620b1ec30 authored over 10 years ago by Valerii Hiora <[email protected]>