https://github.com/openssl/openssl
Raw File
Tip revision: 1bf649b5998ac98511203f54ce954eccfaf75467 authored by Matt Caswell on 15 March 2022, 14:30:24 UTC
Prepare for release of 3.0.2
Tip revision: 1bf649b
.gitattributes
*.bin binary
*.der binary
/fuzz/corpora/** binary
*.pfx binary

# For git archive
fuzz/corpora/**                         export-ignore
Configurations/*.norelease.conf         export-ignore
.*                                      export-ignore
util/mktar.sh                           export-ignore
krb5                                    export-ignore
pyca-cryptography                       export-ignore
dev                                     export-ignore
gost-engine                             export-ignore
back to top