Skip to content

Instantly share code, notes, and snippets.

View OscarAyoy's full-sized avatar

Oscar Jacobsson OscarAyoy

View GitHub Profile
@OscarAyoy
OscarAyoy / keybase.md
Last active July 6, 2016 05:05
My KeyBase proof

Keybase proof

I hereby claim:

  • I am oscarayoy on github.
  • I am oscar (https://keybase.io/oscar) on keybase.
  • I have a public key ASCiEiF6X36wbF51Gij-OpYQg0l1K7f5TgIAB73HNxgvdQo

To claim this, I am signing this object:

@OscarAyoy
OscarAyoy / keygentest.cpp
Created June 28, 2014 04:30
Simple key generation speed testing utility
#include <chrono>
#include <fstream>
#include <iostream>
#include <vector>
#include <openssl/crypto.h>
#include <openssl/ec.h>
#include <openssl/engine.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
@OscarAyoy
OscarAyoy / envoy-sidecar-example.yaml
Created August 7, 2020 09:55
Quick and dirty example of using an Envoy sidecar to terminate TLS.
apiVersion: apps/v1
kind: Deployment
metadata:
name: sidecar-test-deploy
labels:
app: sidecar-test
spec:
replicas: 1
selector:
matchLabels: