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

Release v0.2.10

d6ee6863b01424e8a77a79051a395be30334c203 authored about 10 years ago
Merge pull request #133 from kinghajj/mutex-api-changes

Change to use updated Mutex API in latest Rust master.

6a208d5ff754fd8703a276ccd79929749c8fd5c3 authored about 10 years ago
Change to use updated Mutex API in latest Rust master.

dfdd4c0e4f647cf47c4a1cdb52de7e231dbfc86e authored about 10 years ago
Release v0.2.9

651a1eab0b051fc418d5a7e696f1eda2f2d08a11 authored about 10 years ago
Merge pull request #132 from jmesmon/fix-opt-in-sync

ssl: use std::ptr::Unique to fix for opt-in Sync

078614157a934cb9fe078e799dfa6e61a992f1d1 authored about 10 years ago
ssl: use std::ptr::Unique to fix for opt-in Sync

Modifies Ssl & SslContext.

This removes the errors like:

src/ssl/tests.rs:202:14: 202:27 erro...

066c54a34cbdb3a946100bacda2d2a861d57a940 authored about 10 years ago
Added Copy impl.

fa32bc950b8756b77bc1ba44d6f65276f55f4442 authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
openssl-sys/src/lib.rs

156fc65eb0138da8c603df82baa4a756d4d6d420 authored about 10 years ago
Release v0.2.8

49a72ae9217c1d24e97445b9862da8eec7d86819 authored about 10 years ago
Merge pull request #130 from alexcrichton/update

Update to rust master

b136cf6c9068ad2993b6a84f27396012a9c5405e authored about 10 years ago
Update to rust master

7774e672a2c190dcf7a594882620b1fb607a3c13 authored about 10 years ago
Release v0.2.7

12d31ade9dca8006b23e36d7631e9113f6234fc0 authored about 10 years ago
Merge pull request #128 from aatxe/master

Fix openssl-sys.

5af17a6cc88451e2503001a444592f2d780e705d authored about 10 years ago
Replaced now removed NativeMutex with StaticMutex, and fixed Neg

implementation for BigNum.

e2fa62e2ae7bce4bee4744aa8ea440d8777e6890 authored about 10 years ago
Print unexpected error codes

This is breaking occaisionally but I can't repro it locally :(

217dad59dfbed952aa3eb0b18045dfbc1fe61b67 authored about 10 years ago
Release v0.2.6

1392970360b5f71734fdc4069b36f6c267a51745 authored about 10 years ago
Merge pull request #126 from aatxe/master

Updated for language changes to macros.

3329793492655ed75000544bae9fa3e299ce7969 authored about 10 years ago
Updated for language changes to macros.

a637f2b0bfaa077e1e56edc83d76677bccff09c6 authored about 10 years ago
Merge pull request #119 from glennw/android-static-linking

Use static linking on android, which simplifies deployment since loading...

88b753d3feeab5de71c5fdc834c0cc2dc37ae42e authored about 10 years ago
Release v0.2.5

ada2398b758c9c46fd4beb7ef2e2f675e6d5c1e4 authored about 10 years ago
Merge pull request #125 from alexcrichton/update

Update to rust master

8ee8b57486d262c5bad1c56348d15cc6aa6b3106 authored about 10 years ago
Update to rust master

01a5d7cc56244e72ea760d47844da1f399978b05 authored about 10 years ago
Merge pull request #115 from brunoqc/patch-1

Add rustlib 64-bit path in README

f299e336d06a85438c3ee90aa06235510f3f5dbe authored about 10 years ago
Release v0.2.4

1dc66d948676b434690f866cb226fe4178dcd42d authored about 10 years ago
Merge pull request #122 from vhbit/proc_removal

Track master: proc removal, tuple indexing

a2341541d690f079f08a06a2a53135906822a187 authored about 10 years ago
Track master: proc removal, tuple indexing

6119d916cb57422d6f51b921f40239dbdf53b4fc authored about 10 years ago
Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn.

38682821ade69780e5c125fa00f1f71a3b161ffd authored about 10 years ago
Release v0.2.3

9754b8e47db5faff2930ed070527d2d71e76e094 authored about 10 years ago
Use static linking on android, which simplifies deployment since loading application specific shared libraries on android requires Java code or other hacks.

4d49abd102942c6374c83767949ef812a7806ea7 authored about 10 years ago
Clean up Copy impls a bit

c1e225563d1e8a339a07df9d30649bfd25bfe4ca authored about 10 years ago
Merge pull request #118 from vhbit/oibit-fix

Update to nightly: explicit Copy trait

f22cdfb5945d175c55a3dcaedfce075b70e18e45 authored about 10 years ago
Added BigNum::one().

7a4fbc1567d2a1fd886a00adcf0bb01e796bf5aa authored about 10 years ago
Update to nightly: explicit Copy trait

c9220900753052a946abf6ac6de172d4a5e98b43 authored about 10 years ago
Use "ffi" namespace.

f0de77388863eadf1a332a1bf02383a9003b0d04 authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

fb1c8152741272bf526bb17fffa69c37b39eaa17 authored about 10 years ago
Added mod_word.

33f3c966ac0448a6f906f23d7cf51969c088bfa1 authored about 10 years ago
Merge pull request #117 from Ummon/master

Add the openssl function prototype 'HMAC_CTX_cleanup'.

ae9e2b1e257a744fa538cf3db299cac0584b4417 authored about 10 years ago
Add the openssl function prototype 'HMAC_CTX_cleanup'.

6d2f8d67f2423ba6a337359ecf0188bd52227dce authored about 10 years ago
Add rustlib 64-bit path in README

8c255d6dc41900c48bd17d134973d93d8ea48c9b authored about 10 years ago
Merge pull request #114 from DiamondLovesYou/master

Don't forget to bump the openssl-sys dep version!

7f9658248fc337d4ec79ce01a90cd1cf3864c43a authored about 10 years ago
Don't forget to bump the openssl-sys dep version!

93c6c867e0fa534e56e05886ca3ce2600defa8e0 authored about 10 years ago
Merge pull request #113 from DiamondLovesYou/nacl-crosses

Now that pkg-config 0.1.1 has been published, delegate bailout detection to pkg-config.

6d6ef3e747ee25764e5e39406f3eb15cd18b065d authored about 10 years ago
Now that pkg-config 0.1.1 has been published, delegate to bailout detection to pkg-config.

Also bump version minors for publishing. :)

10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22 authored about 10 years ago
Merge pull request #108 from DiamondLovesYou/nacl-crosses

Use locally built libreSSL if targeting NaCl instead of the host's versions.

43c9a43e2dab93cfa24921b38c0a0fa8bd4e1857 authored about 10 years ago
Add a feature to openssl-sys to cause it to build a local copy of libressl for

use instead of whatever pkg-config says (which in the case of crosses, is almost
certainly incorr...

0dff5268de2e072d162ad492304e15d079d2d4f8 authored about 10 years ago
Speed up SslStream initialization a bit

6cdd2cf577434ca3473c217e8a272ee965ef131f authored about 10 years ago
Merge pull request #110 from Manishearth/patch-1

Directly substitute $OPENSSL_PATH

b8a41f79a1a78791dddd453db0aab5f0957152fc authored about 10 years ago
Directly substitute $OPENSSL_PATH

31d188e3130f7d522f929ba51d6408795651f72f authored about 10 years ago
Merge pull request #109 from Manishearth/android

Allow passing in Android paths

b91a267082d3066bb369d3aa5b572d48b9ed8ded authored about 10 years ago
Allow passing in Android paths

82db54c82279bfd91a9ab703444488d2ba6aa03c authored about 10 years ago
Fix doc test and stop doc upload

2901c279ab154933385fda86c620f87d3392a36d authored about 10 years ago
Release v0.2.2

fd680e8a336f8870a411a3047c45b47ee72beb37 authored about 10 years ago
Merge remote-tracking branch 'upstream/master'

Conflicts:
src/bn/mod.rs

5f76f1cb62c70af4bbf064ea5c27c69544f04cea authored about 10 years ago
Added mod_mul.

ff0480549745403290f5cfdba5da3221982d42cf authored about 10 years ago
Make SslStream Cloneable

Closes #6

c3603b0db00d044c8332d39dd9d49e3c76a2a978 authored about 10 years ago
Release 0.2.1

ad109a25bea667429b6002bb5ba1c8b6c768b308 authored about 10 years ago
Add MaybeSslStream

72ca8433f574f8d70fc66aa6856affdf773a5867 authored about 10 years ago
Drop execute bit on file

08d1f2e6295d07f8ab42fc71defca938fb857e26 authored about 10 years ago
Bump to 0.2

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

4bf953bc2bd2922f6d8bbddf09af7e2ef735ccf9 authored about 10 years ago
Fix windows dependencies

f1e37f477cff960ec10ec0f394585d42c06d71dc authored about 10 years ago
Add openssl-sys dependency on windows

74171f6bd02e4638618efa6b2c292cb745e56f63 authored about 10 years ago
Fix to pkg-config 0.1

4e379ec84a259085f9211ee6d87e2e1c128a55e3 authored about 10 years ago
Merge pull request #99 from gkoz/context_reuse

Hasher: static contract checking, context reuse

5340344a5cf3783ecc7f16d0518d1b6584b4a56a authored about 10 years ago
Hasher: static contract checking, context reuse

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

5fafe4fc60848d525e3edb37266bc0f762cb7963 authored about 10 years ago
Bump to 0.1.1

d1a733dfaa04131726f3cd46709d634cd0eb76e9 authored about 10 years ago
Merge pull request #105 from andor44/master

Sync is now part of the standard library

ccb134e3200a654c41eb1653e6c7e8063bd98211 authored about 10 years ago
Sync is now part of the standard library

762331eb2b8d464bab3b7c27940ce9c1ed233800 authored about 10 years ago
Bump to 0.1.0

525394d3089d1d65b63fc18ed3674328b44db3a3 authored about 10 years ago
Allow access to the underlying stream

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

a7a9ef7eaa508a8437e5e23c16638d8b05877e6e authored about 10 years ago
Fix deprecation warning

f71555e8207fef6ba6f6090078309ca9bbe3a51d authored about 10 years ago
Merge pull request #104 from jmesmon/sys

Add get_peer_certificate() and a few ffi methods

e87639893d7b836d3d6008d7304ec7a16583c4e3 authored about 10 years ago
ssl: add get_peer_certificate()

fd14cc77f37f4bec78d313106191fbebf72a9284 authored about 10 years ago
sys: add SSL_get_peer_certificate()

c6696eb02905bfc10f4cc7983f649ae5e9787466 authored about 10 years ago
sys: add some methods for dealing with x509 certs

9951cb2bdacf2a313e0bff0c8f13d966610f1db3 authored about 10 years ago
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...

381a9b6e511099b71891ebcec48b131cf80f2c51 authored about 10 years ago
Add more crate metadata

b7c88101f5afd764f1bab5b1a4b8d0c95bc17a52 authored about 10 years ago
Update stuff for upload to registry

178d0f0c8e503b4eecb6ec5c118922ad52606c60 authored about 10 years ago
Add license and description

b084ddc7b0fe9c7816fef6e415a05db6ec43fb71 authored about 10 years ago
Merge pull request #102 from vhbit/fix-neg-serials

Fix negative serials on generated certs

efa71212432a9003d35fdae0e422716e6592b9ae authored about 10 years ago
Fix negative serials on generated certs

required for compatibility with Go crypto

e9e60fe3f36a9dbaf8dd922c70ab6bdcee701175 authored about 10 years ago
Merge pull request #101 from vhbit/runtime-fallout

Runtime fallout

8e9c34280d6a3fcfac89d8087d9de10de1ea1d6e authored about 10 years ago
Runtime fallout

0cc749d3fc06d20b64c6ffafa4054490b21384ae authored about 10 years ago
Merge pull request #100 from gkoz/new_cert

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

33af6a0b7a1037945181db96cf4f6915457a3df6 authored about 10 years ago
Slice syntax fix

ef9e0b00bdbd688368c5ae3818b59bd7dcc651d7 authored about 10 years ago
Replace an expired cert with a new one to make tests happy

50f11e533cd3e1fb3f893423ee15c685999670cf authored about 10 years ago
Merge pull request #54 from jmesmon/server

Server Support

3e98880fe8cdeaccd3c08e423bc6ce7a211bae0a authored about 10 years ago
Fix test build

9996f5874e4f62f66d9e837a91310f1a9a946a7f authored about 10 years ago
Baseline server support

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

b9e3ed50ad22e72e67c61f69bd3805b43e519122 authored about 10 years ago
Remove Zero and One impls

af5533d936558a77c2de8c5d2d572bb1f89dfada authored about 10 years ago
Merge pull request #98 from jamesrhurst/namespaced-enums

Fixed compilation errors related to namedspaced enums

c766f29965005755cc5ffc61f27ebae2ca2d05a4 authored about 10 years ago
Fixed compilation errors related to namedspaced enums

f02d8c22ecf0138535ce93731c8b4653e4d09e86 authored about 10 years ago
Impl Error for SslError

2569b398556dcec70ba2dc4369327172bedef375 authored about 10 years ago
Fix travis features

c41baabac99d4de698777de756257a87b495fac7 authored about 10 years ago
Move AES XTS support to a feature

5258ce6ece505c6c9b40310bcff0ef55a3073300 authored about 10 years ago
Merge pull request #96 from coyotebush/xts

Add XTS-AES mode

fa42ed9edcbd12e850e2eae95edb3e32da47f62c authored about 10 years ago
Add XTS-AES mode

287d4020424262d290bf0db678e32fd83a8dfb50 authored about 10 years ago
Merge pull request #95 from vhbit/custom-build

New build system

c56d8f071a9886a774513ef663117a53f1b2b67f authored about 10 years ago
New build system

b60d140d3d18c1e8b226036bd8e39e8a87264fb7 authored about 10 years ago
Bump to 0.0.1

1f1c30dd3a577b301bb85bf95f964227f84d73fd authored about 10 years ago
Merge pull request #89 from pyrho/aes-256-cbc-decrypt-test

Aes 256 cbc decrypt test

952fef797171b77ae28374ef1c98152be6d5cf26 authored about 10 years ago