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
...
*
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
3
-16
/
+28
*
Make DistributionPoint relative_name a set of NameAttribute (#3210)
Fraser Tweedale
2016-11-07
1
-2
/
+6
*
support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182)
Paul Kehrer
2016-10-01
1
-4
/
+15
*
Resolved some more CFFI warnings; these are also unsigned (#3163)
Alex Gaynor
2016-09-22
1
-2
/
+2
*
fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)
Paul Kehrer
2016-09-21
3
-3
/
+3
*
fix memory leak reported in #3134 (#3135)
Paul Kehrer
2016-09-04
1
-0
/
+4
*
fix inconsistency in utilization of block_size in openssl cipher impl (#3131)
Paul Kehrer
2016-09-02
1
-7
/
+6
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-1
/
+13
*
add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)
Paul Kehrer
2016-08-31
1
-18
/
+33
*
blake2b/blake2s support (#3116)
Paul Kehrer
2016-08-28
2
-4
/
+15
*
OpenSSL 1.1.0 support (#2826)
Paul Kehrer
2016-08-26
1
-1
/
+3
*
constify and reorder getter args (#3103)
Paul Kehrer
2016-08-24
1
-4
/
+4
*
Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041)
Marti
2016-08-02
1
-5
/
+10
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-3
/
+3
*
One shot sign/verification ECDSA (#3029)
Aviv Palivoda
2016-07-02
1
-0
/
+10
*
One shot sign/verify DSA (#3003)
Aviv Palivoda
2016-06-30
1
-0
/
+10
*
Fixed #3008 -- expose calculate max pss salt length (#3014)
Alex Gaynor
2016-06-27
1
-11
/
+7
*
Use DSAparams_dup in yet another please (#3007)
Alex Gaynor
2016-06-20
1
-27
/
+2
*
use DSAparams_dup now that we no longer support 0.9.8 (#3006)
Paul Kehrer
2016-06-20
2
-35
/
+4
*
Rewrite a comment. (#3004)
Alex Gaynor
2016-06-20
1
-4
/
+4
*
More cleanup of the EVP module for 0.9.8isms (#3000)
Alex Gaynor
2016-06-20
1
-2
/
+2
*
Remove some 0.9.8 code in x509 extension land (#2999)
Alex Gaynor
2016-06-19
1
-44
/
+12
*
Simplify and remove some 0.9.8 code from the EVP bindings (#2996)
Alex Gaynor
2016-06-19
1
-6
/
+4
*
Removed 0.9.8 specific hmac code (#2995)
Alex Gaynor
2016-06-19
1
-10
/
+4
*
Simplify control flow now that the 0.9.8 branches are gone (#2989)
Alex Gaynor
2016-06-18
1
-10
/
+0
*
Remove a binding and comments that reference 0.9.8 (#2984)
Alex Gaynor
2016-06-18
2
-7
/
+4
*
Removed some code that existed for OpenSSL 0.9.8 (#2983)
Alex Gaynor
2016-06-18
1
-11
/
+3
*
Drop OpenSSL 0.9.8 (#2978)
Alex Gaynor
2016-06-18
2
-261
/
+29
*
Small cleanup (#2979)
Alex Gaynor
2016-06-15
1
-6
/
+1
*
Add convenience methods to sign and verify w/ RSA (#2945)
Colleen Murphy
2016-06-04
1
-0
/
+11
*
RSA OAEP SHA2 Support (#2956)
Paul Kehrer
2016-06-04
2
-16
/
+48
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
4
-2
/
+56
*
small cleanups to the cert.serial warning (#2958)
Alex Gaynor
2016-06-03
1
-1
/
+2
*
Random grammar stuff (#2955)
Alex Gaynor
2016-06-02
1
-1
/
+1
*
Add alias for Certificate serial as serial number (#2950)
Chelsea Winfree
2016-06-02
1
-0
/
+9
*
treat rsa struct as opaque (#2937)
Paul Kehrer
2016-06-01
1
-12
/
+52
*
treat DSA as opaque (#2936)
Paul Kehrer
2016-05-31
1
-25
/
+109
*
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
2
-8
/
+3
*
Fixed #2747 -- allow creating x509 exts with unknown extensions
Alex Gaynor
2016-03-14
2
-33
/
+55
*
wrong assert
Paul Kehrer
2016-03-13
1
-1
/
+1
*
support PolicyConstraints in the CertificateBuilder
Paul Kehrer
2016-03-13
1
-0
/
+18
*
Merge pull request #2809 from reaperhulk/110-patch-28
Alex Gaynor
2016-03-13
1
-10
/
+34
|
\
|
*
add 5 accessor functions that exist in 1.1.0 to help opaque x509 structs
Paul Kehrer
2016-03-11
1
-10
/
+34
*
|
Merge pull request #2818 from reaperhulk/simplify-extension-creation
Alex Gaynor
2016-03-13
2
-67
/
+48
|
\
\
[prev]
[next]