FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_ssl.c - pylee/python · GitHub
pylee
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Modules
_ssl.c
on
master
User selector
Datepicker
Commit history
Commits on Jan 26, 2009
Fix signed/unsigned mismatch.
Show description for dbbae1e
raymond.hettinger
committed
dbbae1e
View commit details
Copy full SHA for dbbae1e
View code at this point
Browse repository at this point
Commits on Jun 28, 2008
various SSL fixes; issues 1251, 3162, 3212
Show description for c363f16
bill.janssen
committed
c363f16
View commit details
Copy full SHA for c363f16
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
Commits on Mar 27, 2008
Fix compiler warnings
Show description for 84b86a5
neal.norwitz
committed
84b86a5
View commit details
Copy full SHA for 84b86a5
View code at this point
Browse repository at this point
Commits on Jan 27, 2008
Initialize variable to prevent warning on some platform/config.
Show description for f181819
neal.norwitz
committed
f181819
View commit details
Copy full SHA for f181819
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
Show description for ab7f0de
christian.heimes
committed
ab7f0de
View commit details
Copy full SHA for ab7f0de
View code at this point
Browse repository at this point
Commits on Dec 14, 2007
Fixed warning in ssl module
Show description for c7b40ae
christian.heimes
committed
c7b40ae
View commit details
Copy full SHA for c7b40ae
View code at this point
Browse repository at this point
Commits on Sep 16, 2007
Add support for asyncore server-side SSL support. This requires
Show description for 8838d7d
bill.janssen
committed
8838d7d
View commit details
Copy full SHA for 8838d7d
View code at this point
Browse repository at this point
Commits on Sep 10, 2007
More work on SSL support.
Show description for 8033948
bill.janssen
committed
8033948
View commit details
Copy full SHA for 8033948
View code at this point
Browse repository at this point
Commits on Sep 5, 2007
SSL certificate distinguished names should be represented by tuples
Show description for e321c63
bill.janssen
committed
e321c63
View commit details
Copy full SHA for e321c63
View code at this point
Browse repository at this point
Commits on Aug 27, 2007
> Some of the code sets the error string in this directly before
Show description for caab587
guido.van.rossum
committed
caab587
View commit details
Copy full SHA for caab587
View code at this point
Browse repository at this point
Commits on Aug 25, 2007
Fix a few more variables to try to get this to compile with Visual Studio.
Show description for 28b2911
neal.norwitz
committed
28b2911
View commit details
Copy full SHA for 28b2911
View code at this point
Browse repository at this point
Try to get this to build with Visual Studio by moving all the variable
Show description for 4066037
neal.norwitz
committed
4066037
View commit details
Copy full SHA for 4066037
View code at this point
Browse repository at this point
Server-side SSL and certificate validation, by Bill Janssen.
Show description for 413c611
guido.van.rossum
committed
413c611
View commit details
Copy full SHA for 413c611
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Show description for 61ecb79
martin.v.loewis
committed
61ecb79
View commit details
Copy full SHA for 61ecb79
View code at this point
Browse repository at this point
Commits on Oct 19, 2006
Fix various minor errors in passing arguments to
Show description for abb2b0e
martin.v.loewis
committed
abb2b0e
View commit details
Copy full SHA for abb2b0e
View code at this point
Browse repository at this point
Commits on Jul 11, 2006
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
Show description for 9b642aa
anthony.baxter
committed
9b642aa
View commit details
Copy full SHA for 9b642aa
View code at this point
Browse repository at this point
Commits on May 11, 2006
Don't mask a no memory error with a less meaningful one as discussed on python-checkins
Show description for d0d1517
neal.norwitz
committed
d0d1517
View commit details
Copy full SHA for d0d1517
View code at this point
Browse repository at this point
Commits on May 10, 2006
Fix problems found by Coverity.
Show description for 4b20ed9
neal.norwitz
committed
4b20ed9
View commit details
Copy full SHA for 4b20ed9
View code at this point
Browse repository at this point
Commits on Apr 17, 2006
Remove unused field
Show description for 1f602b0
neal.norwitz
committed
1f602b0
View commit details
Copy full SHA for 1f602b0
View code at this point
Browse repository at this point
Commits on Mar 31, 2006
Patch #1380952: fix SSL objects timing out on consecutive read()s
Show description for f2a08f8
georg.brandl
committed
f2a08f8
View commit details
Copy full SHA for f2a08f8
View code at this point
Browse repository at this point
Commits on Feb 13, 2006
Try to improve name based on discussion on python-checkins with Jim Jewett
Show description for 7d34aa5
neal.norwitz
committed
7d34aa5
View commit details
Copy full SHA for 7d34aa5
View code at this point
Browse repository at this point
Commits on Feb 11, 2006
Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
Show description for 74780e8
martin.v.loewis
committed
74780e8
View commit details
Copy full SHA for 74780e8
View code at this point
Browse repository at this point
Commits on Feb 7, 2006
Bug #876637, prevent stack corruption when socket descriptor
Show description for 82a40f4
neal.norwitz
committed
82a40f4
View commit details
Copy full SHA for 82a40f4
View code at this point
Browse repository at this point
Fix indentation (whitespace only).
Show description for 741372e
neal.norwitz
committed
741372e
View commit details
Copy full SHA for 741372e
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
Check return result from Py_InitModule*(). This API can fail.
Show description for bd7e891
neal.norwitz
committed
bd7e891
View commit details
Copy full SHA for bd7e891
View code at this point
Browse repository at this point
Commits on Aug 4, 2004
Add a missing decref -- PyErr_SetObject increfs the 'object'!
Show description for 571fba2
mwh
committed
571fba2
View commit details
Copy full SHA for 571fba2
View code at this point
Browse repository at this point
Commits on Jul 10, 2004
[Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compatibility with various broken SSL implementations out there.
Show description for f39138a
akuchling
committed
f39138a
View commit details
Copy full SHA for f39138a
View code at this point
Browse repository at this point
[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3.
Show description for 2265fe8
akuchling
committed
2265fe8
View commit details
Copy full SHA for 2265fe8
View code at this point
Browse repository at this point
Commits on Mar 23, 2004
Make socket.sslerror a subclass of socket.error .
Show description for ac65c1f
bcannon
committed
ac65c1f
View commit details
Copy full SHA for ac65c1f
View code at this point
Browse repository at this point
Commits on Oct 27, 2003
Patch #803998: Correctly check for error in SSL_write.
Show description for 7cbb558
loewis
committed
7cbb558
View commit details
Copy full SHA for 7cbb558
View code at this point
Browse repository at this point
Commits on Oct 20, 2003
Fix a bunch of typos in documentation, docstrings and comments.
Show description for bc52028
doerwalter
committed
bc52028
View commit details
Copy full SHA for bc52028
View code at this point
Browse repository at this point
Commits on Jun 30, 2003
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Show description for 72f6d0b
nnorwitz
committed
72f6d0b
View commit details
Copy full SHA for 72f6d0b
View code at this point
Browse repository at this point
Commits on Jun 28, 2003
Patch #751916: Check for signals, fix some refcounting errors.
Show description for 0050e35
loewis
committed
0050e35
View commit details
Copy full SHA for 0050e35
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL