Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
a1f1afa0b7ae4c472a08a0d5c93d72447d1c02d2
/
docs
/
hazmat
a1f1afa
Reorder the backend interfaces in the docs to group them more sensibly
by Alexander Gaynor
· 11 years ago
45fd057
Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259
by Alex Gaynor
· 11 years ago
faf305b
Get rid of remaining pycon blocks
by Alex Stapleton
· 11 years ago
58a3f91
Turn this into a doctest block
by Alex Gaynor
· 11 years ago
814c575
Fixed name of the function
by Alex Gaynor
· 11 years ago
3ed90bb
Fixed example in the serialization docs
by Alex Gaynor
· 11 years ago
192f1f7
Mention both RFCs
by Alex Gaynor
· 11 years ago
9883e4e
Document what the PEM headers look like in more cases
by Alex Gaynor
· 11 years ago
bdcca52
document methods on RSA/DSA Numbers classes
by Paul Kehrer
· 11 years ago
a9f2fec
these functions were removed before 0.5 release
by Paul Kehrer
· 11 years ago
ab8d3eb
Merge pull request #1225 from alex/deprecation
by Alex Stapleton
· 11 years ago
61292a7
Remove merge leftovers
by Terry Chia
· 11 years ago
d77b97a
Advanced and remove the deprecated MGF1 sale length code
by Alex Gaynor
· 11 years ago
21fc582
Improve EC docs
by Paul Kehrer
· 11 years ago
03555ad
Merge pull request #1195 from public/ec-safety-docs
by Paul Kehrer
· 11 years ago
7fd4b58
Advice on choosing a curve
by Alex Stapleton
· 11 years ago
cc5224f
Improve docs
by Alex Gaynor
· 11 years ago
8f1b8e8
Fixes #1200 -- disallow GCM truncation by default
by Alex Gaynor
· 11 years ago
f6e2920
Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods
by Alex Stapleton
· 11 years ago
1262be2
deprecate DSA backend methods
by Paul Kehrer
· 11 years ago
512ac22
deprecate concrete DSA classes and update DSA docs
by Paul Kehrer
· 11 years ago
0e2ee9b
Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend
by David Reid
· 11 years ago
298effd
rename backend method, add some docs
by Paul Kehrer
· 11 years ago
dacb5f9
add generate_private_key to DSAParameters + add a new function to dsa
by Paul Kehrer
· 11 years ago
00bb1d4
Merge pull request #1180 from alex/short-link
by David Reid
· 11 years ago
1d1855c
Merge pull request #1173 from Ayrx/ecc-fix
by Alex Stapleton
· 11 years ago
d99fc65
Use the short link version for various things
by Alex Gaynor
· 11 years ago
125857f
dsa docs
by Paul Kehrer
· 11 years ago
48963c9
Merge pull request #1150 from reaperhulk/rsa-doc-update
by David Reid
· 11 years ago
368b1c9
Merge pull request #1132 from public/opaque-dsa-interfaces
by Paul Kehrer
· 11 years ago
a63083a
simplify examples per dreid's suggestion
by Paul Kehrer
· 11 years ago
afad62a
add information about why we deprecated the concrete providers
by Paul Kehrer
· 11 years ago
8a8c122
RSA doc update for deprecation. Move some examples.
by Paul Kehrer
· 11 years ago
020d49d
Fixed AssertionError on missing curves
by Ayrx
· 11 years ago
b024857
Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces
by Alex Gaynor
· 11 years ago
e7d06bd
Merge pull request #1163 from reaperhulk/dsa-numbers-classes
by Alex Gaynor
· 11 years ago
9842964
add DSAWithNumbers subinterfaces
by Paul Kehrer
· 11 years ago
645315b
Organize the interface docs a bit better, added subheadings
by Alex Gaynor
· 11 years ago
3678283
fix some language
by Paul Kehrer
· 11 years ago
da08418
Merge pull request #1164 from reaperhulk/dsa-numbers-loading
by Alex Stapleton
· 11 years ago
8c73a7b
remove parameter_numbers from DSAPrivateNumbers since it's on public
by Paul Kehrer
· 11 years ago
41a35e1
Merge pull request #1155 from reaperhulk/fix-1111
by David Reid
· 11 years ago
0739afc
add new DSABackend interface methods for loading numbers
by Paul Kehrer
· 11 years ago
74a58ac
DSA*Numbers classes
by Paul Kehrer
· 11 years ago
6e85b17
deprecate mgf1_hash_supported. fixes #1133
by Paul Kehrer
· 11 years ago
144a415
modify RSA numbers loading to match elliptic curve
by Paul Kehrer
· 11 years ago
f2fb02a
deprecate old RSA classes and methods
by Paul Kehrer
· 11 years ago
1e0de68
Remove numbers from DSA interfaces
by Alex Stapleton
· 11 years ago
a1d80c8
Fixed a reST syntax issue in the docs
by Alex Gaynor
· 11 years ago
512d3be
Merge pull request #1115 from reaperhulk/rsa-numbers-serialization
by David Reid
· 11 years ago
ebb1cb9
Fixed a few typos
by Alex Gaynor
· 11 years ago
f0a48c6
change to sub-interface idea
by Paul Kehrer
· 11 years ago
d0284b4
Merge pull request #1114 from alex/fixed-markup
by Paul Kehrer
· 11 years ago
48fe415
change names of key -> numbers interfaces
by Paul Kehrer
· 11 years ago
3d22ae8
Merge pull request #1107 from public/ecdsa-multibackend
by Paul Kehrer
· 11 years ago
d4ae6c6
Merge pull request #1102 from reaperhulk/rsa-generate-function
by Alex Stapleton
· 11 years ago
b0f14db
This is a function, not a method
by Alex Gaynor
· 11 years ago
3e0c21e
Documentation and interfaces for serialization to RSA*Numbers representations.
by David Reid
· 11 years ago
34d7ef2
Fix syntax error in docs
by Alex Stapleton
· 11 years ago
62ee714
Multibackend support for EC
by Alex Stapleton
· 11 years ago
9412e28
rename the docs too.
by Paul Kehrer
· 11 years ago
e47bafb
ECDSA backend
by Alex Stapleton
· 11 years ago
c9f525f
Merge pull request #1100 from reaperhulk/rsa-numbers-remove-public
by Alex Gaynor
· 11 years ago
433e2a7
add some missing docs
by Paul Kehrer
· 11 years ago
b2fa4b7
add load_rsa_*_numbers functions
by Paul Kehrer
· 11 years ago
d50c1e9
add rsa_generate_private_key function to replace RSAPrivateKey.generate
by Paul Kehrer
· 11 years ago
0cf031c
remove raw numbers properties from the RSA*Key interfaces
by Paul Kehrer
· 11 years ago
da76ae0
Document UnsupportedAlgorithm in a super vague way.
by David Reid
· 11 years ago
c57a376
Document the valueerror these might raise.
by David Reid
· 11 years ago
a674afe
Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numbers.
by David Reid
· 11 years ago
576a153
Resolve conflict.
by David Reid
· 11 years ago
68b509a
Document the backend interface.
by David Reid
· 11 years ago
395be8b
Merge pull request #984 from dreid/rsa-numbers
by Paul Kehrer
· 11 years ago
13f1d8d
EllipticCurveBackend interfaces
by Alex Stapleton
· 11 years ago
286c7dc
add some missing docs for PKCS8SerializationBackend, update changelog
by Paul Kehrer
· 11 years ago
4bef120
Merge pull request #878 from public/ecdsa-interfaces
by David Reid
· 11 years ago
2784b4c
Removed unused doc reference
by Alex Stapleton
· 11 years ago
194eef0
PKCS#8 serialized key loading
by Alex Stapleton
· 11 years ago
1b760f1
improve language in generate_rsa_parameters_supported docs
by Paul Kehrer
· 11 years ago
d436569
Apostophe
by Alex Stapleton
· 11 years ago
342d2e4
add generate_rsa_parameters_supported to RSABackend
by Paul Kehrer
· 11 years ago
c333dbc
add rsa_padding_supported interface to RSABackend and OpenSSL backend
by Paul Kehrer
· 11 years ago
24258ec
doc8 fixes
by Alex Stapleton
· 11 years ago
6e52674
Remove secp from spelling dictionary
by Alex Stapleton
· 11 years ago
33c9d83
Make EC key interfaces backend specific
by Alex Stapleton
· 11 years ago
a264ecc
Rename private_key to private_value
by Alex Stapleton
· 11 years ago
81ce8ef
Add EC docs to the index
by Alex Stapleton
· 11 years ago
977b409
Remove key_size from EC keys docs
by Alex Stapleton
· 11 years ago
3d643c5
Add __init__ arguments to docs
by Alex Stapleton
· 11 years ago
23a6266
Add docs for EC numbers
by Alex Stapleton
· 11 years ago
b987a08
Removed signer/verifier from signature algorithm
by Alex Stapleton
· 11 years ago
20c9903
Bump to 0.5
by Alex Stapleton
· 11 years ago
80228a1
Update docs
by Alex Stapleton
· 11 years ago
a1853f9
Flesh out EllipticCurveSignatureAlgorithm
by Alex Stapleton
· 11 years ago
085f378
Elliptic curve interfaces
by Alex Stapleton
· 11 years ago
ebf1235
Merge pull request #959 from public/openssl-loading-backend
by Paul Kehrer
· 11 years ago
969f18e
Word wrap some long lines in teh docs
by Alex Gaynor
· 11 years ago
00eff9c
Simplified exception message
by Ayrx
· 11 years ago
6d69eab
Fixed TypeError and added documentation
by Ayrx
· 11 years ago
2a947c4
add some docs and changelog
by Paul Kehrer
· 11 years ago
Next »