いっしー@Webエンジニア
Webツールプログラミング言語プログラミング学習ITニュースIT用語辞典ポートフォリオ
  1. トップページ
  2. プログラミング言語
  3. Python
  4. 3
  5. module
  6. _ssl

Python3.x _ssl

Python 3 系 の_sslに関する言語リファレンス情報をまとめたカテゴリです。

MemoryBIOクラス

constant

    eof
    pending

method

    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __le__
    __lt__
    __ne__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__
    read
    write
    write_eof

function の一覧

    _nid2obj
    _txt2obj
    RAND_add
    RAND_bytes
    RAND_status

SSLSessionクラス

constant

    has_ticket
    id
    ticket_lifetime_hint
    time
    timeout

method

    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __init__
    __init_subclass__
    __le__
    __lt__
    __ne__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__

_SSLContextクラス

constant

    _host_flags
    _msg_callback
    check_hostname
    keylog_filename
    maximum_version
    minimum_version
    num_tickets
    options
    post_handshake_auth
    protocol
    security_level
    sni_callback
    verify_flags
    verify_mode

method

    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __le__
    __lt__
    __ne__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__
    _set_alpn_protocols
    _wrap_bio
    _wrap_socket
    cert_store_stats
    get_ca_certs
    get_ciphers
    load_cert_chain
    load_dh_params
    load_verify_locations
    session_stats
    set_ciphers
    set_default_verify_paths
    set_ecdh_curve
いっしー@Webエンジニア

いっしー@Webエンジニア

IT業界で人事マネージャーを務めた後、32歳で未経験からWebエンジニアに転身。現在はブログやYouTubeでプログラミングの楽しさと学びを発信しています。

© 2025 いっしー@Webエンジニア