Skip to content

Instantly share code, notes, and snippets.

View julien-sarazin's full-sized avatar

Julien Sarazin julien-sarazin

View GitHub Profile
@awwright
awwright / .deprecated.md
Last active February 7, 2023 00:55
Reporting progress of a long-running operation in HTTP
@algal
algal / PKCS12.swift
Last active March 21, 2024 07:13
Reading PKCS12 with Swift in Foundation
// xcode 7.3
import Foundation
/**
Struct representing values returned by `SecPKCS12Import` from the Security framework.
This is what Cocoa and CocoaTouch can tell you about a PKCS12 file.
*/