aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
Commit message (Collapse)AuthorAgeFilesLines
* change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-281-1/+1
|
* rename dump to as_bytesPaul Kehrer2015-02-251-1/+1
|
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-0/+8
|
* Merge pull request #1610 from reaperhulk/load-der-keysAlex Gaynor2015-02-231-0/+5
|\ | | | | DER key loading support for the OpenSSL backend
| * support DER public and private key loading in the openssl backendPaul Kehrer2015-02-191-0/+5
| |
* | note that we removed freebsd 9.2 from CI in changelogPaul Kehrer2015-02-201-0/+1
| |
* | Merge pull request #1651 from reaperhulk/x509-signature-algorithmAlex Gaynor2015-02-191-0/+3
|\ \ | |/ |/| X509 certificate signature algorithm support
| * implement signature_hash_algorithm insteadPaul Kehrer2015-02-141-1/+1
| |
| * add changelog entryPaul Kehrer2015-02-141-0/+3
| |
* | Update changelog for LibreSSL fixesSteven McDonald2015-02-191-0/+1
| | | | | | | | | | This changelog entry represents the previous three commits, which all fix compile- or test-time problems running against LibreSSL.
* | move KDF interfacePaul Kehrer2015-02-161-0/+3
| |
* | move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-0/+6
| |
* | add changelog entryPaul Kehrer2015-02-161-0/+4
| |
* | Merge pull request #1659 from reaperhulk/move-cipher-interfacesAlex Stapleton2015-02-161-0/+16
|\ \ | |/ |/| Move cipher and mode interfaces
| * export interfaces from base in ciphers, update docsPaul Kehrer2015-02-141-6/+6
| |
| * move paddingPaul Kehrer2015-02-131-0/+16
| |
* | Merge pull request #1612 from reaperhulk/x509-dnAlex Gaynor2015-02-141-0/+2
|\ \ | |/ |/| X509 distinguished name parsing support in the OpenSSL backend
| * X509 distinguished name parsing support in the OpenSSL backendPaul Kehrer2015-02-121-0/+2
| |
* | add changelog entryPaul Kehrer2015-02-131-0/+4
| |
* | try to make the old changelog modifications a bit more understandablePaul Kehrer2015-02-121-5/+15
| |
* | make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-36/+19
|/
* add changelog entry for EC movePaul Kehrer2015-02-121-0/+9
|
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-0/+6
|
* Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-221-0/+8
|
* recover (p, q) given (n, e, d). fixes #975Paul Kehrer2015-01-181-0/+2
|
* add 0.7.2 changelog to masterPaul Kehrer2015-01-161-0/+9
|
* add 0.7.1 changelog to masterPaul Kehrer2014-12-281-0/+6
|
* Added a changelog entryAlex Gaynor2014-12-251-0/+3
|
* fix a typo in the changelogPaul Kehrer2014-12-181-1/+1
|
* open master for eighth release developmentPaul Kehrer2014-12-171-0/+5
|
* 0.7 changelog and version bumpPaul Kehrer2014-12-171-6/+4
|
* rename X509 classes to remove X509 and improve some testsPaul Kehrer2014-12-151-2/+2
|
* update docs, test invalid x509 versionPaul Kehrer2014-12-151-0/+2
|
* A handful of tiny fixesAlex Gaynor2014-12-151-3/+3
|
* Minor documentation corrections for load_ssh_public_keyMark Adams2014-12-131-1/+1
|
* Privatized the load_ssh_rsa_public_key function and fixed some coverage ↵Mark Adams2014-12-131-3/+3
| | | | issues on test_serialization.
* Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵Mark Adams2014-12-131-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 entryPaul Kehrer2014-11-271-0/+2
|
* Refs #1209 -- added a changelog entry for our license changeAlex Gaynor2014-11-071-0/+3
|
* added docs stuff on when addedAlex Gaynor2014-10-201-0/+2
|
* Add to changelog. Document deprecation.Terry Chia2014-10-201-4/+3
|
* Add to changelog. Document deprecation.Terry Chia2014-10-201-0/+4
|
* Document the change in ``p`` and ``q``s lengths in the CHANGELOGAlex Gaynor2014-10-191-0/+3
|
* add 0.6.1 changelog to masterPaul Kehrer2014-10-151-0/+11
|
* open master for seventh release developmentPaul Kehrer2014-09-291-0/+5
|
* Bump version and set changelog date for 0.6 releasePaul Kehrer2014-09-291-4/+2
|
* fix links to ECWithNumbers classes in changelogPaul Kehrer2014-09-281-2/+2
|
* Merge pull request #1361 from reaperhulk/more-changelogAlex Gaynor2014-09-271-0/+17
|\ | | | | more changelog entries from the 0.6 cycle
| * make it more obvious that the GCM bugs are with the C backendsPaul Kehrer2014-09-271-1/+1
| |
| * more changelog entries from the 0.6 cyclePaul Kehrer2014-09-271-0/+17
| |