summaryrefslogtreecommitdiff
path: root/openssl/src
AgeCommit message (Expand)Author
2021-01-01Rename the openssl_sys crate through Cargo.tomlJonas Platte
2021-01-01Use edition 2018 idioms and warn when they are not followedJonas Platte
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-12-31Update openssl/src/ssl/connector.rsSteven Fackler
2020-12-31Replace some uses of Lazy by OnceCellJonas Platte
2020-12-30Switch from lazy_static to once_cellJonas Platte
2020-12-25cleanups to asn1 typesSteven Fackler
2020-12-25Merge pull request #1371 from JoshuaNitschke/masterSteven Fackler
2020-12-23Fix argument type of Ssl::newSteven Fackler
2020-12-23Allow SslConnector to return a raw SslSteven Fackler
2020-12-23Allow construction of disconnected sslstreamsSteven Fackler
2020-12-17Update openssl/src/hash.rsSteven Fackler
2020-12-17Support EVP_get_digestbyname bindingQiu Wenbo
2020-12-13Merge pull request #1384 from dodomorandi/rsa-oaepSteven Fackler
2020-12-09add HasParams boundSteven Fackler
2020-12-09remove get_Steven Fackler
2020-12-09Fix dh methodsSteven Fackler
2020-12-09Actually run x509 testsSteven Fackler
2020-12-07Add some module and types documentationEdoardo Morandi
2020-12-05LibreSSL 3.2.1+: revert forced TLSv1.2 and ignore failing tests until TLSv1.3...Charlie Li
2020-12-05Fix comment syntaxCharlie Li
2020-12-05Force TLSv1.2 for LibreSSL 3.2.1 and laterCharlie Li
2020-12-05Expose NO_TLSV1_3 for LibreSSL 3.2.1 and laterCharlie Li
2020-12-05Account for differing tmp DH callback behaviour in LibreSSL >= 3.2.1Charlie Li
2020-12-05Improve documentation for `encrypt` and `decrypt`Edoardo Morandi
2020-12-05Make the tests use `encrypt_len`/`decrypt_len`Edoardo Morandi
2020-12-05Add encrypt_len and decrypt_lenEdoardo Morandi
2020-12-05Add minimal openssl/libressl version for OAEPEdoardo Morandi
2020-12-05Remove unnecessary new_internEdoardo Morandi
2020-12-04Support OPENSSL_NO_RMD160, OPENSSL_NO_CMS, OPENSSL_NO_BFRuslan Sayfutdinov
2020-12-04Fix compilation with old compilerEdoardo Morandi
2020-12-04Add encrypt module and RSA OAEP supportEdoardo Morandi
2020-11-29Fix clippy and rustfmt failsJoshua Nitschke
2020-11-29fix doc commentJoshua Nitschke
2020-11-29Updates per pull request feedbackJoshua Nitschke
2020-11-29changes to pass `cargo fmt --all -- --check`Joshua Nitschke
2020-11-29Add additional function so that x509 name with specific type can be addedJoshua Nitschke
2020-11-29Merge pull request #1341 from igorty/X509_version_getterSteven Fackler
2020-11-29Update openssl/src/x509/mod.rsSteven Fackler
2020-11-29Update openssl/src/x509/mod.rsSteven Fackler
2020-11-29Merge pull request #1345 from stbuehler/from-const-ptrSteven Fackler
2020-11-29Merge pull request #1353 from wiomoc/masterSteven Fackler
2020-11-29Merge pull request #1373 from max-heller/revocation-checkingSteven Fackler
2020-11-29remove 'as of 1.0.0' commentmxheller
2020-11-29rename AddDir to HashDirmxheller
2020-11-21Do not support partial wildcards in verifying domains for openssl 1.0.1iximeow
2020-11-21DNS names are compared case-insensitivelyiximeow
2020-11-18Merge pull request #1372 from HyeonuPark/aead-srtp-prof-idSteven Fackler
2020-11-18Add AEAD SRTP protection profilesHyeonu Park
2020-11-17enforce proper usage of X509Lookup::add_dirmxheller