aboutsummaryrefslogtreecommitdiff
path: root/src/x509
Commit message (Expand)AuthorAgeFilesLines
* Rename crypto::hash::HashType -> TypeGleb Kozyrev2015-01-282-6/+7
* Change Hasher and HMAC APIs closer to std::hash modelGleb Kozyrev2015-01-281-4/+5
* Fix for IO changesSteven Fackler2015-01-282-6/+6
* Fix doctestv0.2.15Steven Fackler2015-01-091-0/+3
* Update to rust masterAlex Crichton2015-01-091-8/+8
* Handle recent breaking changesValerii Hiora2015-01-071-13/+13
* Fix deprecation warningsSteven Fackler2015-01-031-1/+2
* Updated to master:Valerii Hiora2015-01-031-7/+9
* Updated for language changes to macros.Aaron Weiss2014-12-191-2/+2
* Clean up Copy impls a bitSteven Fackler2014-12-111-2/+2
* Update to nightly: explicit Copy traitValerii Hiora2014-12-111-2/+5
* Fix doc test and stop doc uploadSteven Fackler2014-12-031-4/+4
* Fix negative serials on generated certsValerii Hiora2014-11-211-1/+15
* Slice syntax fixGleb Kozyrev2014-11-201-1/+1
* Replace an expired cert with a new one to make tests happyGleb Kozyrev2014-11-201-1/+1
* Fix test buildSteven Fackler2014-11-191-2/+2
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-172-26/+28
* fail! -> panic!Michael Gehring2014-10-301-1/+1
* Cert loading from PEM & restructuring Valerii Hiora2014-10-152-0/+86
* Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+2
* X509 Generator sampleValerii Hiora2014-10-081-0/+30
* Minor doc fixes and feature mentionsValerii Hiora2014-10-081-1/+18
* Better error handling in cert generationValerii Hiora2014-10-061-28/+47
* Clean up warningsSteven Fackler2014-10-041-1/+1
* User-provided data in verifyValerii Hiora2014-10-021-0/+1
* single `ffi` moduleValerii Hiora2014-09-301-128/+5
* Addressed review commentsValerii Hiora2014-09-281-2/+2
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-0/+517