Christian Heimes
|
5398e1a56e
|
Issue #19448: report name / NID in exception message of ASN1Object
|
2013-11-22 16:20:53 +01:00 |
|
Christian Heimes
|
f22e8e5426
|
Issue #18147: Add missing documentation for SSLContext.get_ca_certs().
Also change the argument name to the same name as getpeercert()
|
2013-11-22 02:22:51 +01:00 |
|
Christian Heimes
|
44109d7de7
|
Issue #17134: Finalize interface to Windows' certificate store. Cert and
CRL enumeration are now two functions. enum_certificates() also returns
purpose flags as set of OIDs.
|
2013-11-22 01:51:30 +01:00 |
|
Christian Heimes
|
ba723200ce
|
silence an overflow warning. slen is smaller than 1MB
|
2013-11-22 00:46:18 +01:00 |
|
Christian Heimes
|
1dbf61fa46
|
downcast len to int. The code has already checked that len < INT_MAX
|
2013-11-22 00:34:18 +01:00 |
|
Christian Heimes
|
18fc7be80d
|
lst might be NULL here
CID 1130752: Dereference after null check (FORWARD_NULL)
|
2013-11-21 23:57:49 +01:00 |
|
Christian Heimes
|
225877917e
|
Issue #8813: Add SSLContext.verify_flags to change the verification flags
of the context in order to enable certification revocation list (CRL)
checks or strict X509 rules.
|
2013-11-21 23:56:13 +01:00 |
|
Victor Stinner
|
e079eddf21
|
Close #18294: Fix the zlib module to make it 64-bit safe
|
2013-11-21 22:33:21 +01:00 |
|
Christian Heimes
|
949ec14209
|
Issue #19682: Fix compatibility issue with old version of OpenSSL that
was introduced by Issue #18379.
|
2013-11-21 16:26:51 +01:00 |
|
Christian Heimes
|
bd3a7f90b5
|
Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP
and CRL distribution points.
|
2013-11-21 03:40:15 +01:00 |
|
Christian Heimes
|
efff7060f8
|
Issue #18138: Implement cadata argument of SSLContext.load_verify_location()
to load CA certificates and CRL from memory. It supports PEM and DER
encoded strings.
|
2013-11-21 03:35:02 +01:00 |
|
Larry Hastings
|
abc716b058
|
Issue #19474: Argument Clinic now always specifies a default value for
variables in option groups, to prevent "uninitialized value" warnings.
|
2013-11-20 09:13:52 -08:00 |
|
Christian Heimes
|
985ecdcfc2
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
|
2013-11-20 11:46:18 +01:00 |
|
Victor Stinner
|
e106e5ce4b
|
Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the
reference counter of stgdict after result stole a reference to it
|
2013-11-18 18:37:33 +01:00 |
|
Victor Stinner
|
2399ad51d4
|
Issue #19437: Fix error handling of CDataType_from_buffer()
KeepRef() decreases the reference counter of its 'keep' parameter on error
|
2013-11-18 18:35:55 +01:00 |
|
Larry Hastings
|
ed4a1c5703
|
Argument Clinic: rename "self" to "module" for module-level functions.
|
2013-11-18 09:32:13 -08:00 |
|
Christian Heimes
|
85ba92a0b8
|
GetVolumePathNameW: downcast bufsize to DWORD
|
2013-11-18 10:30:42 +01:00 |
|
Christian Heimes
|
b08ff7dcb4
|
Safely downcast SOCKET_T to int in _ssl module
|
2013-11-18 10:04:07 +01:00 |
|
Christian Heimes
|
cc6cdce750
|
Remove unused code path from PBKDF2 that is causing a warning on Win64
|
2013-11-18 09:59:44 +01:00 |
|
Zachary Ware
|
7f4bf9fb10
|
Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3
|
2013-11-17 16:08:23 -06:00 |
|
Victor Stinner
|
136f064b93
|
Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject*
|
2013-11-18 02:43:29 +01:00 |
|
Victor Stinner
|
afccb0a821
|
sqlite: Use Py_ssize_t to store a size instead of an int
Fix a compiler warning on Windows 64-bit
|
2013-11-18 02:07:29 +01:00 |
|
Victor Stinner
|
3f658bec35
|
sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX
bytes
Fix compiler warnings on Windows 64-bit
|
2013-11-18 01:36:29 +01:00 |
|
Victor Stinner
|
83e30bf4bd
|
Fix a compiler warning on Windows 64-bit: _sqlite module
|
2013-11-18 01:27:30 +01:00 |
|
Victor Stinner
|
83ed42bfbf
|
sqlite: raise an OverflowError if the result is longer than INT_MAX bytes
Fix a compiler warning on Windows 64-bit
|
2013-11-18 01:24:31 +01:00 |
|