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
/
ssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SSL_get0_verified_chain to cffi lib (#4965)
arjenzorgdoc
2019-08-14
1
-0
/
+9
*
Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)
Charlie Li
2019-04-23
1
-3
/
+6
*
support NO_ENGINE (#4763)
Paul Kehrer
2019-02-25
1
-1
/
+0
*
Add bindings to get SRTP protection profile (#4679)
Jeremy Lainé
2019-01-11
1
-0
/
+6
*
reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)
Paul Kehrer
2018-12-01
1
-1
/
+1
*
Adjust DTLS check (#4593)
Rosen Penev
2018-11-19
1
-1
/
+1
*
add bindings for early data (#4582)
Paul Kehrer
2018-11-12
1
-0
/
+9
*
add various new TLS bindings (#4555)
Paul Kehrer
2018-11-03
1
-0
/
+19
*
Add definitions that help with hostname checking (#4492)
Kai Engert
2018-10-10
1
-0
/
+9
*
Add flags to error on compile with incompatible pointer type (#4455)
Paul Kehrer
2018-09-05
1
-11
/
+8
*
Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...
Amaury Forgeot d'Arc
2018-07-23
1
-0
/
+19
*
LibreSSL 2.7.x support (#4270)
Paul Kehrer
2018-05-30
1
-1
/
+1
*
Fix some callback type signatures. (#4227)
David Benjamin
2018-05-12
1
-3
/
+3
*
Add Session functions, necessary to implement new features in Python 3.6. (#4...
Amaury Forgeot d'Arc
2018-04-24
1
-0
/
+14
*
add custom extensions functions for openssl >=1.0.2 (#4202)
Denis Lila
2018-04-21
1
-0
/
+68
*
Add binding for SSL_get_certificate (#4100)
Jeremy Lainé
2018-02-06
1
-0
/
+1
*
Add bindings for SRTP support (#4099)
Jeremy Lainé
2018-02-06
1
-0
/
+3
*
Add bindings for DTLS support (#4089)
gesslerpd
2018-01-23
1
-0
/
+19
*
Add bindings for PSK (#4084)
gesslerpd
2018-01-18
1
-1
/
+44
*
Add bindings for SSL_OP_NO_DTLS* (#4079)
gesslerpd
2018-01-16
1
-0
/
+4
*
Fixed #4006 -- bind functions for dealing with sigalgs (#4063)
Alex Gaynor
2017-12-26
1
-0
/
+15
*
added binding support for rfc 5705 (#3878)
Kelby Ludwig
2017-08-29
1
-0
/
+2
*
Remove conditionals we never use. (#3766)
Alex Gaynor
2017-07-08
1
-6
/
+0
*
Funcs macros gone (#3695)
Paul Kehrer
2017-06-27
1
-3
/
+0
*
enable wconversion and finish fixes (#3728)
Paul Kehrer
2017-06-26
1
-1
/
+1
*
bind DTLS 1.2 methods (#3725)
Paul Kehrer
2017-06-26
1
-0
/
+15
*
Attempt to simplify the libressl checing (#3482)
Alex Gaynor
2017-03-26
1
-7
/
+7
*
Remove workaround for weird NetBSD bug (#3458)
Alex Gaynor
2017-03-17
1
-21
/
+0
*
Ec is a thing (#3453)
Alex Gaynor
2017-03-15
1
-6
/
+0
*
More ifdef death (#3450)
Alex Gaynor
2017-03-14
1
-22
/
+0
*
Removed some unused ifdefs from openssl bindings (#3448)
Alex Gaynor
2017-03-14
1
-19
/
+0
*
DTLS bindings (#3309)
Paul Kehrer
2016-12-19
1
-0
/
+31
*
restore this constant, pyopenssl needs it (#3321)
Alex Gaynor
2016-12-14
1
-0
/
+3
*
Drop 1.0.0 (#3312)
Alex Gaynor
2016-12-13
1
-68
/
+1
*
Bind TLSEXT_STATUSTYPE_ocsp (#3290)
Cory Benfield
2016-11-29
1
-0
/
+1
*
add OPENSSL_NPN_NEGOTIATED (#3252)
Paul Kehrer
2016-11-19
1
-0
/
+12
*
1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)
Paul Kehrer
2016-09-22
1
-1
/
+4
*
opaque structs for 1.1.0 compatibility (#3109)
Paul Kehrer
2016-08-26
1
-18
/
+3
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-8
/
+10
*
Remove a few SSL fields which are unused (#3032)
Alex Gaynor
2016-06-30
1
-5
/
+0
*
Remove some more 0.9.8isms from the ssl code (#3001)
Alex Gaynor
2016-06-20
1
-8
/
+4
*
first pass removing 0.9.8 things from the ssl bindings (#2986)
Paul Kehrer
2016-06-20
1
-48
/
+2
*
Remove a few 0.9.8isms from the ssl bindings (#2998)
Alex Gaynor
2016-06-19
1
-22
/
+0
*
Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)
Amaury Forgeot d'Arc
2016-04-08
1
-0
/
+38
*
SSL_CIPHER_get_version gained a const return type in 1.1.0
Paul Kehrer
2016-03-16
1
-1
/
+2
*
one last 1.1.0 const switch to get rid of some warnings
Paul Kehrer
2016-03-13
1
-1
/
+1
*
bind some new functions to access elements of the SSL struct
Paul Kehrer
2016-03-13
1
-0
/
+46
*
bind SSL_SESSION_set1_id_context
Paul Kehrer
2016-03-13
1
-0
/
+24
*
Merge pull request #2808 from reaperhulk/110-patch-27
Alex Gaynor
2016-03-13
1
-7
/
+12
|
\
|
*
bind one new function to access part of the SSL struct
Paul Kehrer
2016-03-13
1
-7
/
+12
[next]