AJ ONeal coolaj86
  • Provo, UT
  • https://coolaj86.com
  • 6'5 • Technophobic Technologist + Videographer • Go, Rust, Node / VanillaJS (@JSJabber), UX, Security, IoT. Canon 24mm 50mm.

  • Joined on 2017-10-24
coolaj86 pushed to master at coolaj86/keyfetch.js-ARCHIVED 2019-03-15 19:53:58 +00:00
e6de23532b add a few more tests
coolaj86 pushed tag v1.2.0 to coolaj86/keyfetch.js-ARCHIVED 2019-03-15 19:45:39 +00:00
coolaj86 pushed to master at coolaj86/keyfetch.js-ARCHIVED 2019-03-15 19:45:38 +00:00
5060c505b6 v1.2.0: add code to check issuers and claims
coolaj86 commented on issue coolaj86/acme.js-ARCHIVED#18 2019-03-15 15:17:25 +00:00
Error: Cannot find module 'Keypairs'

I unpublished the bad versions and republished the correct version and double checked on package.json.

coolaj86 closed issue coolaj86/acme.js-ARCHIVED#18 2019-03-15 15:17:25 +00:00
Error: Cannot find module 'Keypairs'
coolaj86 pushed tag v2.0.6 to coolaj86/rsa-compat.js 2019-03-15 15:15:12 +00:00
coolaj86 pushed to master at coolaj86/rsa-compat.js 2019-03-15 15:15:11 +00:00
be782fbdfa v2.0.6: bump npm latest
coolaj86 pushed tag v1.9.4 to coolaj86/rsa-compat.js 2019-03-15 15:12:54 +00:00
coolaj86 commented on issue coolaj86/rsa-compat.js#4 2019-03-15 03:45:24 +00:00
telemetry.js need veeery long on install

Removed.

coolaj86 closed issue coolaj86/rsa-compat.js#4 2019-03-15 03:45:24 +00:00
telemetry.js need veeery long on install
coolaj86 commented on issue coolaj86/rsa-compat.js#6 2019-03-15 03:45:11 +00:00
var Keypairs = require('Keypairs'); Error: Cannot find module 'Keypairs'

I ran the tests on my Mac and so didn't catch the typo. Fixed and published.

coolaj86 closed issue coolaj86/rsa-compat.js#6 2019-03-15 03:45:11 +00:00
var Keypairs = require('Keypairs'); Error: Cannot find module 'Keypairs'
coolaj86 commented on issue coolaj86/rsa-compat.js#5 2019-03-15 03:44:38 +00:00
Fix keypairs module reference in lib/rsa.js

I would have merged in your commit, but I had a comment from someone else and fixed it before I saw this.

coolaj86 commented on issue coolaj86/rsa-compat.js#5 2019-03-15 03:44:14 +00:00
Fix keypairs module reference in lib/rsa.js

Thanks. I ran the tests on my mac and didn't catch the typo.

coolaj86 closed pull request coolaj86/rsa-compat.js#5 2019-03-15 03:44:14 +00:00
Fix keypairs module reference in lib/rsa.js
coolaj86 pushed tag v2.0.5 to coolaj86/rsa-compat.js 2019-03-15 03:41:00 +00:00
coolaj86 pushed to master at coolaj86/rsa-compat.js 2019-03-15 03:40:55 +00:00
e822c625c5 v2.0.5: fixed case typo (didn't affect tests on my mac)
coolaj86 opened issue coolaj86/greenlock.html#5 2019-03-15 01:39:16 +00:00
Support wildcards
coolaj86 closed issue coolaj86/acme.js-ARCHIVED#11 2019-03-14 18:18:08 +00:00
When challenge is in "valid" state setChallenge shouldn't be called again.