index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CHANGELOG.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make changelog for A-label more readable (#3977)
Christian Heimes
2017-10-17
1
-7
/
+9
*
port 2.1.1 changelog (#3975)
Paul Kehrer
2017-10-12
1
-0
/
+7
*
expunge python 2.6 (#3962)
Paul Kehrer
2017-10-11
1
-0
/
+1
*
start the twenty second release cycle (#3960)
Paul Kehrer
2017-10-11
1
-0
/
+7
*
update changelog release date and bump version for 2.1 release (#3958)
Paul Kehrer
2017-10-11
1
-4
/
+2
*
Update docs and changelog for URI, RFC822Name, and DNSName (#3955)
Paul Kehrer
2017-10-11
1
-20
/
+14
*
Add support for AES XTS (#3900)
Paul Kehrer
2017-10-01
1
-1
/
+3
*
Declare that 2.1 is the last version to support Python 2.6 (#3944)
Alex Gaynor
2017-10-01
1
-0
/
+2
*
add ChaCha20 support (#3919)
Paul Kehrer
2017-09-28
1
-0
/
+5
*
both parse and encode the ASN1 string type for Name attributes (#3896)
Paul Kehrer
2017-09-25
1
-0
/
+2
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
1
-0
/
+1
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
1
-0
/
+1
*
[WIP] add support for the TLSFeature extension in x509 (#3899)
Paul Kehrer
2017-09-10
1
-1
/
+3
*
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
Paul Kehrer
2017-09-08
1
-0
/
+4
*
Switch to using the other style of environment markers (#3796)
Alex Gaynor
2017-08-24
1
-0
/
+1
*
add blake2b/blake2s support for hmac (#3873)
Paul Kehrer
2017-08-22
1
-0
/
+3
*
add changelog and a warning for is_signature_valid on crl (#3861)
Paul Kehrer
2017-08-12
1
-0
/
+2
*
fixed a typo (#3847)
Alex Gaynor
2017-08-03
1
-1
/
+1
*
port 2.0.3 changelog (#3845)
Paul Kehrer
2017-08-03
1
-0
/
+9
*
Make changelog anchors stable ids (#3840)
Christian Heimes
2017-08-03
1
-0
/
+165
*
deprecate unicode input for RFC822Name (#3836)
Paul Kehrer
2017-08-01
1
-1
/
+7
*
deprecate auto-idna on UniformResourceIdentifier (#3832)
Paul Kehrer
2017-08-01
1
-0
/
+8
*
Begin the deprecation of auto-idna for x509.DNSName (#3830)
Alex Gaynor
2017-07-30
1
-0
/
+6
*
port 2.0.2 changelog (#3828)
Paul Kehrer
2017-07-27
1
-0
/
+6
*
port 2.0.1 changelog (#3823)
Paul Kehrer
2017-07-26
1
-0
/
+10
*
remove deprecated items (#3794)
Paul Kehrer
2017-07-20
1
-0
/
+4
*
Open master for 2.1 (#3788)
Alex Gaynor
2017-07-17
1
-0
/
+5
*
2.0 version bump and changelog (#3787)
Paul Kehrer
2017-07-17
1
-4
/
+2
*
add AESGCM AEAD support (#3785)
Paul Kehrer
2017-07-17
1
-0
/
+3
*
AESCCM support (#3700)
Paul Kehrer
2017-07-16
1
-0
/
+2
*
Fixed #3747 -- cache extensions on x.509 objects (#3769)
Alex Gaynor
2017-07-08
1
-0
/
+7
*
add manylinux1 wheel building to the wheel builder (#3736)
Paul Kehrer
2017-07-01
1
-0
/
+3
*
remove python 3.3 from CI (#3729)
Paul Kehrer
2017-06-26
1
-0
/
+1
*
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
Paul Kehrer
2017-06-24
1
-3
/
+3
*
changelog entry and a few updates to the new DH params docs (#3718)
Paul Kehrer
2017-06-24
1
-0
/
+7
*
X25519 Support (#3686)
Paul Kehrer
2017-06-09
1
-0
/
+1
*
ChaCha20Poly1305 support (#3680)
Paul Kehrer
2017-06-08
1
-0
/
+2
*
Refs #3461 -- parse SCTs from x.509 extension (#3480)
Alex Gaynor
2017-06-04
1
-0
/
+3
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
1
-5
/
+15
*
Post release tasks to open master for 2.0 (#3644)
Alex Gaynor
2017-05-29
1
-0
/
+5
*
1.9 version bump and changelog (#3641)
Paul Kehrer
2017-05-29
1
-4
/
+2
*
move MACContext to mac.py and eliminate interfaces.py (#3631)
Paul Kehrer
2017-05-29
1
-11
/
+11
*
Typo fix (#3625)
Paul Kehrer
2017-05-27
1
-1
/
+1
*
port 1.8.2 changelog to master (#3616)
Paul Kehrer
2017-05-26
1
-1
/
+5
*
1.1.0f for the next release (#3599)
Paul Kehrer
2017-05-25
1
-0
/
+1
*
add a missing word (#3600)
Paul Kehrer
2017-05-25
1
-1
/
+1
*
Put the exchange method on the correct interface (#3591)
Alex Gaynor
2017-05-24
1
-1
/
+1
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
1
-0
/
+6
*
Bump the minimum PyPy/cffi version and simplify as a result (#3585)
Alex Gaynor
2017-05-23
1
-0
/
+1
*
let's deprecate some hashes we should never have exposed (#3584)
Paul Kehrer
2017-05-23
1
-0
/
+1
[next]