Skip to content

Instantly share code, notes, and snippets.

View Scottmitch's full-sized avatar

Scott Mitchell Scottmitch

  • Apple, Inc.
  • Cupertino, CA
View GitHub Profile
/*
* Copyright © 2020 Apple Inc. and the ServiceTalk project authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@Scottmitch
Scottmitch / englishwords.txt
Created June 29, 2016 15:13
English words for AsciiString hashCode algorithm
This file has been truncated, but you can view the full file.
AA
AAH
AAHED
AAHING
AAHS
AAL
AALII
AALIIS
AALS
AARDVARK
@Scottmitch
Scottmitch / openssl.ld
Last active April 23, 2020 09:21
openssl.ld for 1.0.2h
OPENSSL_1.0.0 {
global:
BIO_f_ssl;
BIO_new_buffer_ssl_connect;
BIO_new_ssl;
BIO_new_ssl_connect;
BIO_proxy_ssl_copy_session_id;
BIO_ssl_copy_session_id;
BIO_ssl_shutdown;
d2i_SSL_SESSION;