summaryrefslogtreecommitdiff
path: root/personal
diff options
context:
space:
mode:
Diffstat (limited to 'personal')
-rw-r--r--personal/cv/cv.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/personal/cv/cv.org b/personal/cv/cv.org
index 4043382..72aa934 100644
--- a/personal/cv/cv.org
+++ b/personal/cv/cv.org
@@ -28,7 +28,7 @@ During the course of this project,
For four years, I helped develop a network monitoring appliance. My
main role was *maintaining the codebase* for an in-house rule-matching
engine: designing and implementing features, fixing bugs… Over the
-course of the project, I took part in many over activities:
+course of the project, I took part in many other activities:
- I helped our project transition from manual software packaging to
full-blown continuous integration,
@@ -53,9 +53,9 @@ informative foray into the world of cryptographic APIs, such as:
- the [[https://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html][PKCS#11]] standard to communicate with hardware tokens,
- the [[https://tools.ietf.org/html/rfc2315][PKCS#7]] format, and its successor [[https://tools.ietf.org/html/rfc5652][CMS]], to serialize encrypted and
authenticated messages,
-- the [[https://tools.ietf.org/html/rfc5280][X.509]] standard to understand how PKIs work and how to parse
+- the [[https://tools.ietf.org/html/rfc5280][X.509]] standard to understand how PKIs work and how to process
certificates,
- the [[http://luca.ntop.org/Teaching/Appunti/asn1.html][ASN.1]] format to reverse-engineer cryptic HSM errors, such as
ECDSA signatures lacking the [[https://www.cryptsoft.com/pkcs11doc/v220/group__SEC__12__3__1__EC__SIGNATURES.html][zero-padding expected in PKCS#11]],
- [[https://www.openssl.org/][OpenSSL]], to setup PKIs, [[https://stackoverflow.com/a/23422301/1503371][encrypt and sign rulesets, and generate CSRs
- for a key stored a hardware token]].
+ for keys stored securely on a hardware token]].