index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `load_rsa_public_numbers` documentation (#3871)
David Sanders
2017-08-20
1
-1
/
+1
*
Fix mistake in `RSAPublicKey.verify` documentation (#3872)
David Sanders
2017-08-20
1
-1
/
+1
*
add test vector with invalid basicconstraints (#3866)
Paul Kehrer
2017-08-15
2
-0
/
+4
*
add changelog and a warning for is_signature_valid on crl (#3861)
Paul Kehrer
2017-08-12
1
-0
/
+6
*
Add is_signature_valid method on CertificateRevocationList (#3849)
Vincent Pelletier
2017-08-12
2
-0
/
+11
*
deprecate unicode input for RFC822Name (#3836)
Paul Kehrer
2017-08-01
1
-0
/
+16
*
deprecate auto-idna on UniformResourceIdentifier (#3832)
Paul Kehrer
2017-08-01
1
-4
/
+15
*
note version added and deprecated for bytes_value/value on DNSName (#3833)
Paul Kehrer
2017-08-01
1
-0
/
+4
*
Begin the deprecation of auto-idna for x509.DNSName (#3830)
Alex Gaynor
2017-07-30
3
-5
/
+13
*
Updating doing a release to have a correct path (#3790)
Alex Gaynor
2017-07-17
1
-1
/
+1
*
update docs to reflect #3364 (#3786)
Paul Kehrer
2017-07-17
1
-1
/
+1
*
add AESGCM AEAD support (#3785)
Paul Kehrer
2017-07-17
2
-0
/
+76
*
move tag_length to the AESCCM constructor (#3783)
Paul Kehrer
2017-07-16
1
-11
/
+7
*
AESCCM support (#3700)
Paul Kehrer
2017-07-16
1
-0
/
+88
*
Fixed #3777 -- document an additional dependency (#3779)
Alex Gaynor
2017-07-14
1
-1
/
+2
*
Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...
Alex Gaynor
2017-07-08
1
-4
/
+11
*
add rfc 3526 DH groups (#3767)
Paul Kehrer
2017-07-08
1
-0
/
+3
*
we forgot to document these DH methods (#3757)
Paul Kehrer
2017-07-06
1
-0
/
+27
*
write some words about encrypt/decrypt in fernet (#3756)
Paul Kehrer
2017-07-06
1
-0
/
+8
*
update static wheel install docs (#3754)
Paul Kehrer
2017-07-04
1
-4
/
+5
*
Order our supported OpenSSL versions reasonably (#3752)
Alex Gaynor
2017-07-03
1
-1
/
+1
*
Fixes #3745 -- add the any EKU EKU (#3750)
Alex Gaynor
2017-07-03
1
-0
/
+7
*
update linux install docs and release instructions (#3746)
Paul Kehrer
2017-07-01
2
-15
/
+52
*
don't use long keys because they can be confusing wrt bits/bytes (#3734)
Paul Kehrer
2017-06-28
1
-17
/
+17
*
Funcs macros gone (#3695)
Paul Kehrer
2017-06-27
1
-3
/
+1
*
remove python 3.3 from CI (#3729)
Paul Kehrer
2017-06-26
1
-3
/
+1
*
doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)
Paul Kehrer
2017-06-24
5
-8
/
+34
*
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
Paul Kehrer
2017-06-24
1
-15
/
+13
*
changelog entry and a few updates to the new DH params docs (#3718)
Paul Kehrer
2017-06-24
4
-7
/
+9
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
3
-0
/
+129
*
be clearer that 65537 is the right answer (#3714)
Paul Kehrer
2017-06-23
1
-1
/
+2
*
add FAQ entry for failed to install (#3710)
Paul Kehrer
2017-06-19
1
-0
/
+10
*
add NIST CAVP CCM vectors (#3698)
Paul Kehrer
2017-06-18
1
-1
/
+1
*
fix typo in docs for curve name (#3705)
Paul Kehrer
2017-06-14
1
-1
/
+1
*
It's a method you must call (#3696)
Jean-Paul Calderone
2017-06-09
1
-1
/
+1
*
X25519 Support (#3686)
Paul Kehrer
2017-06-09
2
-0
/
+86
*
ChaCha20Poly1305 support (#3680)
Paul Kehrer
2017-06-08
3
-0
/
+81
*
scrypt can be doctested now that we're using 1.1.0 (#3688)
Paul Kehrer
2017-06-07
1
-1
/
+1
*
add X25519 test vectors from RFC 7748 section 5.2 (#3685)
Paul Kehrer
2017-06-06
1
-0
/
+1
*
Do more retries in linkcheck because NIST websites are down a lot (#3683)
Alex Gaynor
2017-06-05
1
-1
/
+1
*
Change the link to appease linkcheck (#3677)
Alex Gaynor
2017-06-04
1
-1
/
+1
*
fix symmetric encryption interfaces heading (#3676)
Paul Kehrer
2017-06-04
1
-1
/
+1
*
document invalidtag (#3675)
Paul Kehrer
2017-06-04
1
-0
/
+11
*
add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673)
Paul Kehrer
2017-06-04
1
-0
/
+4
*
Remove a line from "Why do we exist" (#3672)
Alex Gaynor
2017-06-04
1
-1
/
+0
*
Refs #3461 -- parse SCTs from x.509 extension (#3480)
Alex Gaynor
2017-06-04
2
-3
/
+29
*
Fixes #2347 -- link to the stdlib secrets module in our random number generat...
Alex Gaynor
2017-06-04
1
-0
/
+5
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
5
-196
/
+105
*
make signature and verification contexts error better re: prehashed (#3658)
Paul Kehrer
2017-06-02
1
-0
/
+12
*
FreeBSD 10 and higher use Fortuna, not Yarrow (#3652)
Jeroen Ruigrok van der Werven
2017-06-01
1
-2
/
+4
[next]