Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | | ||||||
| * | simplify things based on review feedback | Paul Kehrer | 2015-02-14 | 1 | -5/+6 | |
| | | ||||||
| * | make x509.Name iterable and address other review feedback | Paul Kehrer | 2015-02-13 | 2 | -12/+12 | |
| | | ||||||
| * | refactor x509.Name to use get_attributes_by_oid | Paul Kehrer | 2015-02-12 | 1 | -95/+6 | |
| | | ||||||
| * | X509 distinguished name parsing support in the OpenSSL backend | Paul Kehrer | 2015-02-12 | 1 | -0/+137 | |
| | | ||||||
* | | move hash interfaces | Paul Kehrer | 2015-02-13 | 9 | -74/+72 | |
| | | ||||||
* | | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 13 | -38/+41 | |
|/ | ||||||
* | remove unused X509 certificate interface | Paul Kehrer | 2015-02-12 | 1 | -4/+2 | |
| | | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used. | |||||
* | Merge pull request #1652 from reaperhulk/move-ec | Alex Stapleton | 2015-02-12 | 2 | -140/+123 | |
|\ | | | | | Move EC interface definitions | |||||
| * | move EC interfaces | Paul Kehrer | 2015-02-12 | 2 | -140/+123 | |
| | | ||||||
* | | document that we moved the DSA interfaces | Paul Kehrer | 2015-02-12 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #1645 from reaperhulk/x509-attrs | Alex Gaynor | 2015-02-10 | 2 | -0/+124 | |
|\ | | | | | add attribute and objectidentifier classes for x509 name | |||||
| * | note that the OIDs listed are typically seen in x.509 names | Paul Kehrer | 2015-02-07 | 1 | -17/+29 | |
| | | ||||||
| * | more x509 oid doc updates | Paul Kehrer | 2015-02-07 | 1 | -4/+12 | |
| | | ||||||
| * | whoops | Paul Kehrer | 2015-02-06 | 1 | -16/+16 | |
| | | ||||||
| * | more doc fixes | Paul Kehrer | 2015-02-06 | 2 | -18/+18 | |
| | | ||||||
| * | add descriptions to each OID constant, update object to instance | Paul Kehrer | 2015-02-05 | 1 | -0/+30 | |
| | | ||||||
| * | rename ObjectIdentifier.value to dotted_string | Paul Kehrer | 2015-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | fix some formatting in the docs | Paul Kehrer | 2015-02-04 | 1 | -2/+2 | |
| | | ||||||
| * | UnknownNameAttribute is not needed now | Paul Kehrer | 2015-02-04 | 1 | -6/+0 | |
| | | ||||||
| * | rename Attribute to NameAttribute and remove name from OID | Paul Kehrer | 2015-02-02 | 1 | -5/+5 | |
| | | ||||||
| * | add some prose trying to explain Attribute and ObjectIdentifier | Paul Kehrer | 2015-01-30 | 1 | -0/+5 | |
| | | ||||||
| * | update docs | Paul Kehrer | 2015-01-30 | 2 | -1/+5 | |
| | | ||||||
| * | add attribute and objectidentifier classes for x509 name | Paul Kehrer | 2015-01-29 | 1 | -0/+71 | |
| | |