Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
3367806cd464fac96abd1b8416700ad174e8b64d
/
docs
/
hazmat
3bab819
Add serialisation output examples (#4286)
by Коренберг Марк
· 7 years ago
20b57be
remove block size as a required part of HashAlgorithm (#4249)
by Paul Kehrer
· 7 years ago
056c9dd
switch to py3 on docs job (#4230)
by Paul Kehrer
· 7 years ago
617825d
Fixed some confusing type descriptions in docs (#4231)
by Alex Gaynor
· 7 years ago
cd6cf4a
implement AES KW with padding (RFC 5649) (#3880)
by Paul Kehrer
· 7 years ago
17c8f12
Brainpool curves (#4129)
by Paul Kehrer
· 7 years ago
d87f806
Document motivation for a KDF after key-exchange (#4005) (#4124)
by Jeremy Lainé
· 7 years ago
2c12779
switch RSA OAEP examples to use SHA256 (#4117)
by Paul Kehrer
· 7 years ago
98cba41
Reorder this to reflect Alex's Opinions On What Is Good (#4115)
by Alex Gaynor
· 7 years ago
754c693
DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068)
by Paul Kehrer
· 8 years ago
c0c70fb
grammar nit, use a comma here (#4066)
by Alex Gaynor
· 8 years ago
a481e66
Add import default backend (#4061)
by Pablo Lefort
· 8 years ago
3e38506
Don't use whirlpool as an example (#4053)
by Alex Gaynor
· 8 years ago
1aac78c
let's talk about bits baby (#3956)
by Paul Kehrer
· 8 years ago
a397d75
Add support for AES XTS (#3900)
by Paul Kehrer
· 8 years ago
62ebb42
add ChaCha20 support (#3919)
by Paul Kehrer
· 8 years ago
53e4505
Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)
by Alex Gaynor
· 8 years ago
20721c9
Update the rest of the NIST urls to their new HTTPS homes (#3928)
by Alex Gaynor
· 8 years ago
c3de566
Fix `load_rsa_public_numbers` documentation (#3871)
by David Sanders
· 8 years ago
c4a23fb
Fix mistake in `RSAPublicKey.verify` documentation (#3872)
by David Sanders
· 8 years ago
ab4a0b3
update docs to reflect #3364 (#3786)
by Paul Kehrer
· 8 years ago
a217358
add AESGCM AEAD support (#3785)
by Paul Kehrer
· 8 years ago
165743e
move tag_length to the AESCCM constructor (#3783)
by Paul Kehrer
· 8 years ago
1a2e817
AESCCM support (#3700)
by Paul Kehrer
· 8 years ago
3ba1d8a
we forgot to document these DH methods (#3757)
by Paul Kehrer
· 8 years ago
a857fe6
don't use long keys because they can be confusing wrt bits/bytes (#3734)
by Paul Kehrer
· 8 years ago
5bc8c7d
doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)
by Paul Kehrer
· 8 years ago
2748e2e
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
by Paul Kehrer
· 8 years ago
361a9fc
changelog entry and a few updates to the new DH params docs (#3718)
by Paul Kehrer
· 8 years ago
6b08aba
Dh parameters serialization (#3504)
by Aviv Palivoda
· 8 years ago
3dccf6a
be clearer that 65537 is the right answer (#3714)
by Paul Kehrer
· 8 years ago
9e19428
fix typo in docs for curve name (#3705)
by Paul Kehrer
· 8 years ago
61858f3
It's a method you must call (#3696)
by Jean-Paul Calderone
· 8 years ago
3e357f7
X25519 Support (#3686)
by Paul Kehrer
· 8 years ago
7e53d91
ChaCha20Poly1305 support (#3680)
by Paul Kehrer
· 8 years ago
f12955c
scrypt can be doctested now that we're using 1.1.0 (#3688)
by Paul Kehrer
· 8 years ago
e3ff364
fix symmetric encryption interfaces heading (#3676)
by Paul Kehrer
· 8 years ago
a8b1c6e
document invalidtag (#3675)
by Paul Kehrer
· 8 years ago
1a5d70e
deprecate signer/verifier on asymmetric keys (#3663)
by Paul Kehrer
· 8 years ago
26fcc5c
make signature and verification contexts error better re: prehashed (#3658)
by Paul Kehrer
· 8 years ago
5f84523
FreeBSD 10 and higher use Fortuna, not Yarrow (#3652)
by Jeroen Ruigrok van der Werven
· 8 years ago
0db218e
reorder the primitives list and improve a few titles (#3640)
by Paul Kehrer
· 8 years ago
7bc3686
move MACContext to mac.py and eliminate interfaces.py (#3631)
by Paul Kehrer
· 8 years ago
afa84f1
strongly encourage the use of fernet, document its limitation (#3623)
by Paul Kehrer
· 8 years ago
35acb37
Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622)
by Paul Kehrer
· 8 years ago
a9b8690
Put the exchange method on the correct interface (#3591)
by Alex Gaynor
· 8 years ago
312d75d
Update the docs to not be redundant and wrong (#3593)
by Paul Kehrer
· 8 years ago
416f526
add convenience methods for key_size on EC{Public,Private}Key (#3587)
by Paul Kehrer
· 8 years ago
70e8f90
let's deprecate some hashes we should never have exposed (#3584)
by Paul Kehrer
· 8 years ago
76e68eb
Document DH in serialization (#3569)
by Aviv Palivoda
· 8 years ago
9b22eb9
Let's help out the newbies (#3572)
by Cory Benfield
· 8 years ago
a4668c6
remove multibackend (#3555)
by Paul Kehrer
· 8 years ago
5103235
time to remove commoncrypto, fare thee well (#3551)
by Paul Kehrer
· 8 years ago
5ca9946
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539)
by Alex Gaynor
· 8 years ago
5fb1021
add a changelog entry for finalize_with_tag and move the note (#3531)
by Paul Kehrer
· 8 years ago
2e84daa
postpone GCM authentication tag requirement until finalization (#3421)
by Philipp Gesang
· 8 years ago
2a0b834
Update symmetric-encryption.rst (#3479)
by gdmnbt
· 8 years ago
0604944
Be on brand: it's macOS (#3456)
by Alex Gaynor
· 8 years ago
3017c33
fix typo (#3442)
by Ofek Lev
· 8 years ago
e44efb6
DH subgroup order (q) (#3369)
by Aviv Palivoda
· 8 years ago
64f1f42
Update NIST urls in docs (#3418)
by Alex Gaynor
· 8 years ago
500047b
SHA-1 is broken, run for the hills (#3417)
by Alex Gaynor
· 8 years ago
9a59ad8
Use HTTPS urls for a few more websites (#3416)
by Alex Gaynor
· 8 years ago
8aa893b
Two random grammar fixes (#3402)
by Alex Gaynor
· 8 years ago
9b34ca9
add support for update_into on CipherContext (#3190)
by Paul Kehrer
· 8 years ago
6723a12
DH serialization (#3297)
by Aviv Palivoda
· 9 years ago
5685baa
add openssl_version_number & doc openssl_version_text (#3329)
by Paul Kehrer
· 9 years ago
0e8cdf1
Drop 1.0.0 (#3312)
by Alex Gaynor
· 9 years ago
9e5056c
document DHBackend is implemented for OpenSSL (#3304)
by Paul Kehrer
· 9 years ago
acaf89d
Scrypt docs code example contradict RFC 7914 (#3302) (#3303)
by Nick Badger
· 9 years ago
2e71776
New osrandom_engine in C (#3229)
by Christian Heimes
· 9 years ago
495f21a
OpenSSL DH backend implementation [Second attempt] (#2914)
by Aviv Palivoda
· 9 years ago
ec7fc46
update docs and changelog for prehashed support (#3268)
by Paul Kehrer
· 9 years ago
80ec631
add support for prehashing in ECDSA sign/verify (#3267)
by Paul Kehrer
· 9 years ago
6012ccf
support prehashed sign/verify in DSA (#3266)
by Paul Kehrer
· 9 years ago
f555c74
support RSA verify with prehashing (#3265)
by Paul Kehrer
· 9 years ago
033bd71
support prehashing in RSA sign (#3238)
by Paul Kehrer
· 9 years ago
533a3c9
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
by Paul Kehrer
· 9 years ago
e9b87d5
Raise padding block_size limit to what is allowed by the specs. (#3108)
by Terry Chia
· 9 years ago
3a15b03
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
by Paul Kehrer
· 9 years ago
c816735
add ec.private_key_from_secret_and_curve (#3225)
by Ofek Lev
· 9 years ago
e51236d
Last pass over fixing the links (#3224)
by Alex Gaynor
· 9 years ago
15c2938
Update the commoncrypto links (#3223)
by Alex Gaynor
· 9 years ago
c3a3ed4
Link to our implementation of scrypt, now that we have it (#3189)
by Alex Gaynor
· 9 years ago
1a7c974
EC samples for verifying a singature, + serialization (#3076)
by Alex Railean
· 9 years ago
ee9710f
Fix typo in `symmetric-encryption.rst` (#3138)
by Alex Chan
· 9 years ago
a2d0da9
Add bounds checking for Scrypt parameters. (#3130)
by Terry Chia
· 9 years ago
d8a27df
Scrypt Implementation (#3117)
by Terry Chia
· 9 years ago
2e8725d
some docs cleanups + changelog (#3122)
by Alex Gaynor
· 9 years ago
a2bf0ea
Mention that blake2 is not vulnerable to length-extension attacks (#3118)
by Alex Gaynor
· 9 years ago
306ce51
blake2b/blake2s support (#3116)
by Paul Kehrer
· 9 years ago
9db255d
Fix docs to clarify the less than 256 limit for Padding(). (#3099)
by Terry Chia
· 9 years ago
c65fea9
Update example code to use recommended 160 bits (#3088)
by Dave Brondsema
· 9 years ago
617fe4b
Remove provider language from docs (#3072)
by Gabriel Orisaka
· 9 years ago
dacdbb9
Clarify what to pass to the sign-function (#3066)
by Loy
· 9 years ago
e035c50
Removed provider language from asymmetric primitives docs (#3052)
by Gabriel Orisaka
· 9 years ago
0edf799
Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)
by Dirkjan Ochtman
· 9 years ago
6868b1f
Removed provider language from backend interfaces (#3047)
by Gabriel Orisaka
· 9 years ago
05aac20
A few small cleanups (#3046)
by Alex Gaynor
· 9 years ago
69617ca
Add flag to toggle key length check for HOTP and TOTP. (#3012)
by Terry Chia
· 9 years ago
Next »