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
/
backend.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop 1.0.0 (#3312)
Alex Gaynor
2016-12-13
1
-63
/
+5
*
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
1
-1
/
+117
*
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
Paul Kehrer
2016-11-18
1
-4
/
+9
*
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
Paul Kehrer
2016-11-13
1
-0
/
+11
*
add ec.private_key_from_secret_and_curve (#3225)
Ofek Lev
2016-11-11
1
-0
/
+34
*
Name: add support for multi-value RDNs (#3202)
Fraser Tweedale
2016-11-11
1
-3
/
+3
*
fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)
Paul Kehrer
2016-09-21
1
-1
/
+1
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-1
/
+13
*
blake2b/blake2s support (#3116)
Paul Kehrer
2016-08-28
1
-1
/
+12
*
OpenSSL 1.1.0 support (#2826)
Paul Kehrer
2016-08-26
1
-1
/
+3
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-3
/
+3
*
use DSAparams_dup now that we no longer support 0.9.8 (#3006)
Paul Kehrer
2016-06-20
1
-22
/
+3
*
Rewrite a comment. (#3004)
Alex Gaynor
2016-06-20
1
-4
/
+4
*
Simplify and remove some 0.9.8 code from the EVP bindings (#2996)
Alex Gaynor
2016-06-19
1
-6
/
+4
*
Remove a binding and comments that reference 0.9.8 (#2984)
Alex Gaynor
2016-06-18
1
-4
/
+2
*
Drop OpenSSL 0.9.8 (#2978)
Alex Gaynor
2016-06-18
1
-113
/
+19
*
Small cleanup (#2979)
Alex Gaynor
2016-06-15
1
-6
/
+1
*
RSA OAEP SHA2 Support (#2956)
Paul Kehrer
2016-06-04
1
-3
/
+20
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
1
-2
/
+53
*
treat rsa struct as opaque (#2935)
Paul Kehrer
2016-05-31
1
-11
/
+17
*
treat the DSA struct as opaque (#2883)
Paul Kehrer
2016-05-28
1
-19
/
+45
*
move the code around
Alex Gaynor
2016-03-14
1
-54
/
+54
*
delete software (flake8)
Alex Gaynor
2016-03-14
1
-4
/
+3
*
Fixed #2747 -- allow creating x509 exts with unknown extensions
Alex Gaynor
2016-03-14
1
-33
/
+51
*
support openssl 0.9.8's nonsense hopefully
Paul Kehrer
2016-03-13
1
-1
/
+26
*
also bytes.
Paul Kehrer
2016-03-13
1
-1
/
+3
*
simplify extension creation by using X509V3_EXT_i2d
Paul Kehrer
2016-03-13
1
-9
/
+5
*
modify how revocation date is set on X509_REVOKED in the openssl backend
Paul Kehrer
2016-03-10
1
-3
/
+6
*
SSLeay begone
Paul Kehrer
2016-03-09
1
-1
/
+1
*
move more functions out of the openssl backend class
Paul Kehrer
2016-01-10
1
-50
/
+0
*
move openssl asn1 encode functions to a new module
Paul Kehrer
2016-01-10
1
-587
/
+8
*
Merge pull request #2646 from reaperhulk/static-callbacks
Alex Gaynor
2016-01-08
1
-7
/
+15
|
\
|
*
Port callbacks to new static callback
Christian Heimes
2016-01-07
1
-8
/
+15
|
*
Change password callback to use userdata pointer
Christian Heimes
2016-01-07
1
-0
/
+1
*
|
Merge pull request #2647 from reaperhulk/opaque-evp-pkey
Alex Gaynor
2016-01-08
1
-9
/
+10
|
\
\
|
*
|
add Cryptography_EVP_PKEY_id
Paul Kehrer
2016-01-07
1
-4
/
+6
|
*
|
opaque EVP_PKEY since EVP_PKEY_id exists
Paul Kehrer
2016-01-07
1
-9
/
+8
*
|
|
Merge pull request #2649 from reaperhulk/cleanup-naming
Alex Gaynor
2016-01-08
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rename _create_mem_bio to _create_mem_bio_gc for consistency
Paul Kehrer
2016-01-07
1
-4
/
+4
|
|
/
*
/
small cleanup to reduce code duplication for EVP_PKEY_new calls
Paul Kehrer
2016-01-07
1
-7
/
+7
|
/
*
Support EC and DSA signing of CRLs in the OpenSSL backend
Paul Kehrer
2015-12-27
1
-10
/
+11
*
fix a ptr liveness bug
Alex Gaynor
2015-12-27
1
-2
/
+2
*
Reduce duplication, write a function
Alex Gaynor
2015-12-27
1
-85
/
+39
*
_encode_alt_name already does this
Paul Kehrer
2015-12-27
1
-15
/
+1
*
move around a dict
Paul Kehrer
2015-12-27
1
-17
/
+4
*
support CRL entry extension encoding in the RevokedCertificateBuilder
Paul Kehrer
2015-12-27
1
-3
/
+77
*
Simplify code slightly by adding a new binding
Alex Gaynor
2015-12-26
1
-4
/
+1
*
A handful of small cleanups and simplifications
Alex Gaynor
2015-12-26
1
-0
/
+3
[prev]
[next]