Age | Commit message (Collapse) | Author |
|
CMS subclass .sign() method calling sequences.
svn path=/branches/tk274/; revision=4764
|
|
svn path=/branches/tk274/; revision=4763
|
|
noticed, because the working definition overwrote it). Other minor
cleanup. Closes #292.
svn path=/branches/tk274/; revision=4762
|
|
smoketest repository layout to silence (correct) rcynic whining about
objects not in manifest.
svn path=/branches/tk274/; revision=4761
|
|
svn path=/branches/tk274/; revision=4760
|
|
svn path=/branches/tk274/; revision=4759
|
|
svn path=/branches/tk274/; revision=4758
|
|
safe code becomes unsafe, then whines about it. Hmm.
svn path=/branches/tk274/; revision=4757
|
|
PEM and OID code in POW. Add ENTER() macro to make it easier to track
down things like borked reference counts.
svn path=/branches/tk274/; revision=4756
|
|
svn path=/branches/tk274/; revision=4755
|
|
still a little rough, doesn't set eContentType OIDs automatically,
needs more testing, but basic stuff like extracting contents from an
existing ROA seems to work.
svn path=/branches/tk274/; revision=4753
|
|
svn path=/branches/tk274/; revision=4752
|
|
svn path=/branches/tk274/; revision=4748
|
|
re-run canned experiments without worrying about BPKI expirations.
Probably ought to tie all of this back to YAML valid_until settings,
but this will do for the moment.
svn path=/branches/tk274/; revision=4747
|
|
there's some clever way to autoconf this so users can control whether
they want their directories whacked or not, but for now we need to
stop doing this because it messes up /usr/local on MacOSX laptops.
See #288.
svn path=/branches/tk274/; revision=4745
|
|
svn path=/branches/tk274/; revision=4744
|
|
svn path=/branches/tk274/; revision=4743
|
|
svn path=/branches/tk274/; revision=4742
|
|
svn path=/branches/tk274/; revision=4741
|
|
svn path=/branches/tk274/; revision=4740
|
|
svn path=/branches/tk274/; revision=4739
|
|
svn path=/branches/tk274/; revision=4738
|
|
svn path=/branches/tk274/; revision=4737
|
|
svn path=/branches/tk274/; revision=4736
|
|
In most cases there won't be old extensions to clear, but in theory
this could happen when modifying an existing request, so get it right.
svn path=/branches/tk274/; revision=4735
|
|
svn path=/branches/tk274/; revision=4734
|
|
from gcc 4.2 on MacOSX; am not entirely happy about some of the casts
required, might want to encapsulate the more common patterns in
functions to do controlled casts from one known type to another.
svn path=/branches/tk274/; revision=4733
|
|
the Asymmetric code considerably and gets us most of the way towards
being able to support ECDSA, which, in theory, we'll want for BGPSEC.
svn path=/branches/tk274/; revision=4732
|
|
svn path=/branches/tk274/; revision=4731
|
|
svn path=/branches/tk274/; revision=4730
|
|
converters. Clean up internal type names, delete a bunch of symbols
nothing uses anymore.
svn path=/branches/tk274/; revision=4729
|
|
class-based methods instead of old module functions.
svn path=/branches/tk274/; revision=4728
|
|
Fix a few cases where code incorrectly assumed that ASN.1 field values
would always be small enough to fit in a C integer type.
svn path=/branches/tk274/; revision=4727
|
|
should completely replace the old module derRead() and pemRead()
functions, since it's easier to extend and supports subclasses
properly. For now, the new and old APIs are both just wrappers around
a generic lower-level internal API.
svn path=/branches/tk274/; revision=4726
|
|
used by all the C programs.
svn path=/branches/tk274/; revision=4725
|
|
svn path=/branches/tk274/; revision=4724
|
|
svn path=/branches/tk274/; revision=4723
|
|
svn path=/branches/tk274/; revision=4722
|
|
svn path=/branches/tk274/; revision=4721
|
|
svn path=/branches/tk274/; revision=4720
|
|
svn path=/branches/tk274/; revision=4719
|
|
predeclared OID names. Add BasicConstraints handlers.
svn path=/branches/tk274/; revision=4718
|
|
to use BIOs. Other minor cleanup.
svn path=/branches/tk274/; revision=4717
|
|
svn path=/branches/tk274/; revision=4716
|
|
classes eventually, but may still need to be split into separate IPv4
and IPv6 classes or reimplemented as a subclass of PyLong. Won't know
until we try to move away from the rpki.POW.pkix ASN.1 code, and
there's more groundwork to do before we can make that jump.
svn path=/branches/tk274/; revision=4715
|
|
svn path=/branches/tk274/; revision=4714
|
|
svn path=/branches/tk274/; revision=4713
|
|
I see what the ROA code looks like.
svn path=/branches/tk274/; revision=4712
|
|
svn path=/branches/tk274/; revision=4711
|
|
svn path=/branches/tk274/; revision=4710
|