aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/x509
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #219 from jethrogb/topic/x509reqSteven Fackler2015-05-291-0/+57
|\ | | | | Implement limited X509_REQ functionality
| * Remove superfluous dead_code attributeJethro Beekman2015-05-281-1/+0
| |
| * Implement limited X509_REQ functionalityJethro Beekman2015-05-281-0/+58
| |
* | Clarify which keys are used whereJethro Beekman2015-05-271-2/+2
|/
* Fix SslString Debug impl and drop lifetimeSteven Fackler2015-05-171-10/+10
|
* Test reading CN from test certificateJoseph Glanville2015-05-181-1/+19
|
* Add support for reading X509 subject informationJoseph Glanville2015-05-181-2/+82
|
* Write through to underlying stream for every write callSteven Fackler2015-04-301-1/+0
| | | | cc #208
* Add X509::public_key()Manuel Schölling2015-04-152-1/+11
|
* Add ability to load private keys from files and use raw keys and ↵Manuel Schölling2015-04-031-0/+4
| | | | certificates for SslContext
* Fixup for betaAlex Crichton2015-04-021-2/+2
| | | | Add derive(Clone) and don't negate unsigned numbers
* Remove a bunch of use of core featureSteven Fackler2015-03-301-4/+3
|
* Remove unsafe_destructorSteven Fackler2015-03-301-1/+0
|
* Fix deprecation warningsSteven Fackler2015-03-252-4/+4
|
* Add X509Generator::sign()Manuel Schölling2015-03-211-1/+10
|
* Fix warnings and build issuesSteven Fackler2015-03-201-1/+1
|
* Convert to new IO.Steven Fackler2015-02-242-20/+22
|
* Update depreciated codeKevin Butler2015-02-201-3/+3
|
* Move docs to this repo and auto buildSteven Fackler2015-02-072-0/+576