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
*
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
*
Deprecate Python 3.3 support, with the intention of being removed in the next...
Alex Gaynor
2017-05-22
1
-0
/
+2
*
remove multibackend (#3555)
Paul Kehrer
2017-05-20
1
-5
/
+4
*
Dropped support for really old macOS (#3554)
Alex Gaynor
2017-05-20
1
-3
/
+4
*
changelog entry for libre (#3556)
Paul Kehrer
2017-05-20
1
-0
/
+2
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
1
-4
/
+5
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
1
-3
/
+8
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-0
/
+6
*
add a changelog entry for finalize_with_tag and move the note (#3531)
Paul Kehrer
2017-05-02
1
-0
/
+4
*
port 1.8.1 changelog and update master for 1.9 release cycle (#3440)
Paul Kehrer
2017-03-10
1
-0
/
+11
*
1.8 version bump and changelog date (#3438)
Paul Kehrer
2017-03-09
1
-4
/
+2
*
document that we're not building universal wheels now (#3436)
Paul Kehrer
2017-03-09
1
-0
/
+3
*
add changelog entry, fixes #3427 (#3435)
Paul Kehrer
2017-03-09
1
-0
/
+1
*
Fixed #3398 -- document the serial deprecation in the changelog (#3401)
Alex Gaynor
2017-02-17
1
-0
/
+3
*
add support for update_into on CipherContext (#3190)
Paul Kehrer
2017-02-16
1
-1
/
+3
*
Fixed #3306 -- changelog entry for linking against OpenSSL 1.1.0 (#3389)
Alex Gaynor
2017-02-11
1
-0
/
+1
[next]