This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7bb89f094d
openssl
/
.gitattributes
4 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
*.der files are binary. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-26 11:57:24 +00:00
*.der binary
Make corpora binary. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-12 09:29:13 +00:00
/fuzz/corpora/** binary
crypto/pkcs12: facilitate accessing data with non-interoperable password. Originally PKCS#12 subroutines treated password strings as ASCII. It worked as long as they were pure ASCII, but if there were some none-ASCII characters result was non-interoperable. But fixing it poses problem accessing data protected with broken password. In order to make asscess to old data possible add retry with old-style password. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-07-26 14:42:41 +00:00
*.pfx binary
Reference in a new issue
Copy permalink