blob: 1ecfb5db7ad921c6fce19928e293f2e74e19cb55 [file] [log] [blame]
Jean-Paul Calderone897bc252008-02-18 20:50:23 -05001<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<title>4 Internals </title>
5<META NAME="description" CONTENT="4 Internals ">
6<META NAME="keywords" CONTENT="pyOpenSSL">
7<META NAME="resource-type" CONTENT="document">
8<META NAME="distribution" CONTENT="global">
9<link rel="STYLESHEET" href="pyOpenSSL.css">
10<LINK REL="next" href="about.html">
11<LINK REL="previous" href="openssl.html">
12<LINK REL="up" HREF="pyOpenSSL.html">
13<LINK REL="next" href="exceptions.html">
14</head>
15<body>
16<DIV CLASS="navigation">
17<table align="center" width="100%" cellpadding="0" cellspacing="2">
18<tr>
19<td><A href="openssl-connection.html"><img src="previous.gif"
20border="0" height="32"
21 alt="Previous Page" width="32"></A></td>
22<td><A HREF="pyOpenSSL.html"><img src="up.gif"
23border="0" height="32"
24 alt="Up One Level" width="32"></A></td>
25<td><A href="exceptions.html"><img src="next.gif"
26border="0" height="32"
27 alt="Next Page" width="32"></A></td>
28<td align="center" width="100%">Python OpenSSL Manual</td>
29<td><A href="contents.html"><img src="contents.gif"
30border="0" height="32"
31 alt="Contents" width="32"></A></td>
32<td><img src="blank.gif"
33 border="0" height="32"
34 alt="" width="32"></td>
35<td><img src="blank.gif"
36 border="0" height="32"
37 alt="" width="32"></td>
38</tr></table>
39<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-connection.html">3.3.2 Connection objects</A>
40<b class="navlabel">Up:</b> <a class="sectref" HREF="pyOpenSSL.html">Python OpenSSL Manual</A>
41<b class="navlabel">Next:</b> <a class="sectref" href="exceptions.html">4.1 Exceptions</A>
42<br><hr>
43</DIV>
44<!--End of Navigation Panel-->
45<H1><A NAME="SECTION000500000000000000000">&nbsp;</A>
46<BR>
474 Internals
48</H1>
49<P>
50<EM><EM><EM>We ran into three main problems developing this: Exceptions, callbacks and
51accessing socket methods. This is what this chapter is about.
52</EM></EM></EM>
53<P>
54
55<p><hr>
56
57<!--Table of Child-Links-->
58<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
59
60<UL CLASS="ChildLinks">
61<LI><A NAME="tex2html296"
62 href="exceptions.html">4.1 Exceptions </A>
63<LI><A NAME="tex2html297"
64 href="callbacks.html">4.2 Callbacks </A>
65<LI><A NAME="tex2html298"
66 href="socket-methods.html">4.3 Acessing Socket Methods </A>
67</UL>
68<!--End of Table of Child-Links-->
69
70<DIV CLASS="navigation">
71<p><hr>
72<table align="center" width="100%" cellpadding="0" cellspacing="2">
73<tr>
74<td><A href="openssl-connection.html"><img src="previous.gif"
75border="0" height="32"
76 alt="Previous Page" width="32"></A></td>
77<td><A HREF="pyOpenSSL.html"><img src="up.gif"
78border="0" height="32"
79 alt="Up One Level" width="32"></A></td>
80<td><A href="exceptions.html"><img src="next.gif"
81border="0" height="32"
82 alt="Next Page" width="32"></A></td>
83<td align="center" width="100%">Python OpenSSL Manual</td>
84<td><A href="contents.html"><img src="contents.gif"
85border="0" height="32"
86 alt="Contents" width="32"></A></td>
87<td><img src="blank.gif"
88 border="0" height="32"
89 alt="" width="32"></td>
90<td><img src="blank.gif"
91 border="0" height="32"
92 alt="" width="32"></td>
93</tr></table>
94<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-connection.html">3.3.2 Connection objects</A>
95<b class="navlabel">Up:</b> <a class="sectref" HREF="pyOpenSSL.html">Python OpenSSL Manual</A>
96<b class="navlabel">Next:</b> <a class="sectref" href="exceptions.html">4.1 Exceptions</A>
97<hr>
98<span class="release-info">Release 0.6.</span>
99</DIV>
100<!--End of Navigation Panel-->
101
102</BODY>
103</HTML>