Home
last modified time | relevance | path

Searched refs:subject_name_hash (Results 1 – 3 of 3) sorted by relevance

/external/python/pyopenssl/doc/
DChangeLog_old.txt231 return value of X509.subject_name_hash.
284 * OpenSSL/crypto/x509.c: Fix an overflow bug in the subject_name_hash
607 X509.subject_name_hash and X509.digest.
/external/python/pyopenssl/tests/
Dtest_crypto.py2149 assert cert.subject_name_hash() == 3278919224
4166 ca_hash = "{:08x}.0".format(cacert.subject_name_hash())
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py1266 def subject_name_hash(self): member in X509