Commit Graph
119 Commits
Author SHA1 Message Date
Martin Willi fa1bd44f23 ignoring unkown crl/ocsp uris 2007-07-04 12:00:33 +00:00
Martin Willi cbbb71c4ac don't modify des/3des input key anymore 2007-06-19 07:56:28 +00:00
Andreas Steffen 89eeedc243 included a certificate label in the is_trusted() method 2007-05-25 11:10:35 +00:00
Andreas Steffen 64bf6e564b added parsing of charging and group attributes 2007-05-25 07:26:33 +00:00
Andreas Steffen 02ee40ad6a defined ietfAttr_t type and its destroy function 2007-05-23 19:43:24 +00:00
Andreas Steffen 89665b3866 add is_ca() method 2007-05-18 10:16:10 +00:00
Andreas Steffen 27432db603 added set_ca_info() and get_ca_info() methods 2007-05-18 10:15:23 +00:00
Andreas Steffen 13de65882b export MAX_CA_PATH_LEN 2007-05-17 17:19:09 +00:00
Andreas Steffen 45156cc791 check self-signedness of certificate at creation time 2007-05-17 17:18:38 +00:00
Andreas Steffen 6162a2442d list crlnumber 2007-04-27 22:27:22 +00:00
Andreas Steffen cb5485318f initialize isCA to FALSE 2007-04-20 14:36:55 +00:00
Andreas Steffen b073ad64b8 isOcspSigner was not initialized 2007-04-20 12:38:35 +00:00
Andreas Steffen 4841189b72 implementation of strictcrlpolicy=ifuri 2007-04-20 11:12:08 +00:00
Andreas Steffen be6258485c fixed destroy() bug 2007-04-14 17:34:41 +00:00
Andreas Steffen 6598f99af0 exported parse_generalNames() 2007-04-14 17:34:18 +00:00
Andreas Steffen 4390abeb94 added trailing newline to list() 2007-04-12 20:16:14 +00:00
Andreas Steffen 734dc32edd started to parse attribute certificates 2007-04-12 19:39:11 +00:00
Andreas Steffen 3e21837582 cosmetics 2007-04-12 19:33:13 +00:00
Andreas Steffen 56352fca2f replace cert by this in parse_certificate() 2007-04-12 18:57:33 +00:00
Andreas Steffen f5ce017b0d parse_authorityKeyIdentifier() is made available externally 2007-04-12 18:56:46 +00:00
Andreas Steffen 34ee184a2d external functions are defined in asn1.h and x509.h now 2007-04-12 18:55:44 +00:00
Andreas Steffen f880eb2dca started support of X.509 attribute certificates 2007-04-12 17:49:33 +00:00
Andreas Steffen f865d34b35 fixed output of list_certinfos() 2007-04-12 16:36:12 +00:00
Andreas Steffen 6a132a53e5 corrected copyright statement 2007-04-12 16:21:02 +00:00
Martin Willi a1b2d82db0 removed %Q, %Y, %W, %U printf handlers 2007-04-12 09:44:26 +00:00
Andreas Steffen babdde4fa4 cosmetics in debug output 2007-04-06 10:35:13 +00:00
Andreas Steffen 241d2ff3bc support of ldap-based crl fetching 2007-04-06 09:44:06 +00:00
Andreas Steffen 8883eef7b8 support cachecrls=yes 2007-04-05 17:07:14 +00:00
Andreas Steffen e58afb1a0a support of crlcheckinterval=0 to disable IKEv2 CRL fetching 2007-04-04 07:49:05 +00:00
Andreas Steffen 3d62a7d225 fixed crl fetching bug 2007-04-03 22:02:17 +00:00
Andreas Steffen a8f02ad5f5 implemented dynamic http-based CRL fetching 2007-04-03 21:09:11 +00:00
Andreas Steffen 2bfadf7f3b implemented ipsec purgeocsp 2007-03-28 20:43:11 +00:00
Andreas Steffen 7a89380eca replaced expired since %V by expired %V ago 2007-03-28 05:36:27 +00:00
Andreas Steffen 1bf8530507 implemented ipsec listocsp function 2007-03-27 04:40:25 +00:00
Andreas Steffen 448d8789d5 fixed case of missing subjectKeyID 2007-03-14 21:06:57 +00:00
Andreas Steffen 889feb978b corrected typo 2007-03-14 19:33:34 +00:00
Andreas Steffen aa407a6b28 log reception of trusted signer certificate 2007-03-14 15:11:58 +00:00
Martin Willi 05d1685372 fixed carry bug in FIPS prf 2007-03-14 14:54:23 +00:00
Martin Willi 96567fc8a2 fixed compilation warnings and errors when not using curl 2007-03-13 14:52:18 +00:00
Andreas Steffen db0f828413 results from the single responses is stored in the corresponding certinfo_t structs 2007-03-12 13:42:31 +00:00
Andreas Steffen d45d2f1e21 fixed a memory leak in response_t 2007-03-09 14:44:34 +00:00
Andreas Steffen 1bcb84605f ocsp signer certificate and ocsp response signature can be verified 2007-03-08 23:29:04 +00:00
Andreas Steffen 33d108de22 generalized get_ca_certificate() to get_auth_certificate(auth_flags) 2007-03-08 18:56:43 +00:00
Andreas Steffen 8d0cd21a01 support of setting and getting authority flags 2007-03-08 16:48:16 +00:00
Andreas Steffen 95f6a18fc7 added ocsp_parse_single_response 2007-03-08 00:35:20 +00:00
Martin Willi 3243e90188 experimental SHA2 HMAC and PRF implementations 2007-03-08 00:14:17 +00:00
Andreas Steffen 40695383ae parsing basic ocsp response 2007-03-08 00:13:15 +00:00
Andreas Steffen 08d42d3994 forgot to assign public.is_ocsp_signer() method 2007-03-07 23:31:03 +00:00
Andreas Steffen 8dfb0a31b5 added parsing level to x509_create_from_chunk() and added is_ocsp_signer() method 2007-03-07 22:57:50 +00:00
Andreas Steffen 78703918aa http post fetching using libcurl implemented 2007-03-07 19:28:03 +00:00