aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Flesh out EllipticCurveSignatureAlgorithmAlex Stapleton2014-05-231-0/+87
|
* Elliptic curve interfacesAlex Stapleton2014-05-231-0/+97
|
* DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-011-0/+17
|
* update docsPaul Kehrer2014-05-011-1/+2
|
* Add DSA verification docsMohammed Attia2014-04-301-3/+23
|
* RSA encryption supportPaul Kehrer2014-04-241-0/+17
|
* more docsPaul Kehrer2014-04-201-0/+18
|
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-161-0/+23
|\ | | | | CMAC interfaces + documentation
| * Added link to wikipedia for CMACAyrx2014-04-151-2/+3
| |
| * Fixed nitpicksAyrx2014-04-151-1/+1
| |
| * Added CMAC interface documentationAyrx2014-04-151-0/+22
| |
* | remove links we don't need...Paul Kehrer2014-04-151-2/+0
| |
* | we don't need to doc generate in the interfacePaul Kehrer2014-04-151-16/+0
| |
* | add missing sign/verify/generate docs for the RSA interfacesPaul Kehrer2014-04-151-0/+64
| |
* | Added missing HashContext documentationAyrx2014-04-151-0/+21
|/
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-5/+5
|
* Update the docs.Mohammed Attia2014-03-171-1/+7
|
* Change DSAParams to DSAParametersMohammed Attia2014-03-041-5/+5
|
* Typo fixesMohammed Attia2014-03-041-7/+7
|
* Change keypair to key pair to pass the sphinx spelling testMohammed Attia2014-03-041-6/+6
|
* Define DSA in the documentationMohammed Attia2014-03-041-0/+1
|
* Annotate aliases in the DSA documentationMohammed Attia2014-03-041-3/+3
|
* Added documentation for the DSA interfacesMohammed Attia2014-03-041-0/+107
|
* address some review commentsPaul Kehrer2014-02-261-2/+2
|
* add RSA verification supportPaul Kehrer2014-02-251-2/+2
|
* let's try renaming everything I said I'd renamePaul Kehrer2014-02-181-1/+1
|
* some grammar fixes, rename a method or twoPaul Kehrer2014-02-181-1/+1
|
* more renamingPaul Kehrer2014-02-171-3/+3
|
* add versionadded to AsymmetricPaddingPaul Kehrer2014-02-171-1/+1
|