summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/objects.py
AgeCommit message (Collapse)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
Source code is from https://github.com/pyca/cryptography/tree/3.3.x Run setup.py locally and rename _openssl.so/_padding.so Bug: 205265538 Test: None Change-Id: If031739ef5830ba2fb177add74515e4660e2906e
2017-06-27Funcs macros gone (#3695)Paul Kehrer
* No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
2016-11-30cffi bindings additions for pypy's _hashlib module (#3291)Richard Plangger
* add cffi bindings to objects.py and evp.py (required for pypy's _hashlib implementation) * ah, that comes from copying it from the man page * dont use #define ..., delcare it as static cont long <name>
2016-04-30a few more func->macro transitions for 1.1.0 compatibility (#2885)Paul Kehrer
2015-08-03remove openssl CONDITIONAL_NAMESPaul Kehrer
2015-06-07convert to cffi 1.0 precompile systemPaul Kehrer