aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/nid.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix build on older rustcSteven Fackler2018-06-011-1/+1
|
* Adjust Nid signature algorithm APIsSteven Fackler2018-06-011-19/+56
|
* rewrite Nid::{long_name,short_name} to return Results instead of OptionsMarco Huenseler2018-05-281-29/+22
|
* Get Nid string representationsMarco Huenseler2018-05-281-0/+69
|
* Add some digest supportSteven Fackler2018-05-241-0/+28
|
* Upgrade bitflags to 1.0Steven Fackler2017-12-251-2/+2
| | | | Closes #756
* Make Nid values associated constantsSteven Fackler2017-12-251-938/+949
|
* Document nid modulejohnthagen2017-09-281-0/+28
|
* 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