summaryrefslogtreecommitdiff
path: root/openssl/src/x509
AgeCommit message (Expand)Author
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-12-25cleanups to asn1 typesSteven Fackler
2020-12-25Merge pull request #1371 from JoshuaNitschke/masterSteven Fackler
2020-12-09remove get_Steven Fackler
2020-12-09Actually run x509 testsSteven Fackler
2020-11-29Fix clippy and rustfmt failsJoshua 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-29remove 'as of 1.0.0' commentmxheller
2020-11-29rename AddDir to HashDirmxheller
2020-11-17enforce proper usage of X509Lookup::add_dirmxheller
2020-11-17static lookup method lifetimemxheller
2020-11-17remove redundant X509_V_FLAG_ prefixmxheller
2020-11-17appropriately version gate X509_V_FLAGsMax Heller
2020-11-17stop rust from complaining about unused variableMax Heller
2020-11-17lookup safe APIMax Heller
2020-11-17verify param flagsMax Heller
2020-11-17Added missing email_protection method to ExtendedKeyUsage struct.Jesper Brynolf
2020-09-27Add and use ForeignTypeRefExt::from_const_ptrStefan Bühler
2020-09-13Remove redundant unit testIgor Taranenko
2020-09-13Attempt to fix compilation error for OpenSSL<1.1.0Igor Taranenko
2020-09-12Attempt to fix compilation errors on x32 OSsIgor Taranenko
2020-09-12Do not validate obtained certificate versionIgor Taranenko
2020-09-12Fix formattingIgor Taranenko
2020-09-12Add X509Ref::versionIgor Taranenko
2020-08-11Update mod.rsSteven Fackler
2020-08-11Cast to u32marcelbuesing
2020-08-11Expose subject_name_hashmarcelbuesing
2020-06-03Fix test.Jacob Hoffman-Andrews
2020-06-03Make tests narrower.Jacob Hoffman-Andrews
2020-05-31Fixes in response to review feedback.Jacob Hoffman-Andrews
2020-05-30Add Debug trait for X509 and other types.Jacob Hoffman-Andrews
2020-05-24Run clippySteven Fackler
2020-03-24Update openssl/src/x509/store.rsSteven Fackler
2020-03-24Add a shim for X509_STORE_get0_objects and X509_OBJECT_freeNoah
2020-03-23Check null ptr for non-x509 X509ObjectNoah
2020-03-22Add a way to get the certificates stored in an X509StoreNoah
2020-02-26Fix the memory leak in `X509Builder::append_extension`.Adrian Budau
2019-12-21remove deprecated Error::description, replace deprecated cause with sourceAndrii Radyk
2019-03-11X.509: add verify methodsAlexey Galakhov
2019-02-22RustfmtSteven Fackler
2018-07-07Merge pull request #937 from marcoh00/iterable-x509namesSteven Fackler
2018-06-26Only grab the name entry count when neededSteven Fackler
2018-06-09Switch to accessors in libressl where possibleSteven Fackler
2018-06-03Rename X509NameRef::all_entries and refactor end-of-iterator checksMarco Huenseler