index
:
rust-openssl
fix/modern_generate_parameters
master
OpenSSL bindings for Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
/
nid.rs
Age
Commit message (
Expand
)
Author
2021-01-01
Use crate in imports in the openssl crate
Jonas Platte
2020-05-24
Run clippy
Steven Fackler
2018-06-01
fix build on older rustc
Steven Fackler
2018-06-01
Adjust Nid signature algorithm APIs
Steven Fackler
2018-05-28
rewrite Nid::{long_name,short_name} to return Results instead of Options
Marco Huenseler
2018-05-28
Get Nid string representations
Marco Huenseler
2018-05-24
Add some digest support
Steven Fackler
2017-12-25
Upgrade bitflags to 1.0
Steven Fackler
2017-12-25
Make Nid values associated constants
Steven Fackler
2017-09-28
Document nid module
johnthagen
2016-10-30
Rustfmt
Steven Fackler
2016-10-23
Remove NIDs only defined in 1.0.2+
Steven Fackler
2016-10-22
Use constants rather than constructors for Nid
Steven Fackler
2016-10-22
De-enumify Nid
Steven Fackler
2016-05-16
Rustfmt
Steven Fackler
2016-05-16
Clean up RSA signature API
Steven Fackler
2016-05-04
add missing NIDs and use Nid as input to signing
Chris Dawes
2016-02-02
Rename Nid uid/UID to prevent breakage
Joe Wilm
2016-02-02
Fix Nid::UID value
Joe Wilm
2015-12-15
Rustfmt
Steven Fackler
2015-07-01
Implement "extensions" field in X509generator, and change existing extensions...
Jethro Beekman
2015-06-30
Fix NID definitions to match OpenSSL. The previous numbers were introduced in...
Jethro Beekman
2015-05-18
Add support for reading X509 subject information
Joseph Glanville