- 22 Kas, 2013 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Also change the argument name to the same name as getpeercert()
-
Christian Heimes yazdı
CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs.
-
Christian Heimes yazdı
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree on a permanent solution.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
of dict elements. Original patch by Serhiy Storchaka
-
- 21 Kas, 2013 22 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
DeprecationWarning pointing people at $EXT_SUFFIX.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
CID 1130752: Dereference after null check (FORWARD_NULL)
-
Christian Heimes yazdı
of the context in order to enable certification revocation list (CRL) checks or strict X509 rules.
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
was introduced by Issue #18379.
-
Ronald Oussoren yazdı
This patch adds support for binary plists on OSX to plistlib (based on a patch by 'dpounces'). The patch also cleans up the API for the plistlib module.
-
Victor Stinner yazdı
PyByteArray_Resize() failure: leave the bytearray object in an consistent state. If growth < 0, handling the memory allocation failure is tricky here because the bytearray object has already been modified. If lo != 0, the operation is completed, but a MemoryError is still raised and the memory block is not shrinked. If lo == 0, the bytearray is restored in its previous state and a MemoryError is raised.
-
Victor Stinner yazdı
Notify the caller of the failure (MemoryError exception).
-
Victor Stinner yazdı
repr() is no more platform dependent, SipHash has been fixed
-
Serhiy Storchaka yazdı
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
Serhiy Storchaka yazdı
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
Christian Heimes yazdı
and CRL distribution points.
-
Christian Heimes yazdı
to load CA certificates and CRL from memory. It supports PEM and DER encoded strings.
-
- 20 Kas, 2013 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Larry Hastings yazdı
variables in option groups, to prevent "uninitialized value" warnings.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
provide the same API elements as non-keyed cryptographic hash functions.
-
Christian Heimes yazdı
module supports digestmod names, e.g. hmac.HMAC('sha1').
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
The bitshift and xor op for 32bit builds has changed the order of hash values.
-