summaryrefslogtreecommitdiff
path: root/main/openssl
AgeCommit message (Collapse)Author
2009-08-20main/openssl: enable optimized montgomery multiplicationTimo Teras
gives about 2x performance improvement on sse enabled chips.
2009-08-06main/openssl: the libcrypto subpackage replaces openssl for upgradesNatanael Copa
2009-07-30main/openssl: fix random padlock sha1 breakageTimo Teras
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.
2009-07-27main/openssl: update checksumNatanael Copa
2009-07-27main/openssl: fix padlock patchTimo Teras
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).
2009-07-23move core/* to main/Natanael Copa
added maintainer to several packages as well