summaryrefslogtreecommitdiff
path: root/openssl
AgeCommit message (Expand)Author
2021-03-08Fix NID definitions of SM3Harry Chen
2021-03-08Specify libressl version requriement of SM3Harry Chen
2021-03-08Add NID definition for sm3jiegec
2021-03-08Add sm3 cryptographic hash supportjiegec
2021-03-06expose rsa OAEP label methodsArthur Gautier
2021-03-05Update cms.rsSteven Fackler
2021-03-04added newlineShane Curran
2021-03-04fix formattingShane Curran
2021-03-04Fix broken testsShane Curran
2021-03-04removed extra whitespaceShane Curran
2021-03-04Created separate method for disabling CMS certificate checkShane Curran
2021-03-03Updated CMS_decrypt() to accept an option as the recipient's X509 certificate...Shane Curran
2021-03-01Merge pull request #1422 from cmars/aiaSteven Fackler
2021-03-01Authority Information Access x509 extensionCasey Marshall
2021-03-01Support OPENSSL_NO_OCSPRuslan Sayfutdinov
2021-02-28Add PKCS7_get0_signers as pkcs7::Pkcs7::signers.Casey Marshall
2021-02-26Fix doc linksSteven Fackler
2021-02-15Merge pull request #1414 from nomick/masterSteven Fackler
2021-02-15fix a clippy warningMarvin Loebel
2021-02-15fix sfackler's commentsMichael Rossberg
2021-02-15Add ec point validation functionsMichael Rossberg
2021-02-09add docs for installing openssl with macports/pkgsrcDavid Bailey
2021-01-18Initialize OpenSSL before FIPS_mode_setSteven Fackler
2021-01-01Silence new clippy lintJonas Platte
2021-01-01Remove remaining uses of extern crate in openssl, systestJonas Platte
2021-01-01Re-group some importsJonas Platte
2021-01-01Remove needless `fn main() {}` from doctestsJonas Platte
2021-01-01Remove extern crate declarations from doctestsJonas Platte
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-01Upgrade openssl and systest crates to edition 2018Jonas 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-24Release openssl v0.10.32Steven 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-09Release openssl v0.10.31Steven 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