X.509 ===== X.509 is an ITU-T standard for a `public key infrastructure`_. X.509v3 is defined in :rfc:`5280` (which obsoletes :rfc:`2459` and :rfc:`3280`). X.509 certificates are commonly used in protocols like `TLS`_. .. toctree:: :maxdepth: 2 tutorial certificate-transparency ocsp reference .. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure .. _`TLS`: https://en.wikipedia.org/wiki/Transport_Layer_Security as.org/git/iCE40/nextpnr' title='iCE40/nextpnr Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/data/test3.py
blob: 19ad5eb587c0a59865ed10eb7e89b2dc4bb79e46 (plain)
1
2
3
4
for i in range(1, 10):
    print i
for i in range(1, 10):
    print i