aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/x509/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Restructure PEM input/output methodsSteven Fackler2016-08-021-40/+17
| | | | | Dealing with byte buffers directly avoids error handling weirdness and we were loading it all into memory before anyway.
* Implement save_der for X509 and X509ReqOnur Aslan2016-07-291-0/+13
|
* RustfmtSteven Fackler2016-05-161-6/+10
|
* Update certSteven Fackler2016-05-151-9/+5
| | | | Now with a 10 year expriation
* Document SAN APIs and tweak accessor namesSteven Fackler2016-05-011-6/+8
|
* Implement `iter` method on `GeneralNames`.Corey Farwell2016-05-011-0/+13
|
* Add accessors for x509 subject alt namesSteven Fackler2016-04-291-0/+12
|
* Rename Nid uid/UID to prevent breakageJoe Wilm2016-02-021-1/+1
|
* Fix Nid::UID valueJoe Wilm2016-02-021-0/+17
| | | | | Nid::UID (userId) previously held the value of Nid::uid (uniqueIdentifier).
* Preserve X.509 extension insertion order.Jimmy Cuadra2016-01-281-0/+24
| | | | | | | Ensures that extensions that are order-dependent are inserted in the same order when calling out to OpenSSL during certificate signing. Fixes #327.
* RustfmtSteven Fackler2015-12-151-18/+20
|
* Implement certificate extensions for certificate requestsJethro Beekman2015-07-081-5/+20
|
* Fix/add more X509generator testsJethro Beekman2015-07-081-1/+1
|
* Add Subject Alternate Name extensionJethro Beekman2015-07-011-1/+3
|
* Add arbitrary X509 extensions by OID stringJethro Beekman2015-07-011-3/+4
|
* Add arbitrary X509 extensions by NIDJethro Beekman2015-07-011-2/+3
|
* Add public generic extension interface to X509GeneratorJethro Beekman2015-07-011-4/+5
| | | | | | * 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-011-2/+2
|
* Turn assertions into unwraps such that tests provide useful output on panic.Jethro Beekman2015-07-011-7/+3
|
* Add a test that checks whether 3 known subject attributes can be retrieved ↵Jethro Beekman2015-06-301-0/+29
| | | | by NID
* Test reading CN from test certificateJoseph Glanville2015-05-181-1/+19
|
* Write through to underlying stream for every write callSteven Fackler2015-04-301-1/+0
| | | | cc #208
* Add X509::public_key()Manuel Schölling2015-04-151-0/+3
|
* Fix deprecation warningsSteven Fackler2015-03-251-1/+1
|
* Convert to new IO.Steven Fackler2015-02-241-6/+6
|
* Move docs to this repo and auto buildSteven Fackler2015-02-071-0/+51