This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openssl
Watch
2
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2024-11-21 01:15:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4442061532
openssl
/
.gitattributes
4 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
*.der files are binary. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-26 19:57:24 +08:00
*.der binary
Make corpora binary. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-12 17:29:13 +08: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 22:42:41 +08:00
*.pfx binary
Reference in New Issue
Copy Permalink