Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move internal HTTP APIs to mochiweb. | Magnus Ahltorp | 2014-10-25 | 7 | -58/+19 |
| | |||||
* | System tests for external merge | Magnus Ahltorp | 2014-10-24 | 9 | -1/+202 |
| | |||||
* | Repair tests to work with x509 validation code. Add intermediate ↵ | Magnus Ahltorp | 2014-10-24 | 4 | -1/+102 |
| | | | | certificates to test chains. | ||||
* | Added external merging supportmap-external-merge2 | Magnus Ahltorp | 2014-10-24 | 7 | -2/+196 |
| | |||||
* | Whitespace. | Linus Nordberg | 2014-10-24 | 1 | -16/+19 |
| | | | | No long lines. | ||||
* | Use 'cacertfile' configuration. | Linus Nordberg | 2014-10-24 | 1 | -1/+2 |
| | |||||
* | Catch badly ASN.1-encoded certificates. | Linus Nordberg | 2014-10-24 | 2 | -18/+31 |
| | | | | | | Now not crashing badly encoded certs in the list of known roots, which is good. They're simply ignored. Next step is to figure out if we should accept some anomalies, due to reality. | ||||
* | Use mochiweb for v1 API | Magnus Ahltorp | 2014-10-24 | 8 | -61/+134 |
| | | | | | | Conflicts: catlfish.config src/v1.erl | ||||
* | Merge branch 'disable-sslv3' into staging1 | Linus Nordberg | 2014-10-24 | 1 | -1/+2 |
|\ | |||||
| * | Disable SSLv3. | Linus Nordberg | 2014-10-20 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'validate-certchain' into staging1 | Linus Nordberg | 2014-10-24 | 13 | -2/+593 |
|\ \ | | | | | | | | | | | | | Conflicts: src/catlfish.erl | ||||
| * | | Log (info) when adding and rejecting a certificate chain.validate-certchain | Linus Nordberg | 2014-10-23 | 2 | -1/+9 |
| | | | | | | | | | | | | Writing to stdout for now, until we've decided on logging framework. | ||||
| * | | Split CertChain properly. | Linus Nordberg | 2014-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This way, Chain is always a list. | ||||
| * | | Don't use der_encoded(). | Linus Nordberg | 2014-10-23 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | The type definition seem to have disappeared from public_key.hrl in R17 and I don't know how to conditionally define a type. | ||||
| * | | Implement cert chain validation. | Linus Nordberg | 2014-10-22 | 13 | -2/+586 |
| | | | | | | | | | | | | NOTE: Presence of and constraints on names are not being validated. | ||||
* | | | Compile with parse_transform from lager | Magnus Ahltorp | 2014-10-24 | 2 | -2/+3 |
| | | | |||||
* | | | Added lager for logging | Magnus Ahltorp | 2014-10-24 | 3 | -1/+4 |
| | | | |||||
* | | | Break include dependency on plop.hrl | Magnus Ahltorp | 2014-10-24 | 3 | -9/+5 |
| |/ |/| | |||||
* | | Add copyright and licensing information.copyright | Linus Nordberg | 2014-10-15 | 5 | -0/+18 |
|/ | | | | After offline discussions with Magnus Ahltorp. | ||||
* | Fix bug in get-entries limitation of entries. | Linus Nordberg | 2014-10-10 | 1 | -2/+1 |
| | |||||
* | Use proper return value format for plop:inclusion_and_entry(). | Linus Nordberg | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | Limit get-entries to 1000 entries at the time. | Linus Nordberg | 2014-10-09 | 1 | -3/+2 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/map/fsync4' into origin-master | Linus Nordberg | 2014-10-08 | 4 | -5/+10 |
|\ | | | | | | | | | Conflicts: src/catlfish.erl | ||||
| * | Remove reference to creating database | Magnus Ahltorp | 2014-09-28 | 1 | -2/+0 |
| | | |||||
| * | Use raw file storage | Magnus Ahltorp | 2014-09-28 | 3 | -3/+10 |
| | | |||||
| * | Fix api problems | Magnus Ahltorp | 2014-09-27 | 2 | -14/+26 |
| | | |||||
| * | Make each included application in the release explicit | Magnus Ahltorp | 2014-09-27 | 1 | -3/+3 |
| | | |||||
| * | Fix api problems | Magnus Ahltorp | 2014-09-27 | 1 | -3/+3 |
| | | |||||
| * | wipplop-if-cleanup | Linus Nordberg | 2014-09-27 | 2 | -30/+123 |
| | | |||||
| * | Merge remote-tracking branch 'map/testtools4' into plop-if-cleanup | Linus Nordberg | 2014-09-27 | 8 | -67/+733 |
| |\ | |||||
* | \ | Merge branch 'plop-if-cleanup2' into origin-master | Linus Nordberg | 2014-10-08 | 2 | -32/+137 |
|\ \ \ | |||||
| * | | | Make each included application in the release explicit | Magnus Ahltorp | 2014-10-08 | 1 | -3/+3 |
| | | | | |||||
| * | | | Fix api problems | Magnus Ahltorp | 2014-10-08 | 2 | -17/+29 |
| | | | | |||||
| * | | | Clean up the plop interface, in preparation for a new db implementation. | Linus Nordberg | 2014-10-08 | 2 | -30/+123 |
| | | | | |||||
| * | | | Create webroot/log if it doesn't exist. | Linus Nordberg | 2014-10-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | mod_log (httpd) gets really sad when trying to create log/error. | ||||
| * | | | Merge remote-tracking branch 'refs/remotes/map/testtools4' | Linus Nordberg | 2014-10-06 | 8 | -67/+784 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | testcase1: Added certificate fetching | Magnus Ahltorp | 2014-09-27 | 1 | -37/+88 |
| | |/ | |||||
| | * | Added basic system test | Magnus Ahltorp | 2014-09-26 | 8 | -14/+666 |
| | | | |||||
| | * | Simplify submitcert | Magnus Ahltorp | 2014-09-26 | 2 | -57/+71 |
| | | | |||||
* | | | Create webroot/log if it doesn't exist. | Linus Nordberg | 2014-10-08 | 1 | -0/+1 |
| | | | | | | | | | | | | mod_log (httpd) gets really sad when trying to create log/error. | ||||
* | | | testcase1: Added certificate fetching | Magnus Ahltorp | 2014-10-08 | 1 | -37/+88 |
| | | | |||||
* | | | Added basic system test | Magnus Ahltorp | 2014-10-08 | 8 | -14/+666 |
| | | | |||||
* | | | Simplify submitcert | Magnus Ahltorp | 2014-10-08 | 2 | -57/+71 |
|/ / | |||||
* | | Update NEWS. | Linus Nordberg | 2014-09-25 | 1 | -0/+13 |
|/ | |||||
* | Make cert chains and CtExtensions variable length (TLS) vectors. | Linus Nordberg | 2014-09-25 | 2 | -56/+64 |
| | | | | Also move some CT-specific code to new file catlfish.erl. | ||||
* | Merge remote-tracking branch 'refs/remotes/map/releasemanagement3' into ↵ | Linus Nordberg | 2014-09-25 | 3 | -14/+9 |
|\ | | | | | | | master-origin | ||||
| * | Start inets service automatically and update README.md with new build ↵ | Magnus Ahltorp | 2014-09-24 | 3 | -14/+9 |
| | | | | | | | | instructions | ||||
* | | submitcert: Validate SCT and compare log id | Magnus Ahltorp | 2014-09-25 | 2 | -1/+59 |
|/ | |||||
* | submitcert.py: Get submitted entry from log and compare | Magnus Ahltorp | 2014-09-24 | 2 | -1/+48 |
| | |||||
* | Import sys. | Linus Nordberg | 2014-09-23 | 1 | -0/+1 |
| | | | | Fix by map. |