aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2012-10-17Make sure we save an updated certificate for an existing ca_detail.Rob Austein
2012-10-17Oops, check_*_schema variables are booleans, use right method.Rob Austein
2012-10-17CRLs work better if one remembers to set the list of certificatesRob Austein
2012-10-16Make schema checking configurable at runtime, reenable inbound schemaRob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
2012-10-12Cleanup.Rob Austein
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
2012-10-11Convert rpki.x509.X509._issue() to use POW instead of POW.pkix.Rob Austein
2012-10-11Use POW instead of POW.pkix to decode certificate resources.Rob Austein
2012-10-11CleanupRob Austein
2012-10-10Convert ROAs and manifests to use POW CMS subclasses. Start inchingRob Austein
2012-10-10Fix manifest URI broken a couple of edits ago.Rob Austein
2012-10-09Delete broken definition of Ghostbusters class (which nothing everRob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-10-09Use POW for PKCS #10 generation.Rob Austein
2012-10-09Calculate SKI directly from POW.Asymmetric object.Rob Austein
2012-10-05Convert another chunk of Python code to use new POW classes. Clean upRob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob Austein
2012-09-30Try dbm if gdbm fails for horrible debug-only RSA key speedup hack.Rob Austein
2012-09-30Implement conversion between DER and POW formats for PKCS10 class.Rob Austein
2012-09-29Convert BasicConstraints to use new POW method.Rob Austein
2012-09-29Convert a few rpki.x509 methods to use the new rpki.POW code.Rob Austein
2012-09-20Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use newRob Austein
2012-09-07Synchronize after updating BPKI.Rob Austein
2012-09-04As part of dragging POW.c into the 21st century, get rid of hugeRob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-09-03More useful debugging code.Rob Austein
2012-09-03Switch X501DN to use (new) POW format internally.Rob Austein
2012-09-02Checkpoint of tweaks to rpki.x509.X501DN class prior to flipping thatRob Austein
2012-08-31Merge from trunk.Rob Austein
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
2012-08-29Bad things happen when __str__() methods forget to return the string.Rob Austein
2012-08-29Bad things happen when __str__() methods forget to return the string.Rob Austein
2012-08-29Clean up excessive debug logging.Rob Austein
2012-08-29Simplify iterator core.Rob Austein
2012-08-27Move root.cer to separate rsync module when building testRob Austein
2012-08-27setproctitle hack. Useful with smoketest/yamltest/yamlconf, may needRob Austein
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-08-24TypoRob Austein
2012-08-23Checkpoint.Rob Austein
2012-08-23Debug with larger configurations.Rob Austein
2012-08-22Cleanup.Rob Austein
2012-08-22Checkpoint of new testbed configuration tool.Rob Austein
2012-08-21Use .raw() SQL queries when constructing Child.resource_bag (moreRob Austein
2012-08-20Add a few more self.overdue checks to ROA and child certificate loops.Rob Austein
2012-08-20Rewrite voluntary scheduler yield code to be in terms of elapsed timeRob Austein
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
2012-08-20Skip publication when nothing changed.Rob Austein
2012-08-20Don't write unchanged BPKI files: nothing bad happens if we do, butRob Austein
07-27 22:49:47 +0000 Cleanup' href='/sra/rpki.net/commit/openssl/README?h=zone-cleanup&id=ccec6f97552c4227ca6fffe867a32053fa5db7d8'>ccec6f97
84c4212c
ccec6f97
84c4212c
ccec6f97
84c4212c
ccec6f97



e11002b6





84c4212c
631f65e3
7cc386f7
c52eed0d


c4213b26
95970d01







1acfd110


7f1e6be4

c3d03b59


7f1e6be4






c3d03b59







7f1e6be4





c3d03b59






7f1e6be4






352dd614
c3d03b59



352dd614
7f1e6be4





52dacdd4






7f1e6be4



352dd614
c3d03b59




352dd614
7f1e6be4






f67ed9d5
d1b8f907
f67ed9d5
d1b8f907






7f1e6be4
f67ed9d5

7f1e6be4







c3d03b59




7f1e6be4


c3d03b59






7f1e6be4



4325bbd0





7f1e6be4



4325bbd0
c3d03b59
4325bbd0




c3d03b59
52dacdd4

4325bbd0
52dacdd4
c3d03b59
7f1e6be4
c3d03b59





c3d03b59




495bb1e3


f1697924






612506bd




631f65e3


f0539942







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393