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

bump openssl-src version to support IOS simulator

92c3dec225a9e984884d5b30a517e5d44a24d03b authored over 2 years ago
Release openssl v0.10.42

e43eb58540b27a17f8029c397e3edc12bbc9011f authored over 2 years ago
Release openssl-sys v0.9.76

44528bb7c908884fe68f1622d968c295fcae2667 authored over 2 years ago
Merge pull request #1649 from maurer/boringssl

Adds support for linking against boringssl

0af10fb66b74a71d657efb5e428c501f37812e89 authored over 2 years ago
Merge branch 'master' into boringssl

c49476b6650885d5a6b7ebeb07c999af29333018 authored over 2 years ago
more build fixes

7ef9ab2612a7f1b94cb9808e2d86383302205986 authored over 2 years ago
fix warnings

aac4eb8f0e73b56e720b449286fee22829be0fd1 authored over 2 years ago
Merge pull request #1694 from puzzlewolf/master

Fix supported OpenSSL versions

8e473ddc5b67fceb1764ee41e8c30a1093c5549b authored over 2 years ago
Add boringssl to CI

* BoringSSL does not use the bindgen feature, since it generates the
crate separately.
* Borin...

46e931483046328fdd845980cdb18389ba9041d0 authored over 2 years ago
Fix new clippy lints

* Needless borrow
* Explicit auto-deref

f5cb75198e60f076d190f3d2b36a5ef814e5e55a authored over 2 years ago
Fix new compiler lints (explicit drop for Boxes)

c26bdb3ec9aa579af1aa7d6145d2dc1c71a8e062 authored over 2 years ago
Adds support for linking against boringssl

The boringssl-sys crate is specific to the revision of boringssl you are
using, so you will need...

e610c0fe013b60c8bb6c438ba6a655588308a232 authored over 2 years ago
Fix supported OpenSSL versions

a340cda22ae103c783ef9ae81cac3fc3bc7bb2cd authored over 2 years ago
Merge pull request #1692 from Skepfyr/fix-deprecated

Fix deprecation note on SSL_CTX_set_alpn_select_cb

f8c321fbbc530f0fb607b890264b16a5b631dffe authored over 2 years ago
Fix deprecation note on SSL_CTX_set_alpn_select_cb

359d73923bd62ff10d65eb135e2adcacf74290f0 authored over 2 years ago
Merge pull request #1678 from mjb3279/add-evp-md-ctx-reset

Added support for `EVP_MD_CTX_reset`

8156ba23cd9eaab7b0c563b6dd5d44fe0e9761e0 authored over 2 years ago
Fixed PR issues

Signed-off-by: Michael Boquard <[email protected]>

d7ef33748b342601f686428053d6c4e133275d4c authored over 2 years ago
Fixed rustfmt issue

Signed-off-by: Michael Boquard <[email protected]>

bbaaa48726857a822da23ca91a959c488e788df9 authored over 2 years ago
Updated with correct config guard

Signed-off-by: Michael Boquard <[email protected]>

0f1068c4ae39d747d5ef873e7d5649a7a348989e authored over 2 years ago
Added support for `EVP_MD_CTX_reset`

Signed-off-by: Michael Boquard <[email protected]>

fb1689454c3c49a1b40e93d14cadf9167890bf81 authored over 2 years ago
Merge pull request #1676 from Skepfyr/name-cmp

Add `try_cmp` function to `X509NameRef`s

0f3179b7724d5b8eb33d7a82079305b4f0039205 authored over 2 years ago
Add `try_cmp` function to `X509NameRef`s

a5988c0515696394f174903af87f2b8cac076898 authored over 2 years ago
clippy

4d392c96da22825f7e15781968df145d8e5fe681 authored over 2 years ago
Merge pull request #1674 from mjb3279/add-evp-md-ctx-size

Added support for `EVP_MD_CTX_size` and `EVP_MD_CTX_get_size`

fda8fcd76c5efe3f67950b6744af041ead56046a authored over 2 years ago
Changed `MdCtx::size` to not require `&mut self`

0b1b8a89782f2113089c79521d5e4bb7b62855b7 authored over 2 years ago
Added support for `EVP_MD_CTX_size` and `EVP_MD_CTX_get_size`

f13dcedd501cc96d57631ec1fd4f11d38250fe85 authored over 2 years ago
Merge pull request #1672 from bkstein/kletterstein/x509req-print

Added `.to-text()` for `X509Req`.

05ea7900e99bf0fdf64e3b9028bb0cca116ca903 authored over 2 years ago
Fixed test for `X509Req.to_text()`

4ee589350591e7982fd3e93de7986ff772d7ad3f authored over 2 years ago
Added `.to-text()` for `X509Req`.

f7754a43dc502b086e0309a3313d9c69bf4a6823 authored over 2 years ago
Merge pull request #1670 from james58899/prioritize-chacha

Add SslOptions::PRIORITIZE_CHACHA

eb747eb8131bb10fffc58e102bfa1ab956c5b817 authored over 2 years ago
Add SslOptions PRIORITIZE_CHACHA

8c4a23dd1cc7c44e8c4ad1ffc68c586ce1c77439 authored over 2 years ago
Merge pull request #1669 from wiktor-k/fix-digest-verify-init

Fix generic bound to allow verification with public keys

8b7d5a711097537076480ab53f5996de7850466f authored over 2 years ago
Fix generic bound to allow verification with public keys

Previously the generic bound on `MdCtxRef::digest_verify_init` required
initialization with a ke...

f8409ceb54fb6d09228965cb08572e4a8abb11da authored over 2 years ago
Merge pull request #1668 from wiktor-k/fix-docs-rsa-from-private

Fix documentation example for `Rsa::from_private_components`

2a59017c3ce1f024e54cd06f91d634986a88dc29 authored over 2 years ago
Fix documentation example for `Rsa::from_private_components`

The existing documentation probably went out of sync when refactoring
`Rsa` into `RsaPrivateKeyB...

558cbd0195d3c308f73bdef8e5f46a0f9974e1fb authored over 2 years ago
Merge pull request #1666 from bkstein/kletterstein/complete-hash-nids

Added missing NIDs for SHA3 hashes

ff5397d4771b10a0c173152f777e2d50f26a73ee authored over 2 years ago
rustfmt fixed

1d833ad051e2aec23775a71dfe7f1b10d2d878dd authored over 2 years ago
Added sha3 nid's

6a28c043d44cde855a13a2fe4d05a9387f955030 authored over 2 years ago
Fixed clippy warning for unnecessary cast

31879a0cb5e990ece1dd8cee1c073567086cb7b7 authored over 2 years ago
Merge pull request #1661 from newAM/master

Add SSL_get_psk_identity

c57a993454b76cf08e40d1f5796f60646e619df7 authored over 2 years ago
Add SSL_get_psk_identity

7cd32cd2ffdacca334a47f6fd8545b4bd9115c5b authored over 2 years ago
Release openssl v0.10.41

04aa578b8c8b8ba5c3f2ec87c6e28db0fa99471b authored over 2 years ago
Release openssl-sys v0.9.75

6eb34eb73f69508b51fe6b9928f0406c44828ef9 authored over 2 years ago
Merge pull request #1660 from sfackler/oss3-error-strs

Fix use after free in 3.x error reporting

c81d34984e669c1076d147339da34de1eb1326e8 authored over 2 years ago
statically link on windows

4d218d1fece50a951ce8d191bccb60ff7d9238e5 authored over 2 years ago
disable systest on windows

61c042fd29435381d542878282b88a9b4eae32a7 authored over 2 years ago
add a test

48ce2336a125412c90cafd18fb8a1bd191ba6c52 authored over 2 years ago
fix link

ed4eca695d82804530b082837575be338fc3d88b authored over 2 years ago
Fix use-after-free in 3.x error reporting

c02e9dcd3681cecdef54d322218a2e5505ab9e5d authored over 2 years ago
Update ci.yml

047fb44e7c759b31bdf96f7083ec1903de8567f9 authored over 2 years ago
Merge pull request #1657 from John-K/custom_ecc_curve

Custom ECC curve support

b2f85951aad7ffc992475028e4903ea6406705ad authored over 2 years ago
Add unit tests for EcGroup::from_components, EcPoint.set_affine_coordinates_gfp, and EcGroup.set_generator

fcf71cf0b3749041d3541eb1b1d55b017c282dec authored over 2 years ago
Merge pull request #1656 from jiayang-zheng/support_sm4

Add sm4 encryption support

493d7b300de0fdf9288f976a42ebca8b1ea6dcb7 authored over 2 years ago
Address review feedback for #1657

36412798daa703c4627d43e9169caf832aa971ca authored over 2 years ago
Bump CI versions

1437591d116720b43a238390916719e48430f0e7 authored over 2 years ago
Create EcGroup from components, implement setting EcGroup generator, and implement set_affine_coordinates for EcPoint

167ed896de250f7ee92dc3f580dca4e5dcc4045c authored over 2 years ago
Add FFI for EC_GROUP_set_generator and EC_POINT_set_affine_coordinates_GFp

dcc7127693264ee172fb4adc70391d081e41ad32 authored over 2 years ago
Fix sm4 format

f0f67bee135d4ade2f153c4dcb8f0eecd793cddd authored over 2 years ago
Add sm4 support in symmetric cipher

1f6b4ab1bdd75076b5164b4a616f6fdd4ced19a9 authored over 2 years ago
Add sm4 encryption support

18501ee41805cd3935bb7074c02d10d406caa0eb authored over 2 years ago
Bump CI versions

bba1712865cc87ab1617cf03a8f79b6b0f518dcb authored over 2 years ago
init in Pkey::ec_gen

3.0.3 fails to initialize things internally and segfaults in
OPENSSL_strcasecmp. Additionally, w...

76c7dd11ae52ff6eb331cab801c094fa64f877a1 authored over 2 years ago
Release openssl-sys v0.9.74

e0628629382a449aae37e8bc12fd2b549c60e2c4 authored over 2 years ago
Merge pull request #1648 from BiagioFesta/wip/bfesta/invalid-ca-errno-v3

openss-sys: define X509_V_ERR_INVALID_CA errno for openssl v3

967cb853549d21c17e1b9d3194a02a7ff00bc0a0 authored over 2 years ago
openss-sys: define X509_V_ERR_INVALID_CA errno for openssl v3

bd25c2b74a2079b13cd3b8f6d353f03760c90e26 authored over 2 years ago
Merge pull request #1644 from tpambor/extension-alias

Add add_alias method to X509Extension

2c73dd94a2e3c680017b7391e5c7bbd2a65d111d authored over 2 years ago
Mark add_alias unsafe

d771f497de2ee521f15a59507fdac1e15616721d authored over 2 years ago
Add add_alias method to X509Extension

ae60c2f62876654dfc1444f0b60c52cb9afe62e2 authored over 2 years ago
Merge pull request #1642 from Skepfyr/cmp

Implement Ord & Eq for X509 and X509Ref

433f0ecb6e3268d0ca5c02ed508c050908143b34 authored over 2 years ago
Add cross impls of PartialOrd/Eq for X509/X509Ref

75c1a964f3a8fa8729b15b928ab158ac637f3357 authored over 2 years ago
Replace is_eq with comparison to preserve MSRV

317981c6d8ec88bd12d2a0a6aab58b91624b568d authored over 2 years ago
Implement Ord & Eq for X509 and X509Ref

1147ed0303cc185ec6d21dbc43e2b938af9fe733 authored over 2 years ago
Merge pull request #1640 from AndrewScull/block_size

Add message digest block size accessor

af925013ea0a34e4054f59f96c4df9cfa655cddf authored over 2 years ago
Add message digest block size accessor

8df69a9f1e7b016d87f858924615d1754f7d7bd3 authored over 2 years ago
Merge pull request #1629 from vishwin/master

Fix up LibreSSL bits

079e9fe6dfe6c6edfca4f987a17c8290ac13acd3 authored over 2 years ago
Re-ignore tests concerning possible bugs in LibreSSL since 3.2.1

adea4b992f6951466ba1c551c3e13244a09bc31c authored over 2 years ago
Re-add LibreSSL 3.4 to CI, specifically 3.4.3

The 3.4 series is not considered EOL.

d79b6b785ca1a8a247387bfc2e08a717adb5b95f authored over 2 years ago
Properly expose SSL_*_max_early_data symbols for LibreSSL 3.4+

5f887308204c146a695c6f96c027e8e904fd5861 authored over 2 years ago
Unify under ctx.set_min_proto_version

8ee52a46f8be68fcba19a933c9d711cb5432f22d authored over 2 years ago
Allow LibreSSL 3.4.0+ to use set_ciphersuites and NO_TLSV1_3 in connectors

8ab8915c24e614179e6ff8367f60a3efc005b33b authored over 2 years ago
Add cfgs for LibreSSL 3.4.0

72b74045c41c9683ea3058b746065536a84b40e4 authored over 2 years ago
Pass NO_TLSV1_3 in tmp_dh_callback_ssl() for LibreSSL 3.4.0

2c6313fe4ba36f9585c608767120241333008954 authored over 2 years ago
Pass NO_TLSV1_3 in tmp_dh_callback() for LibreSSL 3.4.0

bd39183aa65a19f157a764c52e40b67ebf6cce64 authored over 2 years ago
Sync assorted LibreSSL symbols from various versions

While here, fix a typo

d95497cdb530c96d78aafb56fd5e9f5b8802c52c authored over 2 years ago
Expose TLS1_3_VERSION when using LibreSSL 3.4.0+

4f0d5bfee266eb5c1361e07300699b5e0e533b65 authored over 2 years ago
Expose defines that have actually been present in every LibreSSL version

cb97cd81ac63de6f7b7e415a67d15e07b7747014 authored over 2 years ago
Re-enable tests ignored in LibreSSL 3.2.1+ for 3.4.0+

d63542a4127c1b2d8b3a64b6a9f753335cdbcf66 authored over 2 years ago
Enable mozilla_modern_v5 test for LibreSSL 3.4.0+

3bccee28111f7acc39aa9cf2fa6b1d31c5580708 authored over 2 years ago
LibreSSL 3.4.0 exposes SSL_OP_NO_TLSv1_3

a71d7382ac39fe47d494ad796e175c8dbdf0300c authored over 2 years ago
Sync functions to -sys

f50060d2c1a655c3a868277972be0ecd0c96434e authored over 2 years ago
Use LibreSSL's preferred method of only allowing TLSv1.3

6aab638689926dc811d1588701d28c194d4f5633 authored over 2 years ago
Release openssl v0.10.40

e76289f6addb9e5e11f640c590ae13a0b87dc557 authored almost 3 years ago
Fix version constraint

Closes #1630

7d0399473923fd9681c8e38459a94dd01caa8a6b authored almost 3 years ago
Release openssl v0.10.39

936aba3c6062a1aa8166cde1306a5763523aca23 authored almost 3 years ago
fix changelog

aa6f4c61af576b803f14125032f0c1916be0c9ff authored almost 3 years ago
Release openssl-macros v0.1.0

f56e2e8b6c69ec08f3f02e8b733a60dd412e893f authored almost 3 years ago
Release openssl-sys v0.9.73

8149759829a8c27053e28871ea81a295cdc2abe1 authored almost 3 years ago
Merge pull request #1628 from alex/libressl-350

Yet Another Attempt to LibreSSL 3.5.x

a5a956cbeb60b2c5b209970251dee8432ceb428e authored almost 3 years ago
Remove LibreSSL 3.4.2 from CI

5d3455aa1397ebf1602f02c365ef648797768a71 authored almost 3 years ago
Yet Another Attempt to LibreSSL 3.5.x

ea03bc0200a56bf799129c9bf3bbfe02214e5b80 authored almost 3 years ago