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

Add comparison for PKeys

123d400277f36fef193eba2287f65e6deb041f25 authored almost 10 years ago
Merge pull request #199 from CarlColglazier/patch-1

Fix documentation URL for openssl-sys.

1aab7b3c541b02c2771d028169833ceaad252ef2 authored almost 10 years ago
Merge pull request #200 from manuels/x509_pubkey

Add X509::public_key()

9ab4c93ab1086f22aa821baad4ea1887795a3298 authored almost 10 years ago
Add X509::public_key()

7db00b97ba4a5e513e2a8bd555bd2b2c36bc0afa authored almost 10 years ago
Fix nightly build issues

8027fff782a867abb647b922296805c22b2497cc authored almost 10 years ago
Fix documentation URL for openssl-sys.

f006356d1d1ff68ad367f8b3592541492e7748a7 authored almost 10 years ago
Fix non-dtls tests

8eb5db45bfb653f7b468525af886959c2c793fd4 authored almost 10 years ago
Fix dtls tests

There's a reason static mut is unsafe...

c5a16db97e2aaa03b2f2a2d4e38f70ef82307b4e authored almost 10 years ago
Clean up build infrastructure

483e0b1f0a8c844ab214f0f1e3724af4f7f25026 authored almost 10 years ago
Merge pull request #179 from manuels/dtls

DTLS support

11059e1b2dd4077fa2fd433f9d7d04da1cf175c6 authored almost 10 years ago
Use latest openssl library (v1.0.2)

637e981e77a0fff1469e64e5f7159fb8ca1636de authored almost 10 years ago
Make connected_socket a dev-dependency

6f1e9cf47c29615f37627c6c12e5f34ce132b8bb authored almost 10 years ago
Adapt code for rust-1.0.0-beta

b3eae0e3f64a636eb7e4d121f8ef4d3de111956d authored almost 10 years ago
Fix rebase errors

912cacf4bc3ea28003c5aa41f6cfd7a5989ba7d8 authored almost 10 years ago
Add ability to load private keys from files and use raw keys and certificates for SslContext

Conflicts:
openssl/src/crypto/pkey.rs
openssl/src/ssl/tests.rs

fb98f482e23a7283458d44289db51c99fa74e480 authored almost 10 years ago
Add ability to load private keys from files and use raw keys and certificates for SslContext

Conflicts:
openssl/src/ssl/tests.rs

3c03dd9535f473c1553e6774e2f9a30516d066a3 authored almost 10 years ago
Move connected_socket to its own crate and fix SSL_CTX_set_read_ahead()

dbef985e328f97905ce58ef14914100bd7e55e62 authored almost 10 years ago
Fix preemtively exiting openssl dtls server for tests

62b19e87e87579c98e3b092f345624f76ca907fe authored almost 10 years ago
Postpone custom openssl build

e239cd21e751ab75068fabfefee3bf477e86217c authored almost 10 years ago
Change SslContext::set_read_ahead(c_long) to SslContext::set_read_ahead(u32)

114253c55ec5dea618b839a39d1bc7ab02ab524c authored almost 10 years ago
Debug halteproblem with tests

362a7dfc935bcace9d4d249e2bed853c315e256d authored almost 10 years ago
Fix OSX related compiler error and correct travis OpenSSL setup

3680763906eff20ffb39bff114b17330afac9563 authored almost 10 years ago
Use latest OpenSSL version in travis tests and more verbose error message in ConnectedSocket

5788f3bec8d7d2594e63f869b265e234b7b38279 authored almost 10 years ago
Fix detect_invalid_ipv4 test on OSX

Looks like the invalid IP 254.254.254.254 is fine for OSX

014f59ae60e5f1197cb29dde08838f88f2a9124b authored almost 10 years ago
Fix travis path to test bash script

3abce328f1e94fb3f36955157a2c36195bfb225f authored almost 10 years ago
Adjust sin_len/sin6_len for non-linux platforms

Fixing errors for platforms you don't own is really annoying ;)

Fixing errors

4f2978bbd312985bee7220ba26e2b6280734c5c1 authored almost 10 years ago
Add DTLS docs

a47241c88f2a75d510f26bd163c562715db6acf6 authored almost 10 years ago
Fix travis test setup for DTLS

8a0e9d6cca4459dd0d256fc2e1b9453a9e0c48f8 authored almost 10 years ago
Add DTLSv1 and DTLSv1.2 support

664600eadff8a0388bc9ab2544b382e56e4fae9d authored almost 10 years ago
Fix portability issue and typo

efbd4eee05d7f21ce2ffd1b1beaae1cde1de36ba authored almost 10 years ago
Add connect() support for UDP sockets

5408b641ddbddd9f40ec203901dd7cb1a7afa3c0 authored almost 10 years ago
Release v0.6.0

51dd12934ae6fbf9042c3f495beed33766d9b2a1 authored almost 10 years ago
Merge pull request #186 from manuels/set_raw_key

Use raw keys and certs in SslContext

36f264551ad410833877f3884ce390456b8127dd authored almost 10 years ago
Release v0.5.5

ed97463346cd21976d3cc75a3347113d9f77063c authored almost 10 years ago
Fix errors in tests (SslVerifyPeer -> SSL_VERIFY_PEER)

7e88d8c2773b9ae0afe2586304e419ecca5c6294 authored almost 10 years ago
Use raw pointers instead of ptr::Unique

57f046e8ea07131e479d706279549066ed562c07 authored almost 10 years ago
Add SslContext::add_extra_chain_cert()

b6c5c113f56d56723771efdbecfd54d2b2fdd8d5 authored almost 10 years ago
Add ability to load private keys from files and use raw keys and certificates for SslContext

632d8398cfd9a3ab146d3208200cbe69018fc4b1 authored almost 10 years ago
Change SslVerifyMode to bitflags and add SSL_VERIFY_FAIL_IF_NO_PEER_CERT

SslVerifyMode was changed to bitflags to allow for bitwise operations
like (SSL_VERIFY_PEER | SS...

b42202b858a4ccba2686eb8235502f9be932e5da authored almost 10 years ago
Return Result<(),SslError> instead of Option<SslError>

e1d65fc2bef10e69bedb38d0cbe025ecdc064755 authored almost 10 years ago
Stabilize openssl!

460668782982e8d222a50b559e6efae1867d6ad7 authored almost 10 years ago
Merge pull request #194 from alexcrichton/beta

Fixup for beta

129f6c236bedb1b5618cc68c8f331e374ad9384f authored almost 10 years ago
Fixup for beta

Add derive(Clone) and don't negate unsigned numbers

293f1ce5b19610255f4fe3a69cf8fd159a0d5820 authored almost 10 years ago
Remove two features

f4761bb2929bdacb3a0c6f855921239d968b84b0 authored almost 10 years ago
Release v0.5.4

368c0a18ee8f60f1a1f607bb9484724aa5fec7d8 authored almost 10 years ago
Fix doctest errors

19a24b80e976459cd6d41ca629ee765ca71bdc05 authored almost 10 years ago
Merge pull request #193 from seanmonstar/rustup

rustup: changes to io::Error

22c5f047c1aa460ae02787a7696c36feeb8b368e authored almost 10 years ago
rustup: changes to io::Error

24b876521b7023ad01de8952f796b73233681e13 authored almost 10 years ago
Remove a bunch of use of core feature

121a667f9b94e50828da387f3d97d6de144be856 authored almost 10 years ago
Remove unsafe_destructor

c101abac6bfded94550498654714c5293c7f4eb1 authored almost 10 years ago
Release v0.5.3

a2199e01329335616eb18f619b72de13cef94b16 authored almost 10 years ago
Fix verify data free function

Turns out this is called with a null pointer if you never set the data
which didn't end up doing...

2b1a9a7814293d50829a60d42f4e8f2ea0353bd7 authored almost 10 years ago
Merge pull request #191 from fhartwig/rustup

Fix error with current rust nightly

c315e05368ca1d06e00a43be0a8e45d6c8e11bb9 authored almost 10 years ago
Fix error with current rust nightly

7c079698fc117efd649f58553177cbf58650352f authored almost 10 years ago
Fix npn feature

2453c0f96c18530e8d0326a0585b678717f2f043 authored almost 10 years ago
Fix deprecation warnings

36c90bb2054d4cbe3b29cc518b2929ac0034e6b8 authored almost 10 years ago
Release v0.5.2

73a5276d47870cc4ff06b33323b10990073ae0dc authored almost 10 years ago
Merge pull request #189 from alexcrichton/update

Update to rust master

6d15621c2b659127f989f63001bda4bc884d7a93 authored almost 10 years ago
Update to rust master

5a80cc8aaebb324622de6b7f3ac974fd44fbdf2e authored almost 10 years ago
Merge pull request #185 from mlalic/npn-bindings

Add TLS Next Protocol Negotiation

f664444ac58f03b6ea37996f44a81f3804cf938a authored almost 10 years ago
openssl: Add tests for client-side NPN

An additional `openssl` process is spun up before the tests are ran.
This process has NPN enable...

8f05e0452a035200cdc10c03d8d4b1019c0c1907 authored almost 10 years ago
openssl: Add method for setting protocols to be used in NPN

A new method `set_npn_protocols` is added to the `SslContext` struct,
when the `npn` feature is ...

83c279013bda0495ffd02a45a15c0e529d2c9afd authored almost 10 years ago
openssl: Advertise NPN protocols for server sockets

If a server socket is created with a context on which the
`set_npn_protocols` method has been ca...

be674a28e0791ee652e1397418290d19b263cf42 authored almost 10 years ago
openssl: Implement client-side NPN protocol selection

After the `set_npn_protocols` method of the `SslContext` struct is
called, any future TLS connec...

5689ad9260c8d90a738bf9d830186a1b31c05a7f authored almost 10 years ago
openssl: Add tests for server-side NPN

f50577909ebea982313657594d6a58578a305e11 authored almost 10 years ago
openssl: Add methods to get the protocol selected by NPN

The method is added to the `Ssl` struct, since this is how the native
OpenSSL API works. It is a...

8931299eab92e18f065d8e0ee3f3d8fcf9e905b0 authored almost 10 years ago
openssl: Add NPN crate feature

3388a12802765c34eb21e98e15f5e973ae7a50c1 authored almost 10 years ago
openssl-sys: Add NPN functions and constants

b96bbf6961467fec0a4dd9dfc6321c194fb4e8b8 authored almost 10 years ago
openssl-sys: Add TLS extension constants

f09cfdfdd5217929b97d0fd7ac55632373b76801 authored almost 10 years ago
Merge pull request #187 from manuels/x509_sign

Add X509Generator::sign()

20335c4f00995da172c3c0b4f1d64c3a84c9772c authored almost 10 years ago
Add X509Generator::sign()

6373b9692438d1941f1f52abf7adcb5aa96e14d3 authored almost 10 years ago
Fix doc test

b406b7c6e60525401459db7244c39de8446ac999 authored almost 10 years ago
Fix warnings and build issues

ac24bc542213b5423032a42b413360c5a089f46d authored almost 10 years ago
Merge pull request #184 from alexcrichton/update

Remove usage of unstable features in openssl-sys

5adbe4b3627e725ebbd8324549c78c8ab2882e06 authored almost 10 years ago
Remove usage of unstable features in openssl-sys

2560ccb330ae569b3d8fe83f5328f9a84a529c9b authored almost 10 years ago
Fix warnings

a65b03c89e89ee2edba191040064f5d14e270c49 authored almost 10 years ago
Merge pull request #172 from reaperhulk/add-ssl-ctx-set-get-options

add support for SSL_CTX_set_options and SSL_CTX_get_options

8b8736fb4611c99a3d644a831ed5ba0a352cf111 authored almost 10 years ago
Merge pull request #175 from aatxe/master

Added try_clone to SslStream for SslStream<TcpStream>.

515872fb6627308e06bcdd6b28e79c677a52e630 authored almost 10 years ago
Merge pull request #176 from alexcrichton/update

Cut down on unstable features in openssl-sys

0b48edb4a1cc2afc73d6b1f0e4dc13623cd6a27f authored almost 10 years ago
Cut down on unstable features in openssl-sys

* Move from `old_path` to `path` (leveraging the `fs` feature as well)
* Move from `StaticMutex`...

1c9b8a029b351e634c9e7849ece614338dc37b8c authored almost 10 years ago
Added try_clone to SslStream for SslStream<TcpStream>.

c3eee3b19438ddd7c9bd3ef57fdfd4838f9b416c authored almost 10 years ago
Release v0.5.0

5154581c32eac70d5bf0395525e9fd1ddd4d6031 authored almost 10 years ago
Merge branch 'breaks'

Conflicts:
openssl/src/lib.rs

2789764fe38a45df7ac0e0027b65a633b677a8a5 authored almost 10 years ago
Silence stability warning

14e6b1b530691326b6c0ca40b3c5b0d0f801ac49 authored almost 10 years ago
Convert to new IO.

6991cc6a30c7f2e480145c4d0c5692924d293043 authored almost 10 years ago
Switch to cargo liblibc

1b4a2eef0ec538c82f4259b813edd4a8ca54b6ed authored almost 10 years ago
add support for SSL_CTX_clear_options and use bitflags

8940bd767b908e886dc8ef83ca59e5e5f844a06e authored almost 10 years ago
add support for SSL_CTX_set_options and SSL_CTX_get_options

fixes #168

06ba41ad47e55d8075d74ee0d3041fbd6ee206b5 authored almost 10 years ago
Use new path API in buildscript

ebd906293376ee8ed3b7ddafa4573d2a9222d8b7 authored almost 10 years ago
Remove old attributes

69e371aafd8461abf29d2d2b85a80c719636c47c authored almost 10 years ago
Relase v0.4.3

81c057b7b950de522efab3eb7b689c3778abd6d2 authored almost 10 years ago
Merge pull request #166 from Ryman/master

Rustup

cf80af7d1fd2a83d2543288b4cae2556f358cf0d authored almost 10 years ago
Update depreciated code

cb0e1688c8aa2e07a917851c829b24e4528d1282 authored almost 10 years ago
Unique<T> now derefs to *mut T

00e4941a75007df4f8c127b1281f1c2f01591446 authored almost 10 years ago
Fix warning

19488f711d73aeee716a160c546d802c00a2d15e authored almost 10 years ago
Release v0.4.2

9ca965231cdd528b7fdaf54391fb44b2fc8d8d7d authored almost 10 years ago
Fix warnings

6bfc4d986b17b6a34f2ff0a1ee30bc384ebabafc authored almost 10 years ago
Merge pull request #164 from alexcrichton/ice

Fix debuginfo ICE for now

539b264af6f60ad90f4644ccf3715aa094400246 authored almost 10 years ago
Fix debuginfo ICE for now

bb2fe87d03f4a3cf04a0e2b8929eaafc61d18aa1 authored almost 10 years ago
Release v0.4.1

d3e48fa13157ae51ba39bc1e501dbb89f0b32906 authored almost 10 years ago