Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 2 | -8/+9 |
| | |||||
* | Merge pull request #1503 from reaperhulk/serialize-some-keys | Alex Stapleton | 2015-03-01 | 3 | -1/+143 |
|\ | | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization | ||||
| * | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 2 | -8/+11 |
| | | |||||
| * | linkify some things per review, fix an import | Paul Kehrer | 2015-02-28 | 2 | -3/+9 |
| | | |||||
| * | add more docs stuff from review that I missed | Paul Kehrer | 2015-02-27 | 2 | -3/+8 |
| | | |||||
| * | address review feedback | Paul Kehrer | 2015-02-27 | 1 | -5/+9 |
| | | |||||
| * | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 2 | -6/+6 |
| | | |||||
| * | fix docs | Paul Kehrer | 2015-02-25 | 1 | -5/+5 |
| | | |||||
| * | address review comments | Paul Kehrer | 2015-02-25 | 2 | -44/+36 |
| | | |||||
| * | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 3 | -1/+133 |
| | | |||||
* | | Merge pull request #1697 from reaperhulk/x509-request-vectors | Alex Stapleton | 2015-02-27 | 1 | -0/+14 |
|\ \ | | | | | | | add X509 request custom vectors | ||||
| * | | move x509 request vector docs to a new section | Paul Kehrer | 2015-02-24 | 1 | -1/+6 |
| | | | |||||
| * | | add X509 request custom vectors | Paul Kehrer | 2015-02-24 | 1 | -0/+9 |
| | | | |||||
* | | | DH numbers | Alex Stapleton | 2015-02-26 | 3 | -0/+66 |
| |/ |/| | |||||
* | | Fixed links in the docs | Alex Gaynor | 2015-02-24 | 2 | -4/+3 |
| | | |||||
* | | Fixed a syntax error in the docs | Alex Gaynor | 2015-02-24 | 1 | -1/+1 |
|/ | |||||
* | Updated docs for new API | Alex Gaynor | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1610 from reaperhulk/load-der-keys | Alex Gaynor | 2015-02-23 | 2 | -0/+100 |
|\ | | | | | DER key loading support for the OpenSSL backend | ||||
| * | fix docs for unsupportedalgorithm exception (thanks nitpicky) | Paul Kehrer | 2015-02-19 | 1 | -2/+2 |
| | | |||||
| * | add examples | Paul Kehrer | 2015-02-19 | 1 | -0/+41 |
| | | |||||
| * | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 2 | -0/+59 |
| | | |||||
* | | Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserver | Alex Gaynor | 2015-02-23 | 1 | -1/+1 |
|\ \ | | | | | | | remove IBM link and replace with smartbear PDF link | ||||
| * | | remove IBM link and replace with smartbear PDF link | Paul Kehrer | 2015-02-23 | 1 | -1/+1 |
| | | | |||||
* | | | OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1 | Paul Kehrer | 2015-02-21 | 1 | -1/+1 |
|/ / | |||||
* | | we don't test on freebsd 9.x any more | Paul Kehrer | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1651 from reaperhulk/x509-signature-algorithm | Alex Gaynor | 2015-02-19 | 3 | -0/+90 |
|\ \ | |/ |/| | X509 certificate signature algorithm support | ||||
| * | surrender to alex's feels and name our constants consistently | Paul Kehrer | 2015-02-19 | 1 | -7/+7 |
| | | |||||
| * | address review feedback, fix short names for sig alg OIDs | Paul Kehrer | 2015-02-19 | 1 | -12/+8 |
| | | |||||
| * | attempt to clarify signature hash algorithm a bit more | Paul Kehrer | 2015-02-16 | 1 | -1/+5 |
| | | |||||
| * | try to make this a bit more clear | Paul Kehrer | 2015-02-16 | 1 | -3/+3 |
| | | |||||
| * | document vector provenance | Paul Kehrer | 2015-02-14 | 1 | -1/+3 |
| | | |||||
| * | implement signature_hash_algorithm instead | Paul Kehrer | 2015-02-14 | 2 | -7/+9 |
| | | |||||
| * | add legacy Verisign PCA (MD2) root to vectors | Paul Kehrer | 2015-02-14 | 1 | -0/+2 |
| | | |||||
| * | add support for signature_algorithm in x509.Certificate | Paul Kehrer | 2015-02-14 | 1 | -0/+84 |
| | | |||||
* | | This link is also HTTPS | Alex Gaynor | 2015-02-18 | 1 | -1/+1 |
| | | |||||
* | | Use HTTPS for a few URLs in the docs that support it | Alex Gaynor | 2015-02-17 | 2 | -2/+2 |
| | | |||||
* | | Fixed a link that the EFF moved | Alex Gaynor | 2015-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1668 from reaperhulk/move-kdf-interfaces | Alex Gaynor | 2015-02-17 | 2 | -42/+51 |
|\ \ | | | | | | | move KDF interface | ||||
| * | | move KDF interface | Paul Kehrer | 2015-02-16 | 2 | -42/+51 |
| | | | |||||
* | | | Fixed URL in the docs | Alex Gaynor | 2015-02-16 | 1 | -1/+1 |
|/ / | |||||
* | | move asymmetric signature interface docs | Paul Kehrer | 2015-02-16 | 2 | -31/+34 |
| | | |||||
* | | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 5 | -32/+40 |
| | | |||||
* | | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 3 | -11/+14 |
| | | |||||
* | | Merge pull request #1659 from reaperhulk/move-cipher-interfaces | Alex Stapleton | 2015-02-16 | 5 | -118/+125 |
|\ \ | |/ |/| | Move cipher and mode interfaces | ||||
| * | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 3 | -19/+19 |
| | | |||||
| * | fix docs links | Paul Kehrer | 2015-02-13 | 2 | -3/+3 |
| | | |||||
| * | move padding | Paul Kehrer | 2015-02-13 | 2 | -4/+14 |
| | | |||||
| * | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 4 | -111/+108 |
| | | |||||
* | | Merge pull request #1612 from reaperhulk/x509-dn | Alex Gaynor | 2015-02-14 | 2 | -0/+49 |
|\ \ | |/ |/| | X509 distinguished name parsing support in the OpenSSL backend | ||||
| * | update docs | Paul Kehrer | 2015-02-14 | 1 | -1/+1 |
| | |