summaryrefslogtreecommitdiffstats
path: root/main/openssl/openssl-0.9.8k-padlock-sha.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: fix random padlock sha1 breakageTimo Teras2009-07-301-12/+15
| | | | | | | fix copying of oneshot sha1 context. also decrease the size of "small buffer", to make context smaller (and context copy faster in most cases); it should be still enough to catch most hmac operations.
* main/openssl: fix padlock patchTimo Teras2009-07-271-237/+158
| | | | | | | | there was a bug sha context copying, that caused all hmac users (and possibly others) to crash. also implemented a third intermediate hashing mode with small buffer: it'll speed up hashing in most cases considerably (packets / certificates to be hashed are not usually too long).
* move core/* to main/Natanael Copa2009-07-231-0/+897
added maintainer to several packages as well