aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/nid.rs
Commit message (Collapse)AuthorAgeFilesLines
* RustfmtSteven Fackler2016-10-301-26/+50
|
* Remove NIDs only defined in 1.0.2+Steven Fackler2016-10-231-39/+1
|
* Use constants rather than constructors for NidSteven Fackler2016-10-221-3805/+953
|
* De-enumify NidSteven Fackler2016-10-221-196/+3820
|
* RustfmtSteven Fackler2016-05-161-4/+1
|
* Clean up RSA signature APISteven Fackler2016-05-161-0/+1
|
* add missing NIDs and use Nid as input to signingChris Dawes2016-05-041-18/+40
|
* Rename Nid uid/UID to prevent breakageJoe Wilm2016-02-021-2/+4
|
* Fix Nid::UID valueJoe Wilm2016-02-021-1/+2
| | | | | Nid::UID (userId) previously held the value of Nid::uid (uniqueIdentifier).
* RustfmtSteven Fackler2015-12-151-3/+3
|
* Implement "extensions" field in X509generator, and change existing ↵Jethro Beekman2015-07-011-1/+1
| | | | extensions to use that
* Fix NID definitions to match OpenSSL. The previous numbers were introduced ↵Jethro Beekman2015-06-301-2/+5
| | | | incorrectly in #213
* Add support for reading X509 subject informationJoseph Glanville2015-05-181-0/+170