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

Expose NO_TLSV1_3 for LibreSSL 3.2.1 and later

8e585e288a004cbff2bcbae881afdd9c2a375a53 authored about 4 years ago
Use space indentation to silence rustfmt

ebc5779e866b60ee352122bed3b2f4b3cff17668 authored about 4 years ago
Fix syntax error from previous commit

da867246591f30b58247760c5e0edbc343ab66ce authored about 4 years ago
Don't panic for libreSSL 3.2.1

6064ce8cf48c71eceeda69738d217b2dfaf0082a authored about 4 years ago
Improve documentation for `encrypt` and `decrypt`

76d935ec024185d3477a875dc392df2f06efc50b authored about 4 years ago
Make the tests use `encrypt_len`/`decrypt_len`

03d8720ac6e1da662b486350a46a4f99e5a0505f authored about 4 years ago
Add encrypt_len and decrypt_len

d0676bf38d773989d60b342a9efc960c30a4b1fd authored about 4 years ago
Add minimal openssl/libressl version for OAEP

b2410923fe57b41dd4e1cdfb7894aaf326d5f936 authored about 4 years ago
Remove unnecessary new_intern

411ad0f06653be32110e0d94e41418452df0e3dd authored about 4 years ago
Merge pull request #1385 from KapJI/openssl-features

Support OPENSSL_NO_RMD160, OPENSSL_NO_CMS, OPENSSL_NO_BF

4d64b75c1581044528e004d8eb0626d72b26adf6 authored about 4 years ago
Update expando

5d14cc5c491fc98ab417935d72d658ef21c8f2c1 authored about 4 years ago
Support OPENSSL_NO_RMD160, OPENSSL_NO_CMS, OPENSSL_NO_BF

61abe85503549fc75e4e1e20e28ef905c1b6db6a authored about 4 years ago
Fix compilation with old compiler

243d9f94e6b4eba1fb890b22d505d3023003570b authored about 4 years ago
Add encrypt module and RSA OAEP support

acfda134eab8049940a5fe04fba5f34a0e0dab7b authored about 4 years ago
Revert "unignore test for 3.0.0"

This reverts commit eefdc57e9fe42ad675a2a4575fc713f16c940b8c.

8d3cf268d80f0ae3b95408f206c22d88b9e7ea13 authored about 4 years ago
fix arg mutability

bd6a1257bc7d62357d54c3ba347039e0e93a2dbf authored about 4 years ago
unignore test for 3.0.0

eefdc57e9fe42ad675a2a4575fc713f16c940b8c authored about 4 years ago
Merge remote-tracking branch 'origin/master' into openssl-300

2c9ff44b828642c69576be0b7e7e3d5642de1c46 authored about 4 years ago
correct V_ASN1_NUMERICSTRING value

efddba6813828e6271fa346f8f259f31d945c185 authored about 4 years ago
Fix clippy and rustfmt fails

5cabf85fd3066a5981593baa02c0b072711a4a20 authored about 4 years ago
changes to pass `cargo fmt --all -- --check`

b00cf724ebfa012290ed7f7c4e311030591762bf authored about 4 years ago
fix doc comment

cf738cff3df96a211867959d9469eec33e8f1360 authored about 4 years ago
Add additional function so that x509 name with specific type can be added

Fixes issue #1370

7d33b4c84be27dccb68ad8b2d9654f5aeb341d60 authored about 4 years ago
Updates per pull request feedback

48a4386ae6588183b34420a75cdf7c69caa11c00 authored about 4 years ago
Merge pull request #1382 from mleonhard/master

Clarify error message for macOS users.

624effd3a6314ddfa4abbbf3b1eddf414edf8842 authored about 4 years ago
Remove suggestion to downgrade to openssl-ssl 0.7.

Co-authored-by: Steven Fackler <[email protected]>

9eb8fbc1091500fab371b6678442a78ef7a67b40 authored about 4 years ago
Clarify error message for macOS users.

https://github.com/rust-secure-code/cargo-geiger/issues/149

eb680979b58cb2afff5884d371b2607d7f50c269 authored about 4 years ago
Merge pull request #1341 from igorty/X509_version_getter

Add X509Ref::version

c38a86cc0fb6ef9db7b5b365350a6358cd860cfb authored about 4 years ago
Update openssl/src/x509/mod.rs

484aa9291f02838ff70672aa53e6f31e153b3106 authored about 4 years ago
Update openssl/src/x509/mod.rs

ae026e32e18d0cf13ebbb017ffb088d43da95547 authored about 4 years ago
Merge pull request #1345 from stbuehler/from-const-ptr

Add and use ForeignTypeRefExt::from_const_ptr

75b0978bc840cb668b2c2a9383aa5562049a6698 authored about 4 years ago
Merge pull request #1353 from wiomoc/master

Advanced DH support

8341d79cd3c32b9518b2d932f7b69b135fd8e697 authored about 4 years ago
Merge pull request #1373 from max-heller/revocation-checking

Support for enabling CRL-based certificate revocation checking

282d1ef8ce15e7ab6ec6a1a76ca391f843bf21eb authored about 4 years ago
remove 'as of 1.0.0' comment

1dec65068ab68e2829d38f80664aec9ac3d7989f authored about 4 years ago
rename AddDir to HashDir

45107c21cd3405c571c175d332243a001d9268a1 authored about 4 years ago
Don't update rustup in GH actions

The binary isn't writeable so an update causes the build to fail :(

838e2d1cc0c847933a6afa198170d598e6a1719f authored about 4 years ago
Bump to alpha9

e1e7b40712f70ee6a75954cb7152047875dd3eed authored about 4 years ago
Merge pull request #1378 from iximeow/ossl101-hostname-checks

Openssl 1.0.1 domain name matching tweaks

c6c4c0577d1ea191b53b197a17e6819abbe51098 authored about 4 years ago
Do not support partial wildcards in verifying domains for openssl 1.0.1

This breaks with libcurl's support, but is consistent with openssl
1.0.2+ behavior. See `ssl/con...

159922b514979aa437060e906981da9bea72268b authored about 4 years ago
DNS names are compared case-insensitively

76d996c380334217efba23ceddc050c045ababbb authored about 4 years ago
Fix clippy

b86e8220649c6583410a84c6b94c6210910893ee authored about 4 years ago
Merge pull request #1372 from HyeonuPark/aead-srtp-prof-id

Add AEAD SRTP protection profiles

12223d41658a6c17c001963e9f43b3b8e921c70f authored about 4 years ago
Add AEAD SRTP protection profiles

d2c54348a58214613f7ed07270801a28ea58ee20 authored about 4 years ago
enforce proper usage of X509Lookup::add_dir

b875ef4ac0036f730d09968cfd8ce6ce1bdaaa04 authored about 4 years ago
lookup safe API

f825e9ffccff1ff2cf1bc1a514e5c6121a28d758 authored about 4 years ago
SSL_CTX_get0_param

6857463592e0474459ede9b73329e2ce1e751b1f authored about 4 years ago
appropriately version gate X509_V_FLAGs

e8b7b4a8112aa9d5061de3ba2a6dd0cec400d179 authored about 4 years ago
static lookup method lifetime

cccfb0243045594bffcbfa4e2807ecc06dc45e9f authored about 4 years ago
remove redundant X509_V_FLAG_ prefix

bea8a0513ef9ca126d769b0c76307d09b0e8c162 authored about 4 years ago
verify param flags

d07e52aa0fe7b4e9e6f7038a4a2dd7f927b449c2 authored about 4 years ago
stop rust from complaining about unused variable

8b460ab646219d2c7f904f6f8c08678a848e7d44 authored about 4 years ago
lookup apis

fb3fc4865c64951bae2b3d5e1e94c63ac791d005 authored about 4 years ago
SslContextBuilder::verify_param

0bcee646bf60a8d7a5fbd32545c52ec1da4bf82d authored about 4 years ago
Merge pull request #1377 from sfackler/fix-vcpkg

Fix vcpkg CI build

39e2d12eb6b051b8676e10f7d2ba18d11b686093 authored about 4 years ago
Fix vcpkg CI build

22b6c07622c980b4a05e56184978b5f715506cc8 authored about 4 years ago
Merge pull request #1375 from Superhepper/master

Added missing email_protection method to ExtendedKeyUsage struct.

661e24df2ed56292e37fdbccccdcd98d732922e8 authored about 4 years ago
Added missing email_protection method to ExtendedKeyUsage struct.

- Everything was prepared for adding the emailProtection flag except a
method. So it appeared ...

c9ce2ea5fb8307b62510dbf3d76f7133545d47ff authored about 4 years ago
Merge remote-tracking branch 'origin/master' into openssl-300

7ff4a14e408e60e3510e17eff0d2411a11288d6f authored about 4 years ago
Bump mac ci version too

741b2e4d84cff8e0482947d223db2aba0f077b5c authored about 4 years ago
Merge remote-tracking branch 'origin/master' into openssl-300

bc01070fe5cf800ff21d659b9b206b688ddba030 authored about 4 years ago
Bump ci version

1c4797f36db79b02ce6f7cc00dd47b42f4d18266 authored about 4 years ago
Merge remote-tracking branch 'origin/master' into openssl-300

80c0082c3e5191c1c2492144e17d1ad50521b05e authored about 4 years ago
Bump min version

60f0ae508dcc97a16f25fdd281fc5ac7a9f6675b authored about 4 years ago
bump to alpha8

e71ba98d2784cf53cba4914d78de67c336c79da5 authored about 4 years ago
Remove stray println

0e7ccc1fb09b33fca4a04f0ebe7403baefd2a0e2 authored over 4 years ago
more fixes

57f748cbeb66c824791e9f9136f840c9c2be525e authored over 4 years ago
fixes

f959bd583ec4a40b1b487beda0adedde9d6cf348 authored over 4 years ago
Bump to alpha7

203ca55c3effe181d7aea887b6268a5258c535e8 authored over 4 years ago
Merge remote-tracking branch 'origin/master' into openssl-300

2dc1290cd50040df0bb46021d9f02d3ebe7f7483 authored over 4 years ago
Merge pull request #1359 from stbuehler/const-ptr-api-macro

Add and use const_ptr_api macro in openssl-sys

f958176b880cd9bf911776ed00af2a642c076faa authored over 4 years ago
Merge pull request #1364 from sfackler/sfackler-patch-1

Upgrade CI macos version

e796b76e473ff244c2eb0545000361ce9a20b0da authored over 4 years ago
Update config.yml

39ff35148e7bde04be3e1d81c84399637e718567 authored over 4 years ago
Upgrade CI macos version

172173228ebc131175dc4451e105fb775bf990c7 authored over 4 years ago
Merge pull request #1363 from stbuehler/small-cfg-cleanup

remove unnecessary #[cfg(...)]

78cd8a4a04409848d6acd83cb3017c80256a6ad1 authored over 4 years ago
fixed recursion_limit for openssl-sys

so it also compiles on rust 1.31; also same limit as used by
systest/ctest.

1dbeb8cbd22a12415e72d42d5f74b884af66950b authored over 4 years ago
Add and use const_ptr_api macro in openssl-sys

c6c2ce91051e9fe3120fddef543bf192532dd8df authored over 4 years ago
remove unnecessary #[cfg(...)]

388ed22d5560e9b18b4a9e4d78b1639cf58cdc9d authored over 4 years ago
post review

bc070569f628f6312b0cdfd115bd308ef0d739e6 authored over 4 years ago
Merge pull request #1360 from mbrubeck/deps

Update to cfg-if 1.0

d46f3d9e9de4cabb114fc490b77f11144c4a71a1 authored over 4 years ago
Update to cfg-if 1.0

5b9b4429f88a480df20253420d2ce57478354685 authored over 4 years ago
changes after review 2/2

39d7ebc6431473aebf84952adee94f4c2aa3d0d6 authored over 4 years ago
changes after review 1/2

8dc699a26facc6131056c874f2a13cbad96211df authored over 4 years ago
Merge pull request #1357 from stbuehler/clippy-matches-macro

Silence clippy::match_like_matches_macro (would require rust 1.42)

742db0d37f3afae50557c9951b44c19d5b1be484 authored over 4 years ago
Merge pull request #1358 from breard-r/fix_typo

Fix a typo

7f2b63eb71a8202ad688702f35645fe8d021005d authored over 4 years ago
Fix a typo

5fc9ad88a32f5bbdb327e47757b0af55d8cad8bd authored over 4 years ago
Silence clippy::match_like_matches_macro (would require rust 1.42)

c1c379af0243a9dbf3ba3b90af989eeb2a9afda0 authored over 4 years ago
implement better prime handling

implement better prime handling

22a2f49873bbd3f9963f42dc445940c92b530abd authored over 4 years ago
tests

c4d77d03d6d72dd8e3a370cf0093ad6e7b0432cc authored over 4 years ago
advanced DH support

e75fd02fdad97e0848ca7b63929ca1c91ef91efd authored over 4 years ago
Merge pull request #1347 from stbuehler/more-x509-ext-bindings

More bindings to handle x509 extensions

d9d805f3d7697b7ecc08d6dfc3fe66e4a0cd38d2 authored over 4 years ago
Add some X509_REVOKED bindings, make extensions field public

f83ed2e0746807cf8d251c01f7a92819118c2df3 authored over 4 years ago
Add more extension bindings for STACK_OF(X509_EXTENSION)

0076028edab4a99b5d934ba4699b004f27b90a21 authored over 4 years ago
Update some X509_CRL bindings for libressl281

df0ad695a1b0f1c2c070d8ecd4fa17ade3f0b37f authored over 4 years ago
Merge pull request #1346 from stbuehler/fix-asn1-octect-string-bindings

Fix ASN1_OCTET_STRING in bindings

68a19bafdb77ab43035787879af608c8167b2c82 authored over 4 years ago
Fix ASN1_OCTET_STRING in bindings

4707e74420b29ec9a5018bd1d25d5a1aff532d4e authored over 4 years ago
Add and use ForeignTypeRefExt::from_const_ptr

1. `X::from_ptr(p as *mut _)` is dangerous, as it not only casts
`*const X::CType` to `*mut X...

b2caf477fdaa68887d9343e6d119d9312f40204c authored over 4 years ago
Merge pull request #1344 from stbuehler/x509-bindings

Various x509 bindings

32b1736368a8359baa098f7484f06a1a29fa396b authored over 4 years ago
Add bindings and consts for x509 extensions flags and (extended) key usage

85d78b29af9cf4ea38d0e61b93f1ef3d83f05f7f authored over 4 years ago
Add AUTHORITY_KEYID struct

919874a2a5d71bc1e53c8915c9030a0ff9320fd1 authored over 4 years ago
Add bindings to access x509 extensions in various types

4f3a71ba04bfc41d5854985ec642730a0a3bbc76 authored over 4 years ago