ObjOpenSSL  All files named "src/X509Certificate.h"

History for src/X509Certificate.h

2021-04-03
20:16
Adjust to ObjFW coding style file: [020cde7269] check-in: [e5b470a14c] user: js, branch: trunk, size: 2600 [annotate] [blame] [check-ins using] [diff]
2020-05-31
16:54
Update URL file: [406cc0c045] check-in: [66bd0c554f] user: js, branch: trunk, size: 2526 [annotate] [blame] [check-ins using] [diff]
2020-04-05
23:10
Fix type mismatch with GCC file: [1ffccd575a] check-in: [8d32ca35ce] user: js, branch: trunk, size: 2527 [annotate] [blame] [check-ins using] [diff]
2017-07-22
23:32
X509Certificate: Fix typo file: [9035c49839] check-in: [ad16b8498f] user: js, branch: trunk, size: 2533 [annotate] [blame] [check-ins using] [diff]
2017-05-14
00:33
Modernize the code a little file: [4c448ff73c] check-in: [9355649e3a] user: js, branch: trunk, size: 2531 [annotate] [blame] [check-ins using] [diff]
2017-05-08
00:31
Adjust to recent ObjFW changes file: [cfee049047] check-in: [897afb173c] user: js, branch: trunk, size: 2604 [annotate] [blame] [check-ins using] [diff]
2017-04-15
19:37
Fix URL in copyright headers file: [6c953f0b6a] check-in: [e3dcc5816e] user: js, branch: trunk, size: 2586 [annotate] [blame] [check-ins using] [diff]
2016-07-09
20:19
Change webkeks.org -> heap.zone

While at it, also update the copyright years where they were incomplete. file: [d10785ba44] check-in: [0326ada0ff] user: js, branch: trunk, size: 2589 [annotate] [blame] [check-ins using] [diff]

2016-03-06
17:48
Adjust to ObjFW changes file: [ecba294ad5] check-in: [aab1410a4b] user: js, branch: trunk, size: 2587 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:37
Replace BOOL with bool. file: [0092402ee7] check-in: [09e348c39a] user: js, branch: trunk, size: 2699 [annotate] [blame] [check-ins using] [diff]
2013-02-12
17:49
Prefix all ivars with an underscore. file: [cc9b5aa091] check-in: [eca3b894f8] user: js, branch: trunk, size: 2699 [annotate] [blame] [check-ins using] [diff]
2012-03-20
21:45
Change URL in copyright to Git repository. file: [1c58919192] check-in: [87d86871ad] user: js, branch: trunk, size: 2624 [annotate] [blame] [check-ins using] [diff]
2011-12-21
20:02
Store objects in variables of proper type file: [0a4a2a04d0] check-in: [1325ff2574] user: florob@babelmonkeys.de, branch: trunk, size: 2617 [annotate] [blame] [check-ins using] [diff]
2011-11-20
20:27
Update to work with OFString changes file: [8a5aff75c2] check-in: [3344395fc1] user: florob@babelmonkeys.de, branch: trunk, size: 2576 [annotate] [blame] [check-ins using] [diff]
2011-11-02
00:25
Implement -description for X509Certificate file: [d580acb74e] check-in: [84117b853b] user: florob@babelmonkeys.de, branch: trunk, size: 2544 [annotate] [blame] [check-ins using] [diff]
2011-11-01
15:09
Add methods for easier certificate verification file: [89a75a3894] check-in: [b53c1ba1a8] user: florob@babelmonkeys.de, branch: trunk, size: 2479 [annotate] [blame] [check-ins using] [diff]
14:36
Cache subject, issuer and SANs file: [685333962c] check-in: [e100eb1e52] user: florob@babelmonkeys.de, branch: trunk, size: 2199 [annotate] [blame] [check-ins using] [diff]
2011-10-29
22:50
Add defines for some common OIDs file: [50185c693b] check-in: [5deab0aa50] user: florob@babelmonkeys.de, branch: trunk, size: 2067 [annotate] [blame] [check-ins using] [diff]
2011-10-24
00:06
Rename initWithStruct: to initWithX509Struct: to avoid potential conflicts file: [f0e2fb7daf] check-in: [16079bc1a0] user: florob@babelmonkeys.de, branch: trunk, size: 1672 [annotate] [blame] [check-ins using] [diff]
2011-10-08
03:44
Add support for fetching some SAN types from X509 certificates

Note: valgrind complains about uninitialized data when UTF8Strings are passed to
ASN1_STRING_to_UTF8(), however the result is fine. Accessing the same data by
other means does not yield the error, I therefore suspect it a false positive. file: [61c41fa21c] check-in: [ca9555b85f] user: florob@babelmonkeys.de, branch: trunk, size: 1668 [annotate] [blame] [check-ins using] [diff]

2011-10-07
23:56
Break out some ASN.1 to OFString conversion functionality file: [24b4f5fcd2] check-in: [8cb0b716ea] user: florob@babelmonkeys.de, branch: trunk, size: 1627 [annotate] [blame] [check-ins using] [diff]
23:13
Added: Very basic X509 class file: [a776e0422b] check-in: [057c289c6b] user: florob@babelmonkeys.de, branch: trunk, size: 1508 [annotate] [blame] [check-ins using]