50 descendants of 10e7f26817c99508
2013-02-13
| ||
23:27 | Don't class-swizzle to call close on super. check-in: 8a23146f8c user: js tags: trunk | |
23:15 | Don't cache the description of exceptions. check-in: bc41772796 user: js tags: trunk | |
2013-02-12
| ||
18:35 | Fix -[X509OID isEqual:]. check-in: 2e400eadc7 user: js tags: trunk | |
17:49 | Prefix all ivars with an underscore. check-in: eca3b894f8 user: js tags: trunk | |
2013-01-19
| ||
00:36 | Update copyright. check-in: 6bcaf2d54a user: js tags: trunk | |
2013-01-18
| ||
23:33 | Make it possible to request client certificates. check-in: f0a40268e4 user: js tags: trunk | |
2013-01-12
| ||
22:46 | Adjust to recent ObjFW changes. check-in: 41b938d357 user: florob@babelmonkeys.de tags: trunk | |
2012-12-19
| ||
21:59 | Adjust to recent ObjFW changes. check-in: 20cb421460 user: js tags: trunk | |
2012-12-13
| ||
20:55 | Set of_tls_socket_class. check-in: 1b97015301 user: js tags: trunk | |
2012-11-21
| ||
22:26 | configure: Don't use -Wcast-align. check-in: f009f4af94 user: js tags: trunk | |
2012-11-08
| ||
13:20 | Add a proper build system. check-in: 889e63ed8a user: js tags: trunk | |
13:19 | Use the thread object's address as thread id. check-in: 3062d2861f user: js tags: trunk | |
2012-10-27
| ||
18:23 | Adjust to recent ObjFW changes. check-in: 41f9946113 user: js tags: trunk | |
2012-09-20
| ||
00:14 | Adjust to latest ObjFW changes. check-in: 87c3eab6d6 user: js tags: trunk | |
2012-09-17
| ||
15:51 | Indention. check-in: a95890e7ce user: js tags: trunk | |
14:50 | Fix uninitialized access (random error message) in certificate verification check-in: 62d33a0d4a user: florob@babelmonkeys.de tags: trunk | |
14:27 | Return 0 on reads where the SSL layer needs more data to proceed check-in: a39f32eccd user: florob@babelmonkeys.de tags: trunk | |
2012-07-12
| ||
03:09 | Don't access isa directly. check-in: 8ef0132a06 user: js tags: trunk | |
2012-06-10
| ||
13:34 | Adjust to latest ObjFW API changes. check-in: b857e18139 user: js tags: trunk | |
2012-03-20
| ||
21:53 | Fix copyright. check-in: 4564eb6a94 user: js tags: trunk | |
21:47 | Nicer SSLInvalidCertificateException description. check-in: 5247b6dff2 user: js tags: trunk | |
21:45 | Change URL in copyright to Git repository. check-in: 87d86871ad user: js tags: trunk | |
2012-03-19
| ||
22:14 | .hgignore -> .gitignore check-in: 0620361bd0 user: js tags: trunk | |
2012-02-05
| ||
15:08 | Make it possible to use a different objfw-config/objfw-compile. check-in: 4f5b4ced1c user: js tags: trunk | |
2012-02-01
| ||
13:50 | Fix properties in exceptions. check-in: 2c5d1c7324 user: js tags: trunk | |
2012-01-26
| ||
12:26 | Clean up Xcode project. check-in: 30583e2141 user: js tags: trunk | |
11:42 | Update Xcode project. check-in: a40233daa6 user: js tags: trunk | |
2012-01-25
| ||
19:33 | Fix a missing copy. check-in: 7be8561f43 user: js tags: trunk | |
15:42 | Allow initializing with private key and certificate check-in: 4e4556c32c user: florob@babelmonkeys.de tags: trunk | |
2012-01-16
| ||
22:26 | Restore ObjC1 compatibility check-in: 79529690a9 user: florob@babelmonkeys.de tags: trunk | |
2011-12-21
| ||
20:02 | Store objects in variables of proper type check-in: 1325ff2574 user: florob@babelmonkeys.de tags: trunk | |
2011-11-20
| ||
20:27 | Update to work with OFString changes check-in: 3344395fc1 user: florob@babelmonkeys.de tags: trunk | |
2011-11-04
| ||
19:45 | Cleanup and fix X509Certificate. check-in: 81cee980ef user: js tags: trunk | |
2011-11-02
| ||
00:25 | Implement -description for X509Certificate check-in: 84117b853b user: florob@babelmonkeys.de tags: trunk | |
2011-11-01
| ||
15:09 | Add methods for easier certificate verification check-in: b53c1ba1a8 user: florob@babelmonkeys.de tags: trunk | |
14:36 | Cache subject, issuer and SANs check-in: e100eb1e52 user: florob@babelmonkeys.de tags: trunk | |
2011-10-29
| ||
22:50 | Add defines for some common OIDs check-in: 5deab0aa50 user: florob@babelmonkeys.de tags: trunk | |
2011-10-24
| ||
00:06 | Rename initWithStruct: to initWithX509Struct: to avoid potential conflicts check-in: 16079bc1a0 user: florob@babelmonkeys.de tags: trunk | |
00:04 | Add missing autorelease call check-in: 7a08940b40 user: florob@babelmonkeys.de tags: trunk | |
2011-10-23
| ||
23:39 | Add methods enabling certificate verification check-in: 7fa9a01744 user: florob@babelmonkeys.de tags: trunk | |
2011-10-22
| ||
16:36 | Register helpers for thread-safety with OpenSSL. check-in: 54c783b25f user: jos@kuijpersvof.nl tags: trunk | |
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-10-08
| ||
03:44 | Add support for fetching some SAN types from X509 certificates check-in: ca9555b85f user: florob@babelmonkeys.de tags: trunk | |
2011-10-07
| ||
23:56 | Break out some ASN.1 to OFString conversion functionality check-in: 8cb0b716ea user: florob@babelmonkeys.de tags: trunk | |
23:13 | Very basic X509 class check-in: 057c289c6b user: florob@babelmonkeys.de tags: trunk | |
01:15 | Fix copyright check-in: afb5d4532f user: florob@babelmonkeys.de 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 | |