Steven Fackler
|
6e5cd7ef47
|
Remove X509Generator::bitlenth
|
2016-08-07 22:46:14 -07:00 |
Steven Fackler
|
1968956536
|
Restore disabled tests
|
2016-08-07 22:40:51 -07:00 |
Steven Fackler
|
2a3e9a2856
|
Add RSA::generate
|
2016-08-07 22:35:37 -07:00 |
Steven Fackler
|
77ba043acf
|
x509 cleanup
|
2016-08-07 21:53:05 -07:00 |
Steven Fackler
|
7855f428aa
|
PKey reform
This deletes the vast majority of PKey's API, since it was weirdly tied
to RSA and super broken.
|
2016-08-07 20:38:46 -07:00 |
Steven Fackler
|
08e27f31ed
|
Restructure PEM input/output methods
Dealing with byte buffers directly avoids error handling weirdness and
we were loading it all into memory before anyway.
|
2016-08-02 20:49:28 -07:00 |
Onur Aslan
|
5ed77df197
|
Implement save_der for X509 and X509Req
|
2016-07-29 12:14:49 +03:00 |
Steven Fackler
|
1b0757409d
|
Rustfmt
|
2016-05-16 23:03:13 -07:00 |
Steven Fackler
|
62c29b54c1
|
Update cert
Now with a 10 year expriation
|
2016-05-15 22:11:10 -07:00 |
Steven Fackler
|
2cfb25136f
|
Document SAN APIs and tweak accessor names
|
2016-05-01 09:09:51 -07:00 |
Corey Farwell
|
bf7076b785
|
Implement `iter` method on `GeneralNames`.
|
2016-05-01 00:02:10 -04:00 |
Steven Fackler
|
32722e1850
|
Add accessors for x509 subject alt names
|
2016-04-29 21:15:32 -07:00 |
Joe Wilm
|
fe0f8ea1d8
|
Rename Nid uid/UID to prevent breakage
|
2016-02-02 14:32:57 -08:00 |
Joe Wilm
|
4940ca7e92
|
Fix Nid::UID value
Nid::UID (userId) previously held the value of Nid::uid
(uniqueIdentifier).
|
2016-02-02 09:25:52 -08:00 |
Jimmy Cuadra
|
5e0830286e
|
Preserve X.509 extension insertion order.
Ensures that extensions that are order-dependent are inserted in the
same order when calling out to OpenSSL during certificate signing.
Fixes #327.
|
2016-01-28 20:02:44 -08:00 |
Steven Fackler
|
157e6aa961
|
Rustfmt
|
2015-12-15 21:51:20 -08:00 |
Jethro Beekman
|
90dd54b541
|
Implement certificate extensions for certificate requests
|
2015-07-08 13:37:35 -07:00 |
Jethro Beekman
|
e3c562d6a0
|
Fix/add more X509generator tests
|
2015-07-08 10:09:40 -07:00 |
Jethro Beekman
|
f4168b1161
|
Add Subject Alternate Name extension
|
2015-07-01 00:18:45 -07:00 |
Jethro Beekman
|
b46574b635
|
Add arbitrary X509 extensions by OID string
|
2015-07-01 00:18:45 -07:00 |
Jethro Beekman
|
e367567d00
|
Add arbitrary X509 extensions by NID
|
2015-07-01 00:18:45 -07:00 |
Jethro Beekman
|
2fa1344367
|
Add public generic extension interface to X509Generator
* Add add_extension and add_extensions functions
* Deprecate set_usage and set_ext_usage
* Change test to use add_extension
|
2015-07-01 00:18:45 -07:00 |
Jethro Beekman
|
53b868697a
|
Implement arbitrary X509 Extended Key Usage values
|
2015-07-01 00:18:45 -07:00 |
Jethro Beekman
|
d5a4d48cab
|
Turn assertions into unwraps such that tests provide useful output on panic.
|
2015-07-01 00:18:44 -07:00 |
Jethro Beekman
|
9074af5bdd
|
Add a test that checks whether 3 known subject attributes can be retrieved by NID
|
2015-06-30 23:51:54 -07:00 |
Joseph Glanville
|
6d53a3ed20
|
Test reading CN from test certificate
|
2015-05-18 02:41:42 +10:00 |
Steven Fackler
|
73617dabfa
|
Write through to underlying stream for every write call
cc #208
|
2015-04-30 00:18:23 -07:00 |
Manuel Schölling
|
7db00b97ba
|
Add X509::public_key()
|
2015-04-15 22:59:07 +02:00 |
Steven Fackler
|
36c90bb205
|
Fix deprecation warnings
|
2015-03-25 21:50:21 -07:00 |
Steven Fackler
|
6991cc6a30
|
Convert to new IO.
|
2015-02-24 23:01:57 -08:00 |
Steven Fackler
|
ec65b0c67b
|
Move docs to this repo and auto build
|
2015-02-07 21:30:05 -08:00 |