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
...
*
first pass removing 0.9.8 things from the ssl bindings (#2986)
Paul Kehrer
2016-06-20
1
-26
/
+0
*
Remove a few 0.9.8isms from the ssl bindings (#2998)
Alex Gaynor
2016-06-19
1
-11
/
+0
*
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
*
Remove 0.9.8isms from CMS code. (#2997)
Alex Gaynor
2016-06-19
1
-5
/
+0
*
Removed 0.9.8 specific hmac code (#2995)
Alex Gaynor
2016-06-19
1
-10
/
+4
*
Remove 0.9.8 isms from the DSA and x509 verify bindings (#2993)
Alex Gaynor
2016-06-19
1
-20
/
+0
*
Remove a few more 0.9.8 bindings (#2994)
Alex Gaynor
2016-06-18
1
-3
/
+0
*
Simplify control flow now that the 0.9.8 branches are gone (#2989)
Alex Gaynor
2016-06-18
1
-10
/
+0
*
0.9.8 error code conditionals no longer required (#2987)
Paul Kehrer
2016-06-18
1
-19
/
+0
*
remove 0.9.8 support from nid bindings (#2988)
Paul Kehrer
2016-06-18
1
-6
/
+0
*
remove unneeded AES conditionals now that we no longer support 0.9.8 (#2985)
Paul Kehrer
2016-06-18
1
-4
/
+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
4
-297
/
+30
*
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
2
-0
/
+23
*
RSA OAEP SHA2 Support (#2956)
Paul Kehrer
2016-06-04
2
-16
/
+48
*
added a repr to the dsa numbers classes (#2961)
Alex Gaynor
2016-06-03
1
-0
/
+13
*
A few more 1.1.0 compatibility changes (#2960)
Paul Kehrer
2016-06-03
1
-3
/
+0
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
5
-14
/
+81
*
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
*
Fixing typo in asymmetric utils (#2947)
Chelsea Winfree
2016-06-02
1
-4
/
+2
*
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
*
KBKDF cleanup (#2929)
Paul Kehrer
2016-05-29
1
-1
/
+1
*
NIST SP 800-108 Counter Mode KDF (#2748)
Jared
2016-05-29
1
-0
/
+148
*
treat the DSA struct as opaque (#2883)
Paul Kehrer
2016-05-28
1
-19
/
+45
*
Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)
Alex Gaynor
2016-04-30
1
-0
/
+6
*
Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)
Amaury Forgeot d'Arc
2016-04-08
1
-0
/
+9
*
Handle two more error conditions correctly
Alex Gaynor
2016-04-02
1
-0
/
+6
*
add EVP_PKEY_CTX_set_rsa_oaep_md
Paul Kehrer
2016-03-25
1
-0
/
+3
*
DeprecationWarning
Alex Gaynor
2016-03-19
1
-2
/
+1
*
Use runtimeerror for this
Alex Gaynor
2016-03-19
1
-2
/
+1
*
Fixed #2836 -- error out on OpenSSL 0.9.8 by default
Alex Gaynor
2016-03-19
1
-14
/
+26
*
slowly re-add everything that was removed, but now conditional
Paul Kehrer
2016-03-17
1
-0
/
+1
*
sigh... and this one
Paul Kehrer
2016-03-17
1
-0
/
+1
*
need this one too
Paul Kehrer
2016-03-17
1
-0
/
+1
*
we need CRYPTO_LOCK & CRYPTO_UNLOCK on < 1.1.0 so conditionally bind them
Paul Kehrer
2016-03-17
1
-0
/
+4
*
Merge pull request #2736 from cedk/ANSI_X.923
Paul Kehrer
2016-03-16
1
-47
/
+125
|
\
|
*
Don't use subclass
Cédric Krier
2016-03-14
1
-88
/
+112
|
*
Make _padding and _check_padding abstractmethod
Cédric Krier
2016-02-27
1
-2
/
+10
|
*
Add padding check for ANSI X.923
Cédric Krier
2016-02-27
1
-1
/
+3
|
*
Factorize out common byte padding
Cédric Krier
2016-02-27
1
-18
/
+33
|
*
Added support for padding ANSI X.923
Cédric Krier
2016-02-27
1
-4
/
+33
*
|
move the code around
Alex Gaynor
2016-03-14
1
-54
/
+54
*
|
delete software (flake8)
Alex Gaynor
2016-03-14
2
-8
/
+3
[prev]
[next]