Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
9736716017aac1d9da14b858903b20bb65b426e6
9736716
be a bit more robust about detecting locking callback declarations (#3107)
by Paul Kehrer
· 9 years ago
fea3b12
remove a few more unneeded and no longer extant functions for 1.1.0 (#3110)
by Paul Kehrer
· 9 years ago
5f1e88d
opaque structs for 1.1.0 compatibility (#3109)
by Paul Kehrer
· 9 years ago
40f1999
Allow passing iterators where collections are expected (#3078)
by Marti
· 9 years ago
eafc4ee
remove two more constants that no longer exist and we don't use (#3101)
by Paul Kehrer
· 9 years ago
0917d38
two more functions that became const, one removed that we don't use (#3102)
by Paul Kehrer
· 9 years ago
c1c5ef1
constify and reorder getter args (#3103)
by Paul Kehrer
· 9 years ago
b6e72f8
constify x509name functions (#3104)
by Paul Kehrer
· 9 years ago
8b3a384
const some more ASN1 (#3100)
by Paul Kehrer
· 9 years ago
9db255d
Fix docs to clarify the less than 256 limit for Padding(). (#3099)
by Terry Chia
· 9 years ago
8e66ca6
CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920)
by InvalidInterrupt
· 9 years ago
dcbd220
There is no 0.9.8, only Zuul (#3094)
by Alex Gaynor
· 9 years ago
54b145f
ERR_load_RAND_strings changed function signature in 1.1.0 (#3093)
by Paul Kehrer
· 9 years ago
53da670
move functions that were const-ified in 1.1.0-pre6 (#3090)
by Paul Kehrer
· 9 years ago
8a74e9a
OPENSSL_no_config is a macro in 1.1.0 (#3091)
by Paul Kehrer
· 9 years ago
c8f2aa6
BIO_set has been removed in 1.1.0 (#3092)
by Paul Kehrer
· 9 years ago
c65fea9
Update example code to use recommended 160 bits (#3088)
by Dave Brondsema
· 9 years ago
60cd5a6
Update installation.rst (#3083)
by Akan Brown
· 9 years ago
94af47c
Attempt to debug wacky failures on the docs build on OS X (#3085)
by Alex Gaynor
· 9 years ago
b6e0ba0
Add recommendation about terminology (#3079)
by Gabriel Orisaka
· 9 years ago
9e75830
Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067)
by Коренберг Марк
· 9 years ago
4739cfc
Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041)
by Marti
· 9 years ago
679a914
Update CHANGELOG.rst with #3063 (#3070)
by Maximilian Hils
· 9 years ago
617fe4b
Remove provider language from docs (#3072)
by Gabriel Orisaka
· 9 years ago
33c59a3
Add @mhils to AUTHORS.rst (#3071)
by Maximilian Hils
· 9 years ago
dacdbb9
Clarify what to pass to the sign-function (#3066)
by Loy
· 9 years ago
6e9e489
disable static callbacks on Python 3.5 (refs #2970) (#3063)
by Maximilian Hils
· 9 years ago
11997b1
Fixed openssl binding if no-cmac (#3062)
by Jeffery To
· 9 years ago
e035c50
Removed provider language from asymmetric primitives docs (#3052)
by Gabriel Orisaka
· 9 years ago
be7c5e5
Unconditional SecureTransport bindings, round 2. (#3059)
by Cory Benfield
· 9 years ago
d3e90d3
Revert "Add the unconditional SecureTransport bindings" (#3058)
by Alex Gaynor
· 9 years ago
63f7d04
Add the unconditional SecureTransport bindings (#3054)
by Cory Benfield
· 9 years ago
1025f5d
Add myself to AUTHORS (#3048)
by Dirkjan Ochtman
· 9 years ago
0edf799
Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)
by Dirkjan Ochtman
· 9 years ago
6868b1f
Removed provider language from backend interfaces (#3047)
by Gabriel Orisaka
· 9 years ago
05aac20
A few small cleanups (#3046)
by Alex Gaynor
· 9 years ago
69617ca
Add flag to toggle key length check for HOTP and TOTP. (#3012)
by Terry Chia
· 9 years ago
c0f5a82
Add OPENSSL_config binding (#2972) (#2974)
by Anton
· 9 years ago
3e3444f
Use a series of constants for OpenSSL version checks (#3037)
by Alex Gaynor
· 9 years ago
dbb64bd
disable blowfish in commoncrypto backend for key lengths under 64-bit (#3040)
by Paul Kehrer
· 9 years ago
2120a8e
One shot sign/verification ECDSA (#3029)
by Aviv Palivoda
· 9 years ago
14a9ad4
Mark the minimum pytest version in setup.py. (#3035)
by Alex Gaynor
· 9 years ago
fd2a9df
Remove a few SSL fields which are unused (#3032)
by Alex Gaynor
· 9 years ago
77d917b
one shot verify documentation fix (#3031)
by Aviv Palivoda
· 9 years ago
f67429b
One shot sign/verify DSA (#3003)
by Aviv Palivoda
· 9 years ago
602f88f
Opaque everything else we can of X509 (#3027)
by Alex Gaynor
· 9 years ago
30d908c
change X509V3_EXT_nconf function signature (#3024)
by Paul Kehrer
· 9 years ago
06a03f7
Opaque another OpenSSL struct (#3025)
by Alex Gaynor
· 9 years ago
17097bf
Fixed #3008 -- expose calculate max pss salt length (#3014)
by Alex Gaynor
· 9 years ago
fa8ed29
AES_ctr128_encrypt needs to be in macros as it's a conditional binding (#3023)
by Paul Kehrer
· 9 years ago
dbeab5f
update RSA opaque getters/setters to latest code from openssl 1.1.0 master (#3022)
by Paul Kehrer
· 9 years ago
b5a0111
update DH opaque getters/setters to latest code from openssl 1.1.0 master (#3021)
by Paul Kehrer
· 9 years ago
827070e
update DSA opaque getters/setters to latest code from openssl 1.1.0 master (#3020)
by Paul Kehrer
· 9 years ago
4bdb775
opaque x509 store context (#3019)
by Paul Kehrer
· 9 years ago
ca9b989
rest syntax
by Alex Gaynor
· 9 years ago
a9d29af
Refs #2826 -- remove a no longer needed DSA binding (#3017)
by Alex Gaynor
· 9 years ago
b28c20c
Opaquify RSA and DSA structs in OpenSSL (#3016)
by Alex Gaynor
· 9 years ago
a8f935b
Remove some 0.9.8 cruft from the docs (#3015)
by Alex Gaynor
· 9 years ago
4fc052f
Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)
by Alex Gaynor
· 9 years ago
bfd3744
Use `d` instead of `private_exponent` for consistency (#2991)
by Dirkjan Ochtman
· 9 years ago
72a7b9b
Use DSAparams_dup in yet another please (#3007)
by Alex Gaynor
· 9 years ago
c3058a3
Complete the removal of the string '0.9.8' (#3005)
by Alex Gaynor
· 9 years ago
4a6b0ed
use DSAparams_dup now that we no longer support 0.9.8 (#3006)
by Paul Kehrer
· 9 years ago
101c311
Rewrite a comment. (#3004)
by Alex Gaynor
· 9 years ago
8feef68
Added function to access and alter opaque DH struct (#2976)
by Aviv Palivoda
· 9 years ago
b5a8ad9
Remove some more 0.9.8isms from the ssl code (#3001)
by Alex Gaynor
· 9 years ago
45c0b74
More cleanup of the EVP module for 0.9.8isms (#3000)
by Alex Gaynor
· 9 years ago
07438fe
first pass removing 0.9.8 things from the ssl bindings (#2986)
by Paul Kehrer
· 9 years ago
6f143b6
Remove a few 0.9.8isms from the ssl bindings (#2998)
by Alex Gaynor
· 9 years ago
b927426
Remove some 0.9.8 code in x509 extension land (#2999)
by Alex Gaynor
· 9 years ago
41b4bce
Simplify and remove some 0.9.8 code from the EVP bindings (#2996)
by Alex Gaynor
· 9 years ago
69e0cb7
Remove 0.9.8isms from CMS code. (#2997)
by Alex Gaynor
· 9 years ago
741b231
Removed 0.9.8 specific hmac code (#2995)
by Alex Gaynor
· 9 years ago
8db7ef5
Remove 0.9.8 isms from the DSA and x509 verify bindings (#2993)
by Alex Gaynor
· 9 years ago
ada6993
Remove a few more 0.9.8 bindings (#2994)
by Alex Gaynor
· 9 years ago
f377975
Simplify control flow now that the 0.9.8 branches are gone (#2989)
by Alex Gaynor
· 9 years ago
0ac6fc8
0.9.8 error code conditionals no longer required (#2987)
by Paul Kehrer
· 9 years ago
b67947c
remove 0.9.8 support from nid bindings (#2988)
by Paul Kehrer
· 9 years ago
40c6bf6
remove unneeded AES conditionals now that we no longer support 0.9.8 (#2985)
by Paul Kehrer
· 9 years ago
e7111c3
Remove a binding and comments that reference 0.9.8 (#2984)
by Alex Gaynor
· 9 years ago
5864d84
Removed some code that existed for OpenSSL 0.9.8 (#2983)
by Alex Gaynor
· 9 years ago
1252dec
Drop OpenSSL 0.9.8 (#2978)
by Alex Gaynor
· 9 years ago
a778fbc
Small cleanup (#2979)
by Alex Gaynor
· 9 years ago
8d15ba8
Clean up some of the nonsense in our DSA docs. (#2969)
by Alex Gaynor
· 9 years ago
fb5e7d4
remove the i2d_{EXTENSION_NAME} macros since we don't need them (#2966)
by Paul Kehrer
· 9 years ago
5563ea0
Added another release task (#2965)
by Alex Gaynor
· 9 years ago
67ea444
reopen master for work on fifteenth release (#2964)
by Paul Kehrer
· 9 years ago
69365ce
changelog and version bump (#2962)
by Paul Kehrer
· 9 years ago
34d5c39
Add convenience methods to sign and verify w/ RSA (#2945)
by Colleen Murphy
· 9 years ago
4f125c1
RSA OAEP SHA2 Support (#2956)
by Paul Kehrer
· 9 years ago
815a24b
added a repr to the dsa numbers classes (#2961)
by Alex Gaynor
· 9 years ago
3c224b8
A few more 1.1.0 compatibility changes (#2960)
by Paul Kehrer
· 9 years ago
13e9c4c
Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959)
by Alex Gaynor
· 9 years ago
9498929
SSH serialization for public keys (#2957)
by Alex Gaynor
· 9 years ago
6eeaf0b
small cleanups to the cert.serial warning (#2958)
by Alex Gaynor
· 9 years ago
0c11d04
Random grammar stuff (#2955)
by Alex Gaynor
· 9 years ago
e295f3a
Add alias for Certificate serial as serial number (#2950)
by Chelsea Winfree
· 9 years ago
5751515
Forward port the changelog for 1.3.3 (#2949)
by Alex Gaynor
· 9 years ago
4e6e69f
Fixing typo in asymmetric utils (#2947)
by Chelsea Winfree
· 9 years ago
3079299
add RSA OAEP SHA2 vectors via custom vector creation (#2829)
by Paul Kehrer
· 9 years ago
Next »