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
/
backends
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
X25519 Support (#3686)
Paul Kehrer
2017-06-09
2
-0
/
+125
*
ChaCha20Poly1305 support (#3680)
Paul Kehrer
2017-06-08
2
-0
/
+118
*
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
2
-4
/
+4
*
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
3
-42
/
+37
*
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
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
1
-0
/
+8
*
Simplify the update (#3586)
Alex Gaynor
2017-05-23
1
-7
/
+3
*
Fixed #3533 -- made GCM mode object immutable (#3553)
Alex Gaynor
2017-05-20
1
-23
/
+32
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
1
-14
/
+8
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-3
/
+2
*
use openssl constants (#3534)
Paul Kehrer
2017-05-03
1
-5
/
+13
*
postpone GCM authentication tag requirement until finalization (#3421)
Philipp Gesang
2017-05-02
1
-1
/
+21
*
Another simplification of freeing (#3498)
Alex Gaynor
2017-04-09
1
-7
/
+1
*
Fixed #3492 -- use a better API (#3497)
Alex Gaynor
2017-04-09
1
-7
/
+1
*
remove key check (#3473)
Ofek Lev
2017-04-01
1
-3
/
+0
*
Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)
Alex Gaynor
2017-03-21
1
-1
/
+1
*
Ec is a thing (#3453)
Alex Gaynor
2017-03-15
1
-14
/
+3
*
More ifdef death (#3450)
Alex Gaynor
2017-03-14
1
-5
/
+2
*
reverts a change to our exceptions (#3429)
Paul Kehrer
2017-03-09
1
-21
/
+1
*
Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)
Alex Gaynor
2017-03-09
2
-5
/
+19
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
2
-27
/
+116
*
Fixed #3422 -- Remove some legacy code which is now in 1.0.1 (#3423)
Alex Gaynor
2017-03-01
2
-50
/
+10
*
add support for update_into on CipherContext (#3190)
Paul Kehrer
2017-02-16
1
-0
/
+16
*
switch the PEM password callback to a C implementation (#3382)
Paul Kehrer
2017-02-13
1
-71
/
+22
*
enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)
Paul Kehrer
2017-02-08
1
-0
/
+2
*
DH serialization (#3297)
Aviv Palivoda
2017-02-07
2
-7
/
+60
*
Backport DH_check from OpenSSL 1.1.0. (#3375)
Mark Williams
2017-02-03
1
-2
/
+2
*
add memory limit check for scrypt (#3328)
Paul Kehrer
2017-01-05
1
-4
/
+5
*
openssl backend: s/unserialize/deserialize/ in exception messages (#3339)
Jan-Philip Gehrcke
2016-12-28
1
-2
/
+2
*
Inline a pair of functions that became trivial post-1.0.0 (#3336)
Alex Gaynor
2016-12-25
1
-7
/
+1
*
add openssl_version_number & doc openssl_version_text (#3329)
Paul Kehrer
2016-12-21
1
-0
/
+3
*
Drop 1.0.0 (#3312)
Alex Gaynor
2016-12-13
6
-213
/
+25
*
New osrandom_engine in C (#3229)
Christian Heimes
2016-12-09
1
-12
/
+30
*
friendly error if you put a date too far in the future on windows (#3279)
Paul Kehrer
2016-12-05
1
-2
/
+15
*
OpenSSL DH backend implementation [Second attempt] (#2914)
Aviv Palivoda
2016-11-26
2
-1
/
+299
*
add support for prehashing in ECDSA sign/verify (#3267)
Paul Kehrer
2016-11-20
1
-23
/
+34
*
support prehashed sign/verify in DSA (#3266)
Paul Kehrer
2016-11-20
1
-7
/
+13
*
support RSA verify with prehashing (#3265)
Paul Kehrer
2016-11-20
2
-18
/
+37
*
support prehashing in RSA sign (#3238)
Paul Kehrer
2016-11-20
1
-3
/
+13
*
refactor RSA signature verification to prep for prehash support (#3261)
Paul Kehrer
2016-11-20
1
-98
/
+73
*
refactor ecdsa sign/verify for prehash (#3263)
Paul Kehrer
2016-11-19
1
-34
/
+31
*
refactor dsa sign/verify as prep for prehash (#3262)
Paul Kehrer
2016-11-19
1
-23
/
+32
*
refactor RSA signing to prep for prehash support (#3240)
Paul Kehrer
2016-11-19
1
-110
/
+131
[prev]
[next]