Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Do the deprecation dance | Paul Kehrer | 2015-03-09 | 1 | -2/+1 | |
| | | ||||||
* | | reopen tree for 0.9 development work | Paul Kehrer | 2015-03-09 | 1 | -0/+5 | |
|/ | ||||||
* | update changelog and bump version to 0.8 | Paul Kehrer | 2015-03-08 | 1 | -57/+55 | |
| | ||||||
* | add missing changelog entry for DSA public serialization | Paul Kehrer | 2015-03-08 | 1 | -0/+8 | |
| | ||||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 1 | -0/+8 | |
| | ||||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 1 | -0/+8 | |
| | ||||||
* | fix a memory leak pointed out by @aftbit and improve changelog phrasing | Paul Kehrer | 2015-03-05 | 1 | -1/+1 | |
| | ||||||
* | add changelog entry | Paul Kehrer | 2015-03-05 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #1712 from reaperhulk/serialize-dsa-private-key | Alex Gaynor | 2015-03-05 | 1 | -0/+8 | |
|\ | | | | | serialize DSA private keys | |||||
| * | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 1 | -0/+8 | |
| | | ||||||
* | | Windows wheels will now be built against OpenSSL 1.0.2 | Paul Kehrer | 2015-03-05 | 1 | -0/+1 | |
|/ | ||||||
* | add changelog entry | Paul Kehrer | 2015-03-02 | 1 | -0/+8 | |
| | ||||||
* | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 1 | -1/+1 | |
| | ||||||
* | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 1 | -1/+1 | |
| | ||||||
* | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #1610 from reaperhulk/load-der-keys | Alex Gaynor | 2015-02-23 | 1 | -0/+5 | |
|\ | | | | | DER key loading support for the OpenSSL backend | |||||
| * | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 1 | -0/+5 | |
| | | ||||||
* | | note that we removed freebsd 9.2 from CI in changelog | Paul Kehrer | 2015-02-20 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #1651 from reaperhulk/x509-signature-algorithm | Alex Gaynor | 2015-02-19 | 1 | -0/+3 | |
|\ \ | |/ |/| | X509 certificate signature algorithm support | |||||
| * | implement signature_hash_algorithm instead | Paul Kehrer | 2015-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | add changelog entry | Paul Kehrer | 2015-02-14 | 1 | -0/+3 | |
| | | ||||||
* | | Update changelog for LibreSSL fixes | Steven McDonald | 2015-02-19 | 1 | -0/+1 | |
| | | | | | | | | | | This changelog entry represents the previous three commits, which all fix compile- or test-time problems running against LibreSSL. | |||||
* | | move KDF interface | Paul Kehrer | 2015-02-16 | 1 | -0/+3 | |
| | | ||||||
* | | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 1 | -0/+6 | |
| | | ||||||
* | | add changelog entry | Paul Kehrer | 2015-02-16 | 1 | -0/+4 | |
| | | ||||||
* | | Merge pull request #1659 from reaperhulk/move-cipher-interfaces | Alex Stapleton | 2015-02-16 | 1 | -0/+16 | |
|\ \ | |/ |/| | Move cipher and mode interfaces | |||||
| * | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 1 | -6/+6 | |
| | | ||||||
| * | move padding | Paul Kehrer | 2015-02-13 | 1 | -0/+16 | |
| | | ||||||
* | | Merge pull request #1612 from reaperhulk/x509-dn | Alex Gaynor | 2015-02-14 | 1 | -0/+2 | |
|\ \ | |/ |/| | X509 distinguished name parsing support in the OpenSSL backend | |||||
| * | X509 distinguished name parsing support in the OpenSSL backend | Paul Kehrer | 2015-02-12 | 1 | -0/+2 | |
| | | ||||||
* | | add changelog entry | Paul Kehrer | 2015-02-13 | 1 | -0/+4 | |
| | | ||||||
* | | try to make the old changelog modifications a bit more understandable | Paul Kehrer | 2015-02-12 | 1 | -5/+15 | |
| | | ||||||
* | | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 1 | -36/+19 | |
|/ | ||||||
* | add changelog entry for EC move | Paul Kehrer | 2015-02-12 | 1 | -0/+9 | |
| | ||||||
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 1 | -0/+6 | |
| | ||||||
* | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 1 | -0/+8 | |
| | ||||||
* | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 1 | -0/+2 | |
| | ||||||
* | add 0.7.2 changelog to master | Paul Kehrer | 2015-01-16 | 1 | -0/+9 | |
| | ||||||
* | add 0.7.1 changelog to master | Paul Kehrer | 2014-12-28 | 1 | -0/+6 | |
| | ||||||
* | Added a changelog entry | Alex Gaynor | 2014-12-25 | 1 | -0/+3 | |
| | ||||||
* | fix a typo in the changelog | Paul Kehrer | 2014-12-18 | 1 | -1/+1 | |
| | ||||||
* | open master for eighth release development | Paul Kehrer | 2014-12-17 | 1 | -0/+5 | |
| | ||||||
* | 0.7 changelog and version bump | Paul Kehrer | 2014-12-17 | 1 | -6/+4 | |
| | ||||||
* | rename X509 classes to remove X509 and improve some tests | Paul Kehrer | 2014-12-15 | 1 | -2/+2 | |
| | ||||||
* | update docs, test invalid x509 version | Paul Kehrer | 2014-12-15 | 1 | -0/+2 | |
| | ||||||
* | A handful of tiny fixes | Alex Gaynor | 2014-12-15 | 1 | -3/+3 | |
| | ||||||
* | Minor documentation corrections for load_ssh_public_key | Mark Adams | 2014-12-13 | 1 | -1/+1 | |
| | ||||||
* | Privatized the load_ssh_rsa_public_key function and fixed some coverage ↵ | Mark Adams | 2014-12-13 | 1 | -3/+3 | |
| | | | | issues on test_serialization. | |||||
* | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵ | Mark Adams | 2014-12-13 | 1 | -0/+4 | |
| | | | | | | for loading of OpenSSH RSA public keys Also added load_ssh_public_key as a generic method that can be later extended to support more public key algorithms. | |||||
* | add changelog entry | Paul Kehrer | 2014-11-27 | 1 | -0/+2 | |
| |