index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed two memory leaks in x509 csr extensions (#4434)
Alex Gaynor
2018-08-31
1
-3
/
+56
*
remove freebsd11 builder (#4401)
Paul Kehrer
2018-08-15
1
-2
/
+0
*
Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389)
Alex Gaynor
2018-08-12
1
-1
/
+1
*
fix a memory leak when calling X25519PrivateKey.public_key() (#4326)
Paul Kehrer
2018-07-10
1
-0
/
+8
*
Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)
Alex Gaynor
2018-06-20
1
-0
/
+3
*
fix a memory leak in ec derive_private_key (#4096)
Paul Kehrer
2018-02-04
1
-0
/
+8
*
Expose `BN_clear_free` in the OpenSSL backend (#4071)
Tux
2018-01-05
1
-1
/
+1
*
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Alex Gaynor
2017-12-18
1
-3
/
+3
*
Inline calls to bit_length now that it's trivial (#3966)
Alex Gaynor
2017-10-12
1
-3
/
+3
*
RSA OAEP label support for OpenSSL 1.0.2+ (#3897)
Paul Kehrer
2017-09-08
1
-12
/
+0
*
move x509 tests into a module (#3889)
Paul Kehrer
2017-09-06
1
-1
/
+1
*
remove deprecated items (#3794)
Paul Kehrer
2017-07-20
1
-33
/
+3
*
Fixed a memory leak in EC private numbers (#3741)
Alex Gaynor
2017-06-30
1
-10
/
+16
*
Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)
Alex Gaynor
2017-06-28
1
-0
/
+19
*
Dh parameters serialization (#3504)
Aviv Palivoda
2017-06-24
1
-0
/
+4
*
fix libressl error/refactor some error handling (#3609)
Paul Kehrer
2017-05-26
1
-4
/
+1
*
Close stdout and stderr when spawning a process (#3578)
Alex Gaynor
2017-05-23
1
-9
/
+13
*
remove multibackend (#3555)
Paul Kehrer
2017-05-20
1
-654
/
+0
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
2
-71
/
+0
*
Attempt to simplify the libressl checing (#3482)
Alex Gaynor
2017-03-26
1
-4
/
+1
*
Write a memory leak test for X.509 extensions (#3451)
Alex Gaynor
2017-03-16
1
-0
/
+22
*
Improvements to the memleak tests (#3457)
Alex Gaynor
2017-03-15
1
-10
/
+15
*
Ec is a thing (#3453)
Alex Gaynor
2017-03-15
1
-23
/
+1
*
Memleak tests (#3140)
Alex Gaynor
2017-03-14
1
-0
/
+160
*
reverts a change to our exceptions (#3429)
Paul Kehrer
2017-03-09
1
-5
/
+3
*
missing coverage for dh_x942_serialization_supported in MultiBackend (#3432)
Paul Kehrer
2017-03-08
1
-0
/
+1
*
DH subgroup order (q) (#3369)
Aviv Palivoda
2017-03-05
2
-4
/
+86
*
switch the PEM password callback to a C implementation (#3382)
Paul Kehrer
2017-02-13
1
-15
/
+24
*
enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)
Paul Kehrer
2017-02-08
1
-1
/
+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
1
-151
/
+1
*
New osrandom_engine in C (#3229)
Christian Heimes
2016-12-09
1
-13
/
+19
*
OpenSSL DH backend implementation [Second attempt] (#2914)
Aviv Palivoda
2016-11-26
1
-3
/
+55
*
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
Paul Kehrer
2016-11-18
1
-3
/
+3
*
workaround for application bundling tools (#3235)
Paul Kehrer
2016-11-14
1
-0
/
+17
*
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
Paul Kehrer
2016-11-13
1
-0
/
+6
*
add ec.private_key_from_secret_and_curve (#3225)
Ofek Lev
2016-11-11
1
-0
/
+16
*
1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)
Paul Kehrer
2016-09-22
1
-1
/
+1
*
fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)
Paul Kehrer
2016-09-21
1
-2
/
+2
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-1
/
+15
*
OpenSSL 1.1.0 support (#2826)
Paul Kehrer
2016-08-26
1
-7
/
+15
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-8
/
+8
*
Complete the removal of the string '0.9.8' (#3005)
Alex Gaynor
2016-06-20
1
-1
/
+1
*
Remove a binding and comments that reference 0.9.8 (#2984)
Alex Gaynor
2016-06-18
1
-1
/
+1
*
Drop OpenSSL 0.9.8 (#2978)
Alex Gaynor
2016-06-18
1
-25
/
+0
*
RSA OAEP SHA2 Support (#2956)
Paul Kehrer
2016-06-04
1
-2
/
+74
*
Use teardown since we ignore the method arg anyways (#2928)
Alex Gaynor
2016-05-30
1
-2
/
+1
*
Replacing test_osrandom_engine_is_default. (#2905)
Andreas Moser
2016-05-29
1
-0
/
+12
*
Merge pull request #2815 from reaperhulk/error-on-unusual-encodings
Alex Gaynor
2016-03-12
1
-0
/
+21
|
\
|
*
py3 is a thing
Paul Kehrer
2016-03-12
1
-1
/
+1
[next]