aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/asn1.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch to accessors in libressl where possibleSteven Fackler2018-06-091-1/+1
| | | | | | | Some accessors are mysteriously still macros so we can't make everything opaque yet, unfortunately. cc #909
* Overhaul openssl cfgsSteven Fackler2018-05-201-11/+13
| | | | Also expose hostname verification on libressl
* Add Asn1IntegerRef::to_bnSteven Fackler2018-03-281-6/+17
| | | | Also deprecate Asn1IntegerRef since it's just asking for trouble.
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-6/+6
| | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
* Convert try! usage to ?johnthagen2017-10-031-7/+7
|
* Changed Asn1Object documentation to include references to NidAndy Gauge2017-09-291-3/+14
|
* documented and example for ASN1 moduleAndy Gauge2017-09-281-7/+62
|
* WIP ASN.1 documentationAndy Gauge2017-09-281-2/+57
|
* RustfmtSteven Fackler2017-07-151-16/+14
|
* Merge branch 'master' into x509_req_version_subjectSteven Fackler2017-02-111-1/+51
|\
| * X509 signature algorithm accessSteven Fackler2017-02-101-1/+33
| |
| * Add Asn1BitStringSteven Fackler2017-02-101-0/+18
| |
* | Make it compile again.mredlek2017-02-071-1/+7
| | | | | | | | | | Make self mut in set_subject_name. Add assert to prevent a null pointer in subject_name.
* | Merge branch 'master' into x509_req_version_subjectmredlek2017-02-071-4/+22
|\|
| * Switch to foreign_typesSteven Fackler2017-02-031-4/+22
| |
* | Style changes according to reviewmredlek2017-01-271-8/+3
| |
* | Added X509ReqRef.subject_name and X509ReqRef.versionmredlek2017-01-261-0/+22
|/
* OCSP functionalitySteven Fackler2017-01-141-4/+16
|
* RustfmtSteven Fackler2016-11-051-3/+1
|
* Get rid of RefSteven Fackler2016-11-041-5/+5
| | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :(
* Avoid extra allocations in Asn1Time Display implSteven Fackler2016-10-311-7/+8
|
* Fix 1.1.0 buildSteven Fackler2016-10-311-1/+10
|
* Clean up x509 name entriesSteven Fackler2016-10-311-0/+28
|
* Convert Asn1TimeSteven Fackler2016-10-311-41/+3
|
* RustfmtSteven Fackler2016-10-301-3/+1
|
* Convert SslContextRefSteven Fackler2016-10-211-1/+0
|
* Update Asn1TimeRefSteven Fackler2016-10-211-31/+36
|
* Start on error + BN refactorSteven Fackler2016-10-161-0/+73