aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov2016-08-221-0/+1
| | | | | | | | | | | 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>
* Make corpora binary.Ben Laurie2016-06-101-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* *.der files are binary.Dr. Stephen Henson2016-04-261-0/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>