| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename Nid uid/UID to prevent breakage | Joe Wilm | 2016-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix Nid::UID value | Joe Wilm | 2016-02-02 | 1 | -0/+17 |
| | | | | | | Nid::UID (userId) previously held the value of Nid::uid (uniqueIdentifier). | ||||
| * | Revert "Revert "impl Clone for PKey and X509 by using their 'references' ↵ | Steven Fackler | 2016-01-31 | 1 | -0/+14 |
| | | | | | member"" | ||||
| * | Revert "impl Clone for PKey and X509 by using their 'references' member" | Steven Fackler | 2016-01-28 | 1 | -14/+0 |
| | | |||||
| * | Preserve X.509 extension insertion order. | Jimmy Cuadra | 2016-01-28 | 2 | -6/+101 |
| | | | | | | | | Ensures that extensions that are order-dependent are inserted in the same order when calling out to OpenSSL during certificate signing. Fixes #327. | ||||
| * | x509: impl Clone using references & CRYPTO_add() | Cody P Schafer | 2016-01-19 | 1 | -0/+14 |
| | | |||||
| * | Rustfmt | Steven Fackler | 2015-12-15 | 3 | -110/+156 |
| | | |||||
| * | Cast correctly c_char raw pointers (fixes build on ARM #314) | Ondrej Perutka | 2015-11-30 | 1 | -3/+3 |
| | | |||||
| * | Remove deprecated X509 methods | Steven Fackler | 2015-11-16 | 1 | -37/+4 |
| | | |||||
| * | Split stuff requiring a shim out to a separate crate | Steven Fackler | 2015-11-16 | 1 | -1/+2 |
| | | |||||
| * | Implement certificate extensions for certificate requests | Jethro Beekman | 2015-07-08 | 2 | -9/+33 |
| | | |||||
| * | Add missing C-string conversion, fixing recent build errors | Jethro Beekman | 2015-07-08 | 1 | -3/+6 |
| | | |||||
| * | Fix/add more X509generator tests | Jethro Beekman | 2015-07-08 | 2 | -4/+6 |
| | | |||||
| * | Add X509generator.add_names method | Jethro Beekman | 2015-07-08 | 1 | -0/+11 |
| | | |||||
| * | Add public add_name method to X509Generator | Jethro Beekman | 2015-07-08 | 1 | -3/+16 |
| | | |||||
| * | Replace CN field by names vector | Jethro Beekman | 2015-07-08 | 1 | -4/+18 |
| | | |||||
| * | tabs to spaces | Jethro Beekman | 2015-07-01 | 1 | -76/+76 |
| | | |||||
| * | Add documentation on X509 Extensions | Jethro Beekman | 2015-07-01 | 1 | -0/+42 |
| | | |||||
| * | Add Issuer Alternative Name extension | Jethro Beekman | 2015-07-01 | 1 | -0/+5 |
| | | |||||
| * | Add Subject Alternate Name extension | Jethro Beekman | 2015-07-01 | 2 | -1/+35 |
| | | |||||
| * | Add arbitrary X509 extensions by OID string | Jethro Beekman | 2015-07-01 | 3 | -15/+35 |
| | | |||||
| * | Add arbitrary X509 extensions by NID | Jethro Beekman | 2015-07-01 | 2 | -2/+8 |
| | | |||||
| * | Add public generic extension interface to X509Generator | Jethro Beekman | 2015-07-01 | 2 | -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 values | Jethro Beekman | 2015-07-01 | 2 | -3/+6 |
| | | |||||
| * | Implement "extensions" field in X509generator, and change existing ↵ | Jethro Beekman | 2015-07-01 | 2 | -24/+52 |
| | | | | | extensions to use that | ||||
| * | Turn assertions into unwraps such that tests provide useful output on panic. | Jethro Beekman | 2015-07-01 | 1 | -7/+3 |
| | | |||||
| * | Turn "dirty hack" into slightly less dirty hack, with potential to become ↵ | Jethro Beekman | 2015-07-01 | 1 | -18/+10 |
| | | | | | non-dirty | ||||
| * | Move X509 extensions to seperate module, implement ToString instead of ↵ | Jethro Beekman | 2015-07-01 | 2 | -70/+75 |
| | | | | | custom AsStr | ||||
| * | Add a test that checks whether 3 known subject attributes can be retrieved ↵ | Jethro Beekman | 2015-06-30 | 1 | -0/+29 |
| | | | | | by NID | ||||
| * | Merge pull request #219 from jethrogb/topic/x509req | Steven Fackler | 2015-05-29 | 1 | -0/+57 |
| |\ | | | | | Implement limited X509_REQ functionality | ||||
| | * | Remove superfluous dead_code attribute | Jethro Beekman | 2015-05-28 | 1 | -1/+0 |
| | | | |||||
| | * | Implement limited X509_REQ functionality | Jethro Beekman | 2015-05-28 | 1 | -0/+58 |
| | | | |||||
| * | | Clarify which keys are used where | Jethro Beekman | 2015-05-27 | 1 | -2/+2 |
| |/ | |||||
| * | Fix SslString Debug impl and drop lifetime | Steven Fackler | 2015-05-17 | 1 | -10/+10 |
| | | |||||
| * | Test reading CN from test certificate | Joseph Glanville | 2015-05-18 | 1 | -1/+19 |
| | | |||||
| * | Add support for reading X509 subject information | Joseph Glanville | 2015-05-18 | 1 | -2/+82 |
| | | |||||
| * | Write through to underlying stream for every write call | Steven Fackler | 2015-04-30 | 1 | -1/+0 |
| | | | | | cc #208 | ||||
| * | Add X509::public_key() | Manuel Schölling | 2015-04-15 | 2 | -1/+11 |
| | | |||||
| * | Add ability to load private keys from files and use raw keys and ↵ | Manuel Schölling | 2015-04-03 | 1 | -0/+4 |
| | | | | | certificates for SslContext | ||||
| * | Fixup for beta | Alex Crichton | 2015-04-02 | 1 | -2/+2 |
| | | | | | Add derive(Clone) and don't negate unsigned numbers | ||||
| * | Remove a bunch of use of core feature | Steven Fackler | 2015-03-30 | 1 | -4/+3 |
| | | |||||
| * | Remove unsafe_destructor | Steven Fackler | 2015-03-30 | 1 | -1/+0 |
| | | |||||
| * | Fix deprecation warnings | Steven Fackler | 2015-03-25 | 2 | -4/+4 |
| | | |||||
| * | Add X509Generator::sign() | Manuel Schölling | 2015-03-21 | 1 | -1/+10 |
| | | |||||
| * | Fix warnings and build issues | Steven Fackler | 2015-03-20 | 1 | -1/+1 |
| | | |||||
| * | Convert to new IO. | Steven Fackler | 2015-02-24 | 2 | -20/+22 |
| | | |||||
| * | Update depreciated code | Kevin Butler | 2015-02-20 | 1 | -3/+3 |
| | | |||||
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 2 | -0/+576 |