aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/x509
Commit message (Collapse)AuthorAgeFilesLines
* RustfmtSteven Fackler2015-12-153-110/+156
|
* Cast correctly c_char raw pointers (fixes build on ARM #314)Ondrej Perutka2015-11-301-3/+3
|
* Remove deprecated X509 methodsSteven Fackler2015-11-161-37/+4
|
* Split stuff requiring a shim out to a separate crateSteven Fackler2015-11-161-1/+2
|
* Implement certificate extensions for certificate requestsJethro Beekman2015-07-082-9/+33
|
* Add missing C-string conversion, fixing recent build errorsJethro Beekman2015-07-081-3/+6
|
* Fix/add more X509generator testsJethro Beekman2015-07-082-4/+6
|
* Add X509generator.add_names methodJethro Beekman2015-07-081-0/+11
|
* Add public add_name method to X509GeneratorJethro Beekman2015-07-081-3/+16
|
* Replace CN field by names vectorJethro Beekman2015-07-081-4/+18
|
* tabs to spacesJethro Beekman2015-07-011-76/+76
|
* Add documentation on X509 ExtensionsJethro Beekman2015-07-011-0/+42
|
* Add Issuer Alternative Name extensionJethro Beekman2015-07-011-0/+5
|
* Add Subject Alternate Name extensionJethro Beekman2015-07-012-1/+35
|
* Add arbitrary X509 extensions by OID stringJethro Beekman2015-07-013-15/+35
|
* Add arbitrary X509 extensions by NIDJethro Beekman2015-07-012-2/+8
|
* Add public generic extension interface to X509GeneratorJethro Beekman2015-07-012-13/+49
| | | | | | * Add add_extension and add_extensions functions * Deprecate set_usage and set_ext_usage * Change test to use add_extension
* Implement arbitrary X509 Extended Key Usage valuesJethro Beekman2015-07-012-3/+6
|
* Implement "extensions" field in X509generator, and change existing ↵Jethro Beekman2015-07-012-24/+52
| | | | extensions to use that
* Turn assertions into unwraps such that tests provide useful output on panic.Jethro Beekman2015-07-011-7/+3
|
* Turn "dirty hack" into slightly less dirty hack, with potential to become ↵Jethro Beekman2015-07-011-18/+10
| | | | non-dirty
* Move X509 extensions to seperate module, implement ToString instead of ↵Jethro Beekman2015-07-012-70/+75
| | | | custom AsStr
* Add a test that checks whether 3 known subject attributes can be retrieved ↵Jethro Beekman2015-06-301-0/+29
| | | | by NID
* 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