index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptography
/
hazmat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
refactor AES keywrap into a wrap core and unwrap core (#3901)
Paul Kehrer
2017-09-11
1
-23
/
+30
*
[WIP] add support for the TLSFeature extension in x509 (#3899)
Paul Kehrer
2017-09-10
2
-7
/
+33
*
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
Paul Kehrer
2017-09-08
2
-4
/
+20
*
add set0_rsa_oaep_label binding (#3894)
Paul Kehrer
2017-09-07
1
-0
/
+7
*
add blake2b/blake2s support for hmac (#3873)
Paul Kehrer
2017-08-22
1
-4
/
+3
*
Add is_signature_valid method on CertificateRevocationList (#3849)
Vincent Pelletier
2017-08-12
1
-0
/
+16
*
deprecate unicode input for RFC822Name (#3836)
Paul Kehrer
2017-08-01
1
-1
/
+1
*
deprecate auto-idna on UniformResourceIdentifier (#3832)
Paul Kehrer
2017-08-01
1
-1
/
+1
*
Begin the deprecation of auto-idna for x509.DNSName (#3830)
Alex Gaynor
2017-07-30
2
-29
/
+2
*
fix for latest flake8 (#3829)
Alex Gaynor
2017-07-27
1
-1
/
+1
*
Fixed #3798 -- use the correct stacklevel on this warning (#3803)
Alex Gaynor
2017-07-21
1
-1
/
+1
*
remove deprecated items (#3794)
Paul Kehrer
2017-07-20
2
-47
/
+0
*
Remove DH generator size constraint (#3364)
mtury
2017-07-17
1
-2
/
+2
*
add AESGCM AEAD support (#3785)
Paul Kehrer
2017-07-17
2
-3
/
+47
*
move tag_length to the AESCCM constructor (#3783)
Paul Kehrer
2017-07-16
1
-14
/
+16
*
AESCCM support (#3700)
Paul Kehrer
2017-07-16
2
-9
/
+110
*
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
Paul Kehrer
2017-07-09
1
-2
/
+15
*
use an instance in aead_cipher_supported (#3772)
Paul Kehrer
2017-07-09
3
-16
/
+13
*
Fixed #3747 -- cache extensions on x.509 objects (#3769)
Alex Gaynor
2017-07-08
1
-4
/
+4
*
remove egd (#3771)
Paul Kehrer
2017-07-08
1
-9
/
+0
*
remove cryptodev (#3770)
Paul Kehrer
2017-07-08
1
-7
/
+0
*
Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...
Alex Gaynor
2017-07-08
2
-65
/
+185
*
Remove conditionals we never use. (#3766)
Alex Gaynor
2017-07-08
1
-4
/
+0
*
stop using backend methods for chacha (#3765)
Paul Kehrer
2017-07-08
3
-22
/
+20
*
change chacha20poly1305_supported to aead_cipher_supported (#3762)
Paul Kehrer
2017-07-08
2
-2
/
+6
*
make the aead work a bit more generic (#3761)
Paul Kehrer
2017-07-08
2
-17
/
+27
*
don't parse SCTs on older openssl (#3749)
Paul Kehrer
2017-07-04
2
-9
/
+24
*
disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738)
Paul Kehrer
2017-06-30
1
-0
/
+24
*
Fixed a memory leak in EC private numbers (#3741)
Alex Gaynor
2017-06-30
1
-2
/
+4
*
Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)
Alex Gaynor
2017-06-28
1
-3
/
+3
*
bind DTLS 1.2 methods (#3725)
Paul Kehrer
2017-06-26
1
-0
/
+5
*
Reorganize DHParameters and DHPublicKey *WithSerialization (#3722)
Paul Kehrer
2017-06-24
1
-6
/
+6
*
add missing methods to DH interfaces (#3719)
Paul Kehrer
2017-06-24
1
-0
/
+18
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
4
-0
/
+109
*
X25519 Support (#3686)
Paul Kehrer
2017-06-09
3
-0
/
+179
*
ChaCha20Poly1305 support (#3680)
Paul Kehrer
2017-06-08
3
-0
/
+172
*
bind even more evp (#3684)
Paul Kehrer
2017-06-06
1
-1
/
+2
*
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
Paul Kehrer
2017-06-05
1
-0
/
+3
*
bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)
Paul Kehrer
2017-06-04
1
-4
/
+4
*
Refs #3461 -- parse SCTs from x.509 extension (#3480)
Alex Gaynor
2017-06-04
2
-0
/
+59
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
4
-3
/
+24
*
make signature and verification contexts error better re: prehashed (#3658)
Paul Kehrer
2017-06-02
4
-3
/
+17
*
Enlarge _oid2txt buffer to handle larger OIDs (#3612)
Fraser Tweedale
2017-05-29
1
-0
/
+14
*
move MACContext to mac.py and eliminate interfaces.py (#3631)
Paul Kehrer
2017-05-29
6
-8
/
+25
*
Simplify int to hex string conversion (#3628)
Alex Gaynor
2017-05-28
1
-3
/
+3
*
fix libressl error/refactor some error handling (#3609)
Paul Kehrer
2017-05-26
4
-44
/
+54
*
Document when OpenSSL changed its default (#3611)
Alex Gaynor
2017-05-25
1
-1
/
+1
*
jurisdictionCountryName also must be PrintableString (#3516)
Alex Gaynor
2017-05-25
1
-2
/
+5
*
Put the exchange method on the correct interface (#3591)
Alex Gaynor
2017-05-24
1
-7
/
+7
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
2
-1
/
+21
[prev]
[next]