index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
_cffi_src
/
openssl
/
evp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add ed25519 bindings (#4476)
Paul Kehrer
2018-09-26
1
-0
/
+22
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
1
-0
/
+9
*
Funcs macros gone (#3695)
Paul Kehrer
2017-06-27
1
-3
/
+0
*
enable wconversion and finish fixes (#3728)
Paul Kehrer
2017-06-26
1
-2
/
+2
*
bind even more evp (#3684)
Paul Kehrer
2017-06-06
1
-3
/
+8
*
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
Paul Kehrer
2017-06-05
1
-0
/
+11
*
add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)
Paul Kehrer
2017-06-05
1
-0
/
+6
*
bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)
Paul Kehrer
2017-06-04
1
-3
/
+14
*
Attempt to simplify the libressl checing (#3482)
Alex Gaynor
2017-03-26
1
-4
/
+3
*
Ec is a thing (#3453)
Alex Gaynor
2017-03-15
1
-6
/
+0
*
Removed some unused ifdefs from openssl bindings (#3448)
Alex Gaynor
2017-03-14
1
-7
/
+0
*
Add EVP_PKEY_DHX (#3388)
Aviv Palivoda
2017-02-13
1
-0
/
+9
*
cffi bindings additions for pypy's _hashlib module (#3291)
Richard Plangger
2016-11-30
1
-0
/
+1
*
Scrypt bindings (#3114)
Terry Chia
2016-08-27
1
-0
/
+14
*
remove a few more unneeded and no longer extant functions for 1.1.0 (#3110)
Paul Kehrer
2016-08-26
1
-1
/
+0
*
opaque structs for 1.1.0 compatibility (#3109)
Paul Kehrer
2016-08-26
1
-1
/
+1
*
two more functions that became const, one removed that we don't use (#3102)
Paul Kehrer
2016-08-25
1
-4
/
+6
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-2
/
+2
*
Complete the removal of the string '0.9.8' (#3005)
Alex Gaynor
2016-06-20
1
-15
/
+13
*
More cleanup of the EVP module for 0.9.8isms (#3000)
Alex Gaynor
2016-06-20
1
-30
/
+9
*
Simplify and remove some 0.9.8 code from the EVP bindings (#2996)
Alex Gaynor
2016-06-19
1
-8
/
+4
*
Drop OpenSSL 0.9.8 (#2978)
Alex Gaynor
2016-06-18
1
-26
/
+2
*
Don't use the internal struct (#2934)
Alex Gaynor
2016-05-31
1
-2
/
+2
*
struct is a keyword
Alex Gaynor
2016-03-11
1
-1
/
+1
*
Don't make this struct opaque
Alex Gaynor
2016-03-11
1
-1
/
+1
*
Merge pull request #2800 from reaperhulk/110-patch-21
Alex Gaynor
2016-03-11
1
-5
/
+21
|
\
|
*
opaque EVP_MD_CTX and wrap EVP_MD_CTX_new + EVP_MD_CTX_free
Paul Kehrer
2016-03-10
1
-5
/
+21
*
|
EVP_CIPHER_CTX_init is a macro in 1.1.0
Paul Kehrer
2016-03-10
1
-1
/
+3
|
/
*
opaque EVP_PKEY_CTX
Paul Kehrer
2016-03-09
1
-6
/
+1
*
use EVP_PKEY_id where we can
Paul Kehrer
2016-01-07
1
-2
/
+7
*
add Cryptography_EVP_PKEY_id
Paul Kehrer
2016-01-07
1
-0
/
+6
*
opaque EVP_PKEY since EVP_PKEY_id exists
Paul Kehrer
2016-01-07
1
-4
/
+1
*
remove openssl CONDITIONAL_NAMES
Paul Kehrer
2015-08-03
1
-32
/
+0
*
convert to cffi 1.0 precompile system
Paul Kehrer
2015-06-07
1
-0
/
+265