summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Provide function for calculating entryhash from entryentryhash-mergeMagnus Ahltorp2015-03-271-0/+25
* Store rejected certificates.Linus Nordberg2015-03-251-52/+94
* Clarify that 0.test.pem is not a valid #'OTPCertificate'{}.Linus Nordberg2015-03-241-14/+14
* Add spec's for most functions.Linus Nordberg2015-03-232-11/+9
* Formatting; remove debug printouts.Linus Nordberg2015-03-232-49/+21
* Add precert handling.Linus Nordberg2015-03-233-160/+382
* Cache SCT:sMagnus Ahltorp2015-03-081-12/+31
* Save STH instead of calculating a new one each time.Magnus Ahltorp2015-03-041-10/+2
* Added authentication between frontend and storage nodesMagnus Ahltorp2015-02-271-4/+28
* Fix a bug where verification of EC signatures made us crash.Linus Nordberg2015-02-271-33/+40
* Verify that known roots are indeed signing themselves.Linus Nordberg2015-02-272-22/+52
* Even more debug logging.Linus Nordberg2015-02-251-0/+3
* Add debug logging.Linus Nordberg2015-02-251-0/+5
* Log time spent serving a requestMagnus Ahltorp2015-02-201-0/+3
* Make mochiweb pool size configurableMagnus Ahltorp2015-02-201-0/+1
* Stop validating that cert.issuer matches issuer.subject.Linus Nordberg2015-02-201-46/+27
* Make unit tests work again.Linus Nordberg2015-02-194-28/+32
* Verify certificates by decoding them as 'plain' certs rather than 'otp.Linus Nordberg2014-11-182-67/+201
* Entry hash runs over leaf plus chain.Linus Nordberg2014-11-181-2/+2
* Log some info about certs that don't parse and why.Linus Nordberg2014-11-052-11/+27
* Rewrite root certificate cache handlingMagnus Ahltorp2014-10-263-18/+30
* Stop using jiffyMagnus Ahltorp2014-10-252-121/+107
* Move internal HTTP APIs to mochiweb.Magnus Ahltorp2014-10-252-8/+8
* Whitespace.Linus Nordberg2014-10-241-16/+19
* Use 'cacertfile' configuration.Linus Nordberg2014-10-241-1/+2
* Catch badly ASN.1-encoded certificates.Linus Nordberg2014-10-242-18/+31
* Use mochiweb for v1 APIMagnus Ahltorp2014-10-244-56/+123
* Merge branch 'validate-certchain' into staging1Linus Nordberg2014-10-244-2/+371
|\
| * Log (info) when adding and rejecting a certificate chain.Linus Nordberg2014-10-232-1/+9
| * Split CertChain properly.Linus Nordberg2014-10-231-1/+1
| * Don't use der_encoded().Linus Nordberg2014-10-231-6/+5
| * Implement cert chain validation.Linus Nordberg2014-10-224-2/+364
* | Break include dependency on plop.hrlMagnus Ahltorp2014-10-242-8/+4
* | Add copyright and licensing information.Linus Nordberg2014-10-151-0/+3
|/
* Fix bug in get-entries limitation of entries.Linus Nordberg2014-10-101-2/+1
* Use proper return value format for plop:inclusion_and_entry().Linus Nordberg2014-10-101-1/+1
* Limit get-entries to 1000 entries at the time.Linus Nordberg2014-10-091-3/+2
* Use raw file storageMagnus Ahltorp2014-09-281-1/+1
* Fix api problemsplop-if-cleanupMagnus Ahltorp2014-09-272-14/+26
* Fix api problemsMagnus Ahltorp2014-09-271-3/+3
* wipLinus Nordberg2014-09-272-30/+123
* Make cert chains and CtExtensions variable length (TLS) vectors.Linus Nordberg2014-09-252-56/+64
* Start inets service automatically and update README.md with new build instruc...releasemanagement3Magnus Ahltorp2014-09-241-2/+0
* Merge branch 'map/releasemanagement' into master-originLinus Nordberg2014-09-221-0/+29
|\
| * Release managementMagnus Ahltorp2014-09-191-0/+29
* | Decode chain in 'add-chain' properly.Linus Nordberg2014-09-201-28/+43
* | Add get-entry-and-proof and adopt to new plop:inclusion/2 signature.Linus Nordberg2014-09-191-6/+38
|/
* Encode get-sth-consistency and get-proof-by-hash properly.Linus Nordberg2014-09-151-4/+6
* Implement get-proof-by-hash.Linus Nordberg2014-09-151-7/+28
* Remove spurious parentheses.Linus Nordberg2014-09-151-1/+1