aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-20Start on C implementation of rcynic.Rob Austein
svn path=/rcynic/Makefile; revision=294
2006-09-19./Configure distRob Austein
svn path=/openssl/trunk/Makefile; revision=293
2006-09-19CleanupRob Austein
svn path=/openssl/trunk/Configure; revision=292
2006-09-19Add support for --enable-rfc3779.Rob Austein
This script is completely demented. svn path=/openssl/trunk/Configure; revision=291
2006-09-19Sigh, this is why less exotic configuration systems use Makefile.inRob Austein
rather than rewriting Makefile in place. svn path=/openssl/trunk/Makefile; revision=290
2006-09-19Fix whacky directory names. Clean up $cafile. Qualify %parse_cacheRob Austein
lookups with directory name to avoid false hits. svn path=/scripts/rcynic-prototype.pl; revision=289
2006-09-19Log acceptance, and reject malformed SIAs when we're not fixing them.Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=288
2006-09-19Start using --delete (wow, a lot of stuff went away). Stop fixingRob Austein
broken SIA URIs. Clean up rsync() functions. Clean up old trust anchor URIs. svn path=/scripts/rcynic-prototype.pl; revision=287
2006-09-19--badsiaRob Austein
svn path=/scripts/uri.pl; revision=286
2006-09-18At some point we're going to want to reject broken SIAs rather thanRob Austein
fixing them. svn path=/scripts/rcynic-prototype.pl; revision=285
2006-09-18Support PEM as well as DERRob Austein
svn path=/scripts/uri.pl; revision=284
2006-09-17revocationRob Austein
svn path=/scripts/generate-testrepo.pl; revision=283
2006-09-17Don't use real IP addressesRob Austein
svn path=/scripts/generate-testrepo.pl; revision=282
2006-09-16CleanupRob Austein
svn path=/openssl/trunk/Makefile; revision=281
2006-09-16CleanupRob Austein
svn path=/openssl/trunk/apps/CA.pl; revision=280
2006-09-16./Configure dist && make cleanRob Austein
svn path=/openssl/trunk/Makefile; revision=279
2006-09-15Fiddle some logging code while debugging an edge case.Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=278
2006-09-15Update notesRob Austein
svn path=/openssl/README; revision=277
2006-09-15Don't need verbose crl checkingRob Austein
svn path=/scripts/rcynic-prototype.pl; revision=276
2006-09-15Fix contributors' notice.Rob Austein
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=275
2006-09-15--copy-dirlinks doesn't work with APNIC this week, try without it.Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=274
2006-09-15API cleanups prior to handing code to OpenSSL project.Rob Austein
svn path=/openssl/README; revision=273
2006-09-15v3_addr_extract()Rob Austein
svn path=/openssl/README; revision=272
2006-09-14Notes on final steps.Rob Austein
svn path=/openssl/README; revision=271
2006-09-13Update copyright notices. Minor cosmetic changes.Rob Austein
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=270
2006-09-13Compile time conditionals, per Ben.Rob Austein
svn path=/openssl/trunk/Configure; revision=269
2006-09-12Attempt to reuse previously valid certificates and CRLs when currentRob Austein
data are broken or missing. svn path=/scripts/rcynic-prototype.pl; revision=267
2006-09-12CheckpointRob Austein
svn path=/scripts/rcynic-prototype.pl; revision=266
2006-09-12Hash CRLs tooRob Austein
svn path=/scripts/generate-testrepo.pl; revision=265
2006-09-12Rewrite inline openssl.conf using here-docs, somewhat easier to read.Rob Austein
svn path=/scripts/generate-testrepo.pl; revision=264
2006-09-12Plugged preexisting memory leak in "openssl ca".Rob Austein
svn path=/scripts/generate-testrepo.pl; revision=263
2006-09-12Plug preexisting memory leak (-extfile handling).Rob Austein
svn path=/openssl/trunk/apps/ca.c; revision=262
2006-09-07CheckpointRob Austein
svn path=/scripts/rcynic-prototype.pl; revision=261
2006-09-07Now generating CRLs.Rob Austein
svn path=/scripts/generate-testrepo.pl; revision=260
2006-09-07Start hacking to support crlsRob Austein
svn path=/scripts/generate-testrepo.pl; revision=259
2006-09-06Comment updates.Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=257
2006-09-06Be more careful with rsync invocations: don't ask for recursion whenRob Austein
we don't want it, attempt to keep going even if an rsync command failed, add testing switch to disable all network access. svn path=/scripts/rcynic-prototype.pl; revision=256
2006-09-05*** empty log message ***Rob Austein
svn path=/scripts/generate-testrepo.pl; revision=255
2006-09-05CleanupRob Austein
svn path=/scripts/generate-testrepo.pl; revision=254
2006-09-05InitialRob Austein
svn path=/scripts/generate-testrepo.pl; revision=253
2006-09-05Point at system copy of OpenSSL, now that I'm eating my ownRob Austein
(vegetarian) OpenSSL dogfood. svn path=/scripts/rcynic-prototype.pl; revision=252
2006-08-31Cache parse_cert() results.Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=250
2006-08-31Reenable other test cases.Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=249
2006-08-31Try to deal with some of the results of disallowing symlinksRob Austein
svn path=/scripts/rcynic-prototype.pl; revision=248
2006-08-31Lingering paranoiaRob Austein
svn path=/scripts/rcynic-prototype.pl; revision=247
2006-08-31CleanupRob Austein
svn path=/scripts/rcynic-prototype.pl; revision=246
2006-08-30rsync_cache()Rob Austein
svn path=/scripts/rcynic-prototype.pl; revision=245
2006-08-30Move CRL checks around. Better logging. Fix a few more bugs.Rob Austein
This version seems to run, albiet incredibly slowly. svn path=/scripts/rcynic-prototype.pl; revision=244
2006-08-29Apparently we need to fetch the CRL in order to verify the cert inRob Austein
which we found the CRL's URI. Ick. Have asked on list, deferring work briefly in the hope that someone will tell me that I'm wrong about this. svn path=/scripts/rcynic-prototype.pl; revision=243
2006-08-29Infinite URI loops, fun! Move trust anchors of tree we maintain,Rob Austein
clean up junk from previous passes when starting up. svn path=/scripts/rcynic-prototype.pl; revision=242