aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
Commit message (Collapse)AuthorAgeFilesLines
* Do the deprecation dancePaul Kehrer2015-03-091-22/+0
|
* move KDF interfacePaul Kehrer2015-02-161-40/+2
|
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-26/+2
|
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-161-5/+2
|
* move cipher and mode interfacesPaul Kehrer2015-02-131-89/+0
|
* move hash interfacesPaul Kehrer2015-02-131-46/+0
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-6/+6
|
* Merge pull request #1652 from reaperhulk/move-ecAlex Stapleton2015-02-121-127/+2
|\ | | | | Move EC interface definitions
| * move EC interfacesPaul Kehrer2015-02-121-127/+2
| |
* | document that we moved the DSA interfacesPaul Kehrer2015-02-121-0/+6
|/
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-129/+2
|
* Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-221-156/+0
|
* reorganize a bunch of things related to the x509certificate interfacePaul Kehrer2014-12-151-52/+0
|
* change it to not_valid_* why notPaul Kehrer2014-12-151-2/+2
|
* improve phrasing on X509Certificate fingerprint method paramPaul Kehrer2014-12-151-2/+2
|
* update docs, test invalid x509 versionPaul Kehrer2014-12-151-1/+1
|
* Use HTTPS for a number of URLs in the docsAlex Gaynor2014-12-121-3/+3
|
* add X509Certificate version attributePaul Kehrer2014-11-251-0/+6
|
* link datetime better and add naïve to spelling listPaul Kehrer2014-11-241-2/+2
|
* update docs with review feedbackPaul Kehrer2014-11-241-5/+8
|
* Initial minimal X509Certificate interfacesPaul Kehrer2014-11-241-0/+44
| | | | | This will be expanded in the future to include algorithm identifier, subject, issuer, extensions, etc
* A handful of different fixes for the interface docsAlex Gaynor2014-11-221-11/+12
|
* Improved the interface docs for DSA and ECDSA signaturesAlex Gaynor2014-11-171-4/+8
|
* A few docs formatting nitsAlex Gaynor2014-10-201-4/+5
|
* Add to changelog. Document deprecation.Terry Chia2014-10-201-0/+2
|
* Add missing period.Terry Chia2014-10-201-1/+1
|
* Add docs.Terry Chia2014-10-201-2/+25
|
* fix naming mistake in the docs (for DSA and the new EC docs)Paul Kehrer2014-09-271-2/+2
|
* add EC WithNumbers interfaces and docsPaul Kehrer2014-09-271-0/+34
|
* add generate_private_key to DSAParameters + add a new function to dsaPaul Kehrer2014-06-271-0/+11
| | | | | | | dsa.generate_private_key(key_size, backend) will allow you to generate a new DSA key and implicitly generate new parameters. This streamlines the common case and will be an avenue to support future backends that don't allow independent generation of DSAParameters (e.g. CommonCrypto)
* Merge pull request #1132 from public/opaque-dsa-interfacesPaul Kehrer2014-06-241-62/+0
|\ | | | | Remove numbers from DSA interfaces
| * Remove numbers from DSA interfacesAlex Stapleton2014-06-141-62/+0
| |
* | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfacesAlex Gaynor2014-06-231-0/+51
|\ \ | | | | | | add DSAWithNumbers subinterfaces
| * | add DSAWithNumbers subinterfacesPaul Kehrer2014-06-231-0/+51
| | |
* | | Organize the interface docs a bit better, added subheadingsAlex Gaynor2014-06-231-40/+49
|/ /
* / deprecate old RSA classes and methodsPaul Kehrer2014-06-191-20/+4
|/
* change to sub-interface ideaPaul Kehrer2014-06-071-33/+33
|
* change names of key -> numbers interfacesPaul Kehrer2014-06-071-10/+10
|
* Documentation and interfaces for serialization to RSA*Numbers representations.David Reid2014-06-071-0/+34
|
* ECDSA backendAlex Stapleton2014-06-071-4/+1
|
* remove raw numbers properties from the RSA*Key interfacesPaul Kehrer2014-06-061-93/+0
| | | | | refs #1026. Concrete class (that will be deprecated in another PR) still possesses them for backwards compatibility purposes.
* ApostopheAlex Stapleton2014-05-261-1/+1
|
* doc8 fixesAlex Stapleton2014-05-241-2/+2
|
* Remove secp from spelling dictionaryAlex Stapleton2014-05-231-1/+1
|
* Make EC key interfaces backend specificAlex Stapleton2014-05-231-10/+2
|
* Remove key_size from EC keys docsAlex Stapleton2014-05-231-12/+0
|
* Add docs for EC numbersAlex Stapleton2014-05-231-30/+0
|
* Removed signer/verifier from signature algorithmAlex Stapleton2014-05-231-33/+0
|
* Bump to 0.5Alex Stapleton2014-05-231-4/+4
|
* Update docsAlex Stapleton2014-05-231-20/+12
|