index
:
rust-openssl
fix/modern_generate_parameters
master
OpenSSL bindings for Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-01
Remove remaining uses of extern crate in openssl, systest
Jonas Platte
2021-01-01
Re-group some imports
Jonas Platte
2021-01-01
Remove needless `fn main() {}` from doctests
Jonas Platte
2021-01-01
Remove extern crate declarations from doctests
Jonas Platte
2021-01-01
Rename the openssl_sys crate through Cargo.toml
Jonas Platte
2021-01-01
Use edition 2018 idioms and warn when they are not followed
Jonas Platte
2021-01-01
Upgrade openssl and systest crates to edition 2018
Jonas Platte
2021-01-01
Use crate in imports in the openssl crate
Jonas Platte
2020-12-31
Merge pull request #1400 from jplatte/once_cell
Steven Fackler
2020-12-31
Update openssl/src/ssl/connector.rs
Steven Fackler
2020-12-31
Replace some uses of Lazy by OnceCell
Jonas Platte
2020-12-30
Switch from lazy_static to once_cell
Jonas Platte
2020-12-30
Delete FUNDING.yml
Steven Fackler
2020-12-25
cleanups to asn1 types
Steven Fackler
2020-12-25
Merge pull request #1371 from JoshuaNitschke/master
Steven Fackler
2020-12-24
Create FUNDING.yml
Steven Fackler
2020-12-24
Release openssl v0.10.32
Steven Fackler
2020-12-24
add changelog link
Steven Fackler
2020-12-24
Release v0.9.60
Steven Fackler
2020-12-24
Merge pull request #1397 from sfackler/always-unpin
Steven Fackler
2020-12-23
Fix argument type of Ssl::new
Steven Fackler
2020-12-23
Allow SslConnector to return a raw Ssl
Steven Fackler
2020-12-23
Allow construction of disconnected sslstreams
Steven Fackler
2020-12-23
Merge pull request #1388 from Byron/master
Steven Fackler
2020-12-17
Merge pull request #1392 from crab2313/EVP_digestname
Steven Fackler
2020-12-17
Update openssl/src/hash.rs
Steven Fackler
2020-12-17
Support EVP_get_digestbyname binding
Qiu Wenbo
2020-12-13
Merge pull request #1384 from dodomorandi/rsa-oaep
Steven Fackler
2020-12-09
Release openssl v0.10.31
Steven Fackler
2020-12-09
add HasParams bound
Steven Fackler
2020-12-09
remove get_
Steven Fackler
2020-12-09
Fix dh methods
Steven Fackler
2020-12-09
Actually run x509 tests
Steven Fackler
2020-12-09
Release openssl-sys v0.9.59
Steven Fackler
2020-12-09
Merge pull request #1333 from vishwin/master
Steven Fackler
2020-12-09
Bump to 1.1.1i
Steven Fackler
2020-12-09
Support LibreSSL 3.3.1
Charlie Li
2020-12-09
Find brew openssl in correct place on Apple Silicon/aarch64
Sebastian Thiel
2020-12-07
Add some module and types documentation
Edoardo Morandi
2020-12-05
LibreSSL 3.2.1+: revert forced TLSv1.2 and ignore failing tests until TLSv1.3...
Charlie Li
2020-12-05
Add corresponding TLSv1_2_method function imports
Charlie Li
2020-12-05
Fix comment syntax
Charlie Li
2020-12-05
Force TLSv1.2 for LibreSSL 3.2.1 and later
Charlie Li
2020-12-05
Expose NO_TLSV1_3 for LibreSSL 3.2.1 and later
Charlie Li
2020-12-05
Use space indentation to silence rustfmt
Charlie Li
2020-12-05
Fix syntax error from previous commit
Charlie Li
2020-12-05
Account for differing tmp DH callback behaviour in LibreSSL >= 3.2.1
Charlie Li
2020-12-05
Support LibreSSL 3.3.0
Charlie Li
2020-12-05
Update CircleCI for LibreSSL 3.2.2
Charlie Li
2020-12-05
Support LibreSSL 3.2.2
Charlie Li
[next]