ObjOpenSSL  Timeline

25 events by user js occurring around 2011-03-28 20:05:36.

More ↑
2011-10-22
16:33
Only call SSL_shutdown if we have an SSL context.
This would otherwise cause trouble for listening sockets.
check-in: 5695c6cedc user: js tags: trunk
15:46
Use -[pendingBytes] of the superclass if we have no SSL context.
This happens if we are a listening socket.
check-in: 704eff4870 user: js tags: trunk
2011-09-22
23:28
Adjust to recent ObjFW changes. check-in: 82f79803e7 user: js tags: trunk
13:52
Fix type conflict. check-in: 7714264163 user: js tags: trunk
2011-09-19
16:37
Adjust to recent ObjFW changes. check-in: 58b7b70ed2 user: js tags: trunk
2011-09-12
20:05
Update to recent ObjFW changes. check-in: 10e7f26817 user: js tags: trunk
2011-09-11
02:07
Correctly check return value of SSL_write. check-in: 60a6491ea5 user: js tags: trunk
02:03
Fix forgotten change. check-in: 7abcafcb74 user: js tags: trunk
2011-09-10
20:41
Ignore deprecation warnings as OpenSSL is deprecated as a whole on OS X. check-in: 174ffb9295 user: js tags: trunk
2011-06-13
16:14
Use certificate / key in client mode if set. check-in: 2c543487d3 user: js tags: trunk
2011-06-08
21:24
Add copyright and license. check-in: 2110030291 user: js tags: trunk
21:23
Add .hgignore. check-in: 5ec925a682 user: js tags: trunk
21:20
Add ObjOpenSSL.h so it can be properly used as a MacOS X framework. check-in: a540150878 user: js tags: trunk
21:17
Adjust to API changes in ObjFW. check-in: 0448edfa2c user: js tags: trunk
2011-04-28
18:02
Don't free the context. check-in: 3a852cab76 user: js tags: trunk
2011-04-23
19:54
Adjust to recent ObjFW changes. check-in: a25be8be43 user: js tags: trunk
2011-04-03
19:53
Add the number of bytes returned by SSL_pending to -[pendingBytes]. check-in: ba8d67c63c user: js tags: trunk
2011-03-28
23:59
Fix stupid typo in Makefile. check-in: 10eba7be60 user: js tags: trunk
22:23
Implement setting the private key and certificate. check-in: ce85c1fa59 user: js tags: trunk
21:38
Have one global ctx. check-in: daea63b67c user: js tags: trunk
20:46
Fix a typo that only affects case-sensitive file systems. check-in: f002ad5119 user: js tags: trunk
20:41
Add Xcode project. check-in: 4067b9e55c user: js tags: trunk
20:32
Move sources to src and add install and clean targets to Makefile. check-in: 218a219fe5 user: js tags: trunk
20:26
Add -[initWithSocket:]. check-in: c10ce0877b user: js tags: trunk
20:05
Initial import. check-in: fe3303caf8 user: js tags: trunk